package goblint
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=af01aac256229f33a90a9fcbfed04b01e3097f154d4d124f006476d6387c6a66
sha512=2a93bfe16881adbc2d8dcbfe38c1e19cd24ca105d8e1eda13d02440f3002874ffe2957dfd937510765233a054a40568b0052db92e31d382a5bd215d1ec12565c
doc/goblint.lib/Goblint_lib/C2poDomain/D/index.html
Module C2poDomain.D
include sig ... end
val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval show : [< `Bot | `Lifted of C2PODomain.t ] -> stringval pretty : unit -> t -> Printable.Pretty.docval to_yojson : [< `Bot | `Lifted of C2PODomain.t ] -> Yojson.Safe.tval relift :
[< `Bot | `Lifted of C2PODomain.t ] ->
[> `Bot | `Lifted of C2PODomain.t ]val top : unit -> [> `Lifted of C2PODomain.t ]val is_top : [< `Bot | `Lifted of C2PODomain.t ] -> boolval leq :
[< `Bot | `Lifted of C2PODomain.t ] ->
[< `Bot | `Lifted of C2PODomain.t ] ->
boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval join : ([< `Bot | `Lifted of C2PODomain.t Lifted ] as 'a) -> 'a -> 'aval widen :
[> `Lifted of C2PODomain.t ] ->
([> `Lifted of C2PODomain.t ] as 'a) ->
'aval show_all : [< `Bot | `Lifted of CongruenceClosure.t ] -> stringval meet :
[< `Bot | `Lifted of C2PODomain.t ] ->
[< `Bot | `Lifted of C2PODomain.t ] ->
[> `Bot | `Lifted of C2PODomain.t ]val narrow :
([> `Bot | `Lifted of C2PODomain.t ] as 'a) ->
[> `Bot | `Lifted of C2PODomain.t ] ->
'aval printXml :
'a BatInnerIO.output ->
[< `Bot | `Lifted of C2PODomain.t ] ->
unitval remove_terms_containing_aux_variable :
CongruenceClosure.data ->
CongruenceClosure.dataRemove terms from the data structure. It removes all terms that contain an AssignAux variable, while maintaining all equalities about variables that are not being removed.
val remove_terms_containing_return_variable :
CongruenceClosure.data ->
CongruenceClosure.dataRemove terms from the data structure. It removes all terms that contain an ReturnAux variable, while maintaining all equalities about variables that are not being removed.
val remove_terms_containing_variables :
DuplicateVars.Var.t list ->
CongruenceClosure.data ->
CongruenceClosure.dataRemove terms from the data structure. It removes all terms which contain one of the "vars", while maintaining all equalities about variables that are not being removed.
val remove_terms_not_containing_variables :
DuplicateVars.Var.t list ->
CongruenceClosure.data ->
CongruenceClosure.dataRemove terms from the data structure. It removes all terms which do not contain one of the "vars", except the global vars are also kept (when vglob = true), while maintaining all equalities about variables that are not being removed.
val remove_may_equal_terms :
Queries.ask ->
Z.t ->
UnionFind.T.t ->
CongruenceClosure.data ->
CongruenceClosure.dataRemove terms from the data structure. It removes all terms that may be changed after an assignment to "term".
val remove_tainted_terms :
Queries.ask ->
ValueDomain.AD.t ->
CongruenceClosure.data ->
CongruenceClosure.dataRemove terms from the data structure. It removes all terms that may point to one of the tainted addresses.
val remove_vars_not_in_scope :
GoblintCil.fundec ->
CongruenceClosure.data ->
CongruenceClosure.dataRemove terms from the data structure. It removes all terms that are not in the scope, and also those that are tmp variables.