State of symbolic execution
val get_inst_update : InferIR.PredSymb.path_pos ‑> InferIR.Sil.inst
Get update instrumentation for the current loc
val get_loc_trace : unit ‑> InferIR.Errlog.loc_trace
Get the location trace of the last path seen in symbolic execution
val get_node_id_key : unit ‑> InferIR.Procdesc.Node.id * InferStdlib.IStd.Caml.Digest.t
Get id and key of last node seen in symbolic execution
val get_normalized_pre : (InferIR.Tenv.t ‑> Prop.normal Prop.t ‑> Prop.normal Prop.t) ‑> Prop.normal Prop.t option
return the normalized precondition extracted form the last prop seen, if any the abstraction function is a parameter to get around module dependencies
val get_path : unit ‑> Paths.Path.t * InferIR.PredSymb.path_pos option
Get last path seen in symbolic execution
val get_path_pos : unit ‑> InferIR.PredSymb.path_pos
Get the last path position seen in symbolic execution
val get_prop_tenv_pdesc : unit ‑> (Prop.normal Prop.t * InferIR.Tenv.t * InferIR.Procdesc.t) option
Get last last prop,tenv,pdesc seen in symbolic execution
val mark_execution_end : InferIR.Procdesc.Node.t ‑> unit
Mark the end of symbolic execution of a node
val mark_execution_start : InferIR.Procdesc.Node.t ‑> unit
Mark the start of symbolic execution of a node
val mk_find_duplicate_nodes : InferIR.Procdesc.t ‑> InferIR.Procdesc.Node.t ‑> InferIR.Procdesc.NodeSet.t
Create a function to find duplicate nodes. A node is a duplicate of another one if they have the same kind and location and normalized (w.r.t. renaming of let - bound ids) list of instructions.
type log_issue
= ?store_summary:bool ‑> InferIR.Typ.Procname.t ‑> ?loc:InferBase.Location.t ‑> ?node_id:(int * InferStdlib.IStd.Caml.Digest.t) ‑> ?session:int ‑> ?ltr:InferIR.Errlog.loc_trace ‑> ?linters_def_file:string ‑> ?doc_url:string ‑> ?access:string ‑> exn ‑> unit
val process_execution_failures : log_issue ‑> InferIR.Typ.Procname.t ‑> unit
Process the failures during symbolic execution of a procedure
val set_path : Paths.Path.t ‑> InferIR.PredSymb.path_pos option ‑> unit
Get last path seen in symbolic execution
val set_prop_tenv_pdesc : Prop.normal Prop.t ‑> InferIR.Tenv.t ‑> InferIR.Procdesc.t ‑> unit
Set last prop,tenv,pdesc seen in symbolic execution