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

Module QueryMappingSource

Sourceval loc_default : Cil.location
Sourceval delete_elem : (String.t * Cil.location * String.t * 'a) -> (String.t * Cil.location * String.t * 'a) list -> (String.t * Cil.location * String.t * 'a) list
Sourceval delete_duplicates : 'a list -> ('a, int) Hashtbl.t -> 'a list
Sourceval and_one_elem : ('a * Cil.location * 'b * 'c) -> ('a * Cil.location * 'b * 'c) list -> ('a * Cil.location * 'b * 'c) list
Sourceval and_two_lists : ('a * Cil.location * 'b * 'c) list -> ('a * Cil.location * 'b * 'c) list -> ('a * Cil.location * 'b * 'c) list
Sourceval and_several_lists : ('a * Cil.location * 'b * 'c) list list -> ('a * Cil.location * 'b * 'c) list
Sourceval resolve_query_datatype_uses_fun : CodeQuery.query -> Cil.file -> String.t -> (string * Cil.location * string * int) list
Sourceval resolve_query_datatype_uses_none : CodeQuery.query -> Cil.file -> (string * Cil.location * String.t * int) list
Sourceval resolve_query_datatype_uses_cond : CodeQuery.query -> Cil.file -> (string * Cil.location * String.t * int) list
Sourceval resolve_query_datatype_uses_noncond : CodeQuery.query -> Cil.file -> (string * Cil.location * String.t * int) list
Sourceval resolve_query_datatype_uses : CodeQuery.query -> Cil.file -> (string * Cil.location * String.t * int) list
Sourceval resolve_query_datatype_defs_none : CodeQuery.query -> Cil.file -> (string * Cil.location * String.t * int) list
Sourceval resolve_query_datatype_defs : CodeQuery.query -> Cil.file -> (string * Cil.location * String.t * int) list
Sourceval resolve_query_datatype : CodeQuery.query -> Cil.file -> (string * Cil.location * String.t * int) list
Sourceval resolve_query_var_uses_fun : CodeQuery.query -> Cil.file -> String.t -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_uses_none : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_uses_cond : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_uses_noncond : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_uses : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_decl_fun : CodeQuery.query -> Cil.file -> String.t -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_decl_none : CodeQuery.query -> Cil.file -> (String.t * Cil.location * string * int) list
Sourceval resolve_query_var_decl : CodeQuery.query -> Cil.file -> (String.t * Cil.location * string * int) list
Sourceval resolve_query_var_defs_fun : CodeQuery.query -> Cil.file -> String.t -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_defs_none : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_var_defs : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_var : CodeQuery.query -> Cil.file -> (String.t * Cil.location * string * int) list
Sourceval resolve_query_fun_return_none : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_return : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_defs_none : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_defs : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_uses_none : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_uses_fun : CodeQuery.query -> Cil.file -> String.t -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_uses_cond : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_uses_noncond : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_uses : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_usesvar_fun : CodeQuery.query -> Cil.file -> string -> String.t -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_usesvar_none : CodeQuery.query -> Cil.file -> string -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_usesvar_cond : CodeQuery.query -> Cil.file -> string -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_usesvar_noncond : CodeQuery.query -> Cil.file -> string -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun_usesvar : CodeQuery.query -> Cil.file -> string -> (string * Cil.location * string * int) list
Sourceval resolve_query_fun : CodeQuery.query -> Cil.file -> (string * Cil.location * string * int) list
Sourceval map_query : CodeQuery.query -> Cil.file -> (String.t * Cil.location * String.t * int) list
OCaml

Innovation. Community. Security.