package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Abstract domains representing structs.

module type S = sig ... end
module Simple (Val : Lattice.S) : S with type value = Val.t and type field = Cil.fieldinfo

Creates a simple structure domain by mapping fieldnames to their values * using the MapDomain.InfMap functor