Module ClangTrace.Source
include Absint.TaintTraceElem.S
module Kind : Absint.TaintTraceElem.Kindval call_site : t -> Absint.CallSite.tval kind : t -> Kind.tval make : ?indexes:IStdlib.IntSet.t -> Kind.t -> Absint.CallSite.t -> tval with_callsite : t -> Absint.CallSite.t -> tval pp : Absint.TaintTraceElem.F.formatter -> t -> unit
module Set : IStdlib.PrettyPrintable.PPSet with type PPSet.elt = ttype spec={source : t;type of the returned source
index : int option;index of the returned source if Some; return value if None
}
val get : caller_pname:IR.Procname.t -> Absint.CallSite.t -> Absint.HilExp.t list -> IR.Tenv.t -> spec listreturn Some (taint spec) if the call site with the given actuals is a taint source, None otherwise
val get_tainted_formals : IR.Procdesc.t -> IR.Tenv.t -> (IR.Mangled.t * IR.Typ.t * t option) listreturn each formal of the function paired with either Some(source) if the formal is a taint source, or None if the formal is not a taint source