package goblint-cil

  1. Overview
  2. Docs
A front-end for the C programming language that facilitates program analysis and transformation

Install

Dune Dependency

Authors

Maintainers

Sources

1.8.0.tar.gz
md5=796ad26120b5c6b939a57e8623088aef
sha512=01a58ac6d928afead21c8a97af5865715114cd0562234d1d4aef9e4ac5d91415d040a15927c52cb896dbb39a53e915627f498ebe2d026a548c3ff597682041b2

doc/goblint-cil.syntacticsearch/FuncVar/index.html

Module FuncVarSource

Sourceval is_equal_varname_varid : Cil.varinfo -> String.t -> int -> bool
Sourceval delete_elem : String.t list -> String.t -> String.t list
Sourceval delete_duplicates : 'a list -> ('a, int) Hashtbl.t -> 'a list
Sourceval map_gfun : (Cil.fundec -> Cil.location -> 'a option) -> Cil.global -> 'a option
Sourceval map_gvar : (Cil.varinfo -> Cil.initinfo -> Cil.location -> 'a option) -> Cil.global -> 'a option
Sourceval is_temporary : int -> bool
Sourceval generate_func_loc_table : Cil.file -> (string * int) list
Sourceval generate_globalvar_list : Cil.file -> string list
Sourceval get_all_alphaconverted_in_fun : String.t -> String.t -> Cil.file -> String.t list
Sourceclass var_search_in_expr : String.t -> int -> 'a -> (string * 'a * string * int) list ref -> bool -> Cil.nopCilVisitor
Sourceval search_expression : Cil.exp -> String.t -> 'a -> int -> bool -> (string * 'a * string * int) list
Sourceval search_lhost : Cil.lhost -> String.t -> 'a -> int -> bool -> (string * 'a * string * int) list
Sourceval search_offset : Cil.offset -> String.t -> 'a -> int -> bool -> (string * 'a * string * int) list
Sourceval search_expression_list : Cil.exp list -> String.t -> 'a -> int -> bool -> (string * 'a * string * int) list
Sourceval search_instr_list_for_var : Cil.instr list -> String.t -> int -> bool -> (string * Cil.location * string * int) list
Sourceval search_stmt_list_for_var : Cil.stmt list -> String.t -> int -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_fun_var : Cil.fundec -> String.t -> int -> bool -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_uses_in_fun_find_fun : Cil.global list -> String.t -> String.t -> int -> bool -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_uses_in_fun : String.t -> int -> String.t -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_all_glob_vars : Cil.global list -> int list
Sourceval find_uses_in_fun_all_glob : String.t -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_fundec : Cil.global list -> String.t -> Cil.fundec option
Sourceval find_uses_in_fun_all : String.t -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_var_in_globals : String.t -> int -> Cil.global list -> (string * Cil.location * string * int) list
Sourceval find_uses : String.t -> int -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_all_glob : Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_all : Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval cond_search_uses_stmt_list : Cil.stmt list -> String.t -> int -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_cond_in_fun : String.t -> int -> String.t -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_cond : String.t -> int -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_cond_all_glob : Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_cond_in_fun_all_glob : String.t -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_cond_in_fun_all : String.t -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_cond_all : Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval remove_result : 'a list -> 'a -> 'a list
Sourceval find_uses_in_noncond : String.t -> int -> Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_noncond_all_glob : Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_uses_in_noncond_all : Cil.file -> bool -> (string * Cil.location * string * int) list
Sourceval find_decl_in_fun : String.t -> int -> String.t -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_decl_in_fun_all : String.t -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_decl_all_glob : Cil.file -> (string * Cil.location * string * int) list
Sourceval find_decl : String.t -> int -> Cil.file -> (String.t * Cil.location * string * int) list
Sourceval find_decl_all : Cil.file -> (string * Cil.location * string * int) list
Sourceclass var_find_def_in_fun : String.t -> int -> String.t -> (string * Cil.location * string * int) list ref -> Cil.nopCilVisitor
Sourceval find_defs_in_fun : String.t -> int -> String.t -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_defs_in_fun_all_glob : String.t -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_defs_in_fun_all : String.t -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_defs : String.t -> int -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_defs_all_glob : Cil.file -> (string * Cil.location * string * int) list
Sourceval find_defs_all : Cil.file -> (string * Cil.location * string * int) list
OCaml

Innovation. Community. Security.