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