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.0.9.tbz
sha256=b8f33cf1e3d455ff3db273e8e6e1609fe30873f12b5b68a5173311dc6a0a0bd7
sha512=c279eacac4f766e19b158b1b7c10f92bcaca924634fde4bd88e8f806f33c8f2b401852ab68d2fe5a2ef3f5fe2912f7009104ff99dd43086c91fde5ca7047ad6b
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)"
>