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/FuncFunction/index.html

Module FuncFunctionSource

Sourceval is_equal_funname_funid : Cil.varinfo -> String.t -> int -> bool
Sourceval delete_elem : String.t list -> String.t -> String.t list
Sourceval delete_duplicates : String.t list -> String.t list -> String.t list
Sourceval map_gfun : (Cil.fundec -> Cil.location -> 'a option) -> Cil.global -> 'a option
Sourceval find_all_with_origname : string -> string list
Sourceclass fun_find_returns : String.t -> int -> (string * Cil.location * string * int) list ref -> Cil.nopCilVisitor
Sourceval find_returns : String.t -> int -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_returns_all : Cil.file -> (string * Cil.location * string * int) list
Sourceclass fun_find_sig : String.t -> int -> (string * Cil.location * string * int) list ref -> Cil.nopCilVisitor
Sourceval create_sig : Cil.fundec -> Cil.file -> string
Sourceval find_def : String.t -> int -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_def_all : Cil.file -> (string * Cil.location * string * int) list
Sourceval find_fundec : String.t -> int -> Cil.global list -> Cil.fundec option
Sourceclass fun_find_uses : String.t -> int -> Cil.file -> (string * Cil.location * string * int) list ref -> Cil.nopCilVisitor
Sourceval find_uses : String.t -> int -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_uses_all : Cil.file -> (string * Cil.location * string * int) list
Sourceclass fun_find_uses_in_fun : String.t -> int -> String.t -> Cil.file -> (string * Cil.location * string * int) list ref -> Cil.nopCilVisitor
Sourceval find_uses_in_fun : String.t -> int -> String.t -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_uses_in_fun_all : String.t -> Cil.file -> (string * Cil.location * string * int) list
Sourceval loc_default : Cil.location
Sourceclass fun_find_usesvar_in_fun : Cil.fundec -> String.t -> String.t -> int -> Cil.file -> (string * Cil.location * string * int) list ref -> Cil.nopCilVisitor
Sourceval find_usesvar_in_fun : String.t -> int -> String.t -> string -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_usesvar_in_fun_all : String.t -> string -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_usesvar : String.t -> int -> string -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_usesvar_all : string -> Cil.file -> (string * Cil.location * string * int) list
Sourceval is_temporary : int -> bool
Sourceclass find_calls_with_tmp : (int * int) list ref -> String.t -> int -> Cil.nopCilVisitor
Sourceval find_lval_of_calls : String.t -> int -> Cil.file -> (int * int) list
Sourceval create_fun_res : String.t -> int -> Cil.file -> Cil.location -> string * Cil.location * string * int
Sourceval find_uses_cond : String.t -> int -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_uses_cond_all : Cil.file -> (string * Cil.location * string * int) list
Sourceval find_uses_noncond : String.t -> int -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_uses_noncond_all : Cil.file -> (string * Cil.location * string * int) list
Sourceclass find_calls_usesvar_with_tmp : (int * int) list ref -> String.t -> int -> string -> Cil.nopCilVisitor
Sourceval find_lval_of_calls_usesvar : String.t -> int -> string -> Cil.file -> (int * int) list
Sourceval find_usesvar_cond : String.t -> int -> string -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_usesvar_cond_all : string -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_usesvar_noncond : String.t -> int -> string -> Cil.file -> (string * Cil.location * string * int) list
Sourceval find_usesvar_noncond_all : string -> Cil.file -> (string * Cil.location * string * int) list
OCaml

Innovation. Community. Security.