Module InferModules.Topl
val get_proc_attr : InferIR.Typ.Procname.t -> InferIR.ProcAttributes.t optionget_proc_attr proc_namereturns the attributes ofget_proc_desc proc_name
val get_proc_desc : InferIR.Typ.Procname.t -> InferIR.Procdesc.t optionReturns a synthesized Procdesc.t, when it corresponds to instrumentation for a TOPL property.
val instrument : InferIR.Tenv.t -> InferIR.Procdesc.t -> unitInserts calls to the TOPL automaton. Mutates the arguments: it is the caller's responsibility to instrument procedures at most once.
val sourcefile : unit -> InferBase.SourceFile.tThe (fake) sourcefile in which synthesized code resides. This function has a side-effect, because that's how
SourceFileworks, so do NOT call when Topl is inactive.
val cfg : unit -> InferIR.Cfg.tThe CFG of the synthesized code. This function has a side-effect, because that's how
Cfgworks, so do NOT call when Topl is inactive.