Searched defs:TaintPropagationRule (Results 1 – 1 of 1) sorted by relevance
221 struct TaintPropagationRule { struct in __anon4c4a178b0111::GenericTaintChecker222 using PropagationFuncType = bool (*)(bool IsTainted, const CallEvent &Call,226 ArgVector SrcArgs;228 ArgVector DstArgs;230 unsigned VariadicIndex;233 VariadicType VarType;236 PropagationFuncType PropagationFunc;238 TaintPropagationRule() in TaintPropagationRule() function242 TaintPropagationRule(ArgVector &&Src, ArgVector &&Dst, in TaintPropagationRule() argument254 void addSrcArg(unsigned A) { SrcArgs.push_back(A); } in addSrcArg()[all …]