package goblint-cil
A front-end for the C programming language that facilitates program analysis and transformation
Install
Dune Dependency
Authors
Maintainers
Sources
goblint-cil-2.0.0.tbz
sha256=0467f30218c7ef03074b96912e46f58883e5229ba7d30102470191ad39a49b26
sha512=08a7a1a79dce32072431dd681866682e9dab7acbc4cb6e0e2255d6b71fea7020d7fcf00bbbb130489b77f03fa244382dce30eca67d75967e81b06e09996d44a8
doc/goblint-cil.syntacticsearch/Syntacticsearch/FuncVar/index.html
Module Syntacticsearch.FuncVar
Source
Source
val map_gfun :
(GoblintCil.fundec -> GoblintCil.location -> 'a option) ->
GoblintCil.global ->
'a option
Source
val map_gvar :
(GoblintCil.varinfo ->
GoblintCil.initinfo ->
GoblintCil.location ->
'a option) ->
GoblintCil.global ->
'a option
Source
class var_search_in_expr : String.t -> int -> 'a -> (string * 'a * string * int) list ref ->
bool -> GoblintCil.nopCilVisitor
Source
val search_expression :
GoblintCil.exp ->
String.t ->
'a ->
int ->
bool ->
(string * 'a * string * int) list
Source
val search_lhost :
GoblintCil.lhost ->
String.t ->
'a ->
int ->
bool ->
(string * 'a * string * int) list
Source
val search_offset :
GoblintCil.offset ->
String.t ->
'a ->
int ->
bool ->
(string * 'a * string * int) list
Source
val search_expression_list :
GoblintCil.exp list ->
String.t ->
'a ->
int ->
bool ->
(string * 'a * string * int) list
Source
val search_instr_list_for_var :
GoblintCil.instr list ->
String.t ->
int ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val search_stmt_list_for_var :
GoblintCil.stmt list ->
String.t ->
int ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_fun_var :
GoblintCil.fundec ->
String.t ->
int ->
bool ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_fun_find_fun :
GoblintCil.global list ->
String.t ->
String.t ->
int ->
bool ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_fun :
String.t ->
int ->
String.t ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_fun_all_glob :
String.t ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_fun_all :
String.t ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_var_in_globals :
String.t ->
int ->
GoblintCil.global list ->
(string * GoblintCil.location * string * int) list
Source
val find_uses :
String.t ->
int ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_all_glob :
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_all :
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val cond_search_uses_stmt_list :
GoblintCil.stmt list ->
String.t ->
int ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_cond_in_fun :
String.t ->
int ->
String.t ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_cond :
String.t ->
int ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_cond_all_glob :
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_cond_in_fun_all_glob :
String.t ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_cond_in_fun_all :
String.t ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_cond_all :
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_noncond :
String.t ->
int ->
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_noncond_all_glob :
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_uses_in_noncond_all :
GoblintCil.file ->
bool ->
(string * GoblintCil.location * string * int) list
Source
val find_decl_in_fun :
String.t ->
int ->
String.t ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_decl_in_fun_all :
String.t ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_decl_all_glob :
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_decl :
String.t ->
int ->
GoblintCil.file ->
(String.t * GoblintCil.location * string * int) list
Source
class var_find_def_in_fun : String.t -> int -> String.t -> (string * GoblintCil.location * string * int)
list
ref -> GoblintCil.nopCilVisitor
Source
val find_defs_in_fun :
String.t ->
int ->
String.t ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_defs_in_fun_all_glob :
String.t ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_defs_in_fun_all :
String.t ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_defs :
String.t ->
int ->
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
Source
val find_defs_all_glob :
GoblintCil.file ->
(string * GoblintCil.location * string * int) list
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>