package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-2.7.1.tbz
sha256=af01aac256229f33a90a9fcbfed04b01e3097f154d4d124f006476d6387c6a66
sha512=2a93bfe16881adbc2d8dcbfe38c1e19cd24ca105d8e1eda13d02440f3002874ffe2957dfd937510765233a054a40568b0052db92e31d382a5bd215d1ec12565c

doc/goblint_cdomain_value/InvariantCil/index.html

Module InvariantCil

Invariant manipulation related to CIL transformations.

val var_replace_original_name : Cilfacade.VarinfoH.key -> GoblintCil.varinfo
class exp_replace_original_name_visitor : object ... end
val exp_replace_original_name : GoblintCil.exp -> GoblintCil.exp
class exp_deep_unroll_types_visitor : object ... end
val exp_deep_unroll_types : GoblintCil.exp -> GoblintCil.exp
val var_may_be_shadowed : GoblintCil.fundec -> Cilfacade.VarinfoH.key -> bool
val var_is_in_scope : GoblintCil.fundec -> Cilfacade.VarinfoH.key -> bool
class exp_is_in_scope_visitor : GoblintCil.fundec -> bool Stdlib.ref -> object ... end
val exp_is_in_scope : GoblintCil.fundec -> GoblintCil.exp -> bool
val exclude_vars_regexp : Str.regexp ResettableLazy.t
val varname_is_tmp : string -> bool
val var_is_tmp : Cilfacade.VarinfoH.key -> bool
class exp_contains_tmp_visitor : bool Stdlib.ref -> object ... end
val exp_contains_tmp : GoblintCil.exp -> bool
val fieldinfo_is_anon : GoblintCil.fieldinfo -> bool
val offset_contains_anon_comp_offset : GoblintCil.offset -> bool
val exp_contains_anon_comp_offset : GoblintCil.exp -> bool
val var_is_suitable : ?scope:GoblintCil.fundec -> Cilfacade.VarinfoH.key -> bool
val exp_is_suitable : ?scope:GoblintCil.fundec -> GoblintCil.exp -> bool
class exp_contains_anon_type_visitor : object ... end
val exp_contains_anon_type : GoblintCil.exp -> bool
val var_is_heap : GoblintCil.varinfo -> bool
val reset_lazy : unit -> unit