Module InferModules.Ondemand
val get_proc_desc : InferIR.Typ.Procname.t -> InferIR.Procdesc.t optionFind a proc desc for the procedure, perhaps loading it from disk.
val analyze_proc_desc : caller_summary:Summary.t -> InferIR.Procdesc.t -> Summary.t optionanalyze_proc_desc ~caller_summary callee_pdescperforms an on-demand analysis of callee_pdesc triggered during the analysis of caller_summary
val analyze_proc_name : caller_summary:Summary.t -> InferIR.Typ.Procname.t -> Summary.t optionanalyze_proc_name ~caller_summary callee_pnameperforms an on-demand analysis of callee_pname triggered during the analysis of caller_summary
val analyze_proc_name_no_caller : InferIR.Typ.Procname.t -> Summary.t optionanalyze_proc_name_no_caller callee_pnameperforms an on-demand analysis of callee_pname triggered by the top-level of a cluster checker
val set_exe_env : Exe_env.t -> unitSet the execution enviroment used during on-demand analysis.
module LocalCache : sig ... endval analyze_file : Exe_env.t -> InferBase.SourceFile.t -> unitInvoke all the callbacks registered in
Callbackson the given file.
val analyze_proc_name_toplevel : Exe_env.t -> InferIR.Typ.Procname.t -> unitInvoke all the callbacks registered in
Callbackson the given procedure.