Module Misc

module Misc: sig .. end

Utilities for E-ACSL.


Builders

exception Unregistered_library_function of string
val get_lib_fun_vi : string -> Cil_types.varinfo

Return varinfo corresponding to a name of a given library function

val mk_call : loc:Cil_datatype.Location.t ->
?result:Cil_types.lval -> string -> Cil_types.exp list -> Cil_types.stmt

Call an E-ACSL library function or an E-ACSL built-in.

val mk_deref : loc:Cil_datatype.Location.t -> Cil_types.exp -> Cil_types.exp

Make a dereference of an expression

type annotation_kind = 
| Assertion
| Precondition
| Postcondition
| Invariant
| RTE
val mk_e_acsl_guard : ?reverse:bool ->
annotation_kind ->
Cil_types.kernel_function ->
Cil_types.exp -> Cil_types.predicate -> Cil_types.stmt
val mk_block : Project.t -> Cil_types.stmt -> Cil_types.block -> Cil_types.stmt

Handling \result

val result_lhost : Cil_types.kernel_function -> Cil_types.lhost
val result_vi : Cil_types.kernel_function -> Cil_types.varinfo

Handling the E-ACSL's C-libraries

val library_files : unit -> string list
val is_library_loc : Cil_types.location -> bool
val register_library_function : Cil_types.varinfo -> unit
val reset : unit -> unit
val mk_store_stmt : ?str_size:Cil_types.exp -> Cil_types.varinfo -> Cil_types.stmt
val mk_duplicate_store_stmt : ?str_size:Cil_types.exp -> Cil_types.varinfo -> Cil_types.stmt
val mk_delete_stmt : Cil_types.varinfo -> Cil_types.stmt
val mk_full_init_stmt : ?addr:bool -> Cil_types.varinfo -> Cil_types.stmt
val mk_initialize : loc:Cil_types.location -> Cil_types.lval -> Cil_types.stmt
val mk_mark_readonly : Cil_types.varinfo -> Cil_types.stmt

Other stuff

val term_addr_of : loc:Cil_types.location ->
Cil_types.term_lval -> Cil_types.typ -> Cil_types.term
val reorder_ast : unit -> unit
val cty : Cil_types.logic_type -> Cil_types.typ
val ptr_index : ?loc:Cil_types.location ->
?index:Cil_types.exp -> Cil_types.exp -> Cil_types.exp * Cil_types.exp

Split pointer-arithmetic expression of the type `p + i` into its pointer and integer parts.

val term_of_li : Cil_types.logic_info -> Cil_types.term