Home
last modified time | relevance | path

Searched defs:TaintPropagationRule (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp221 struct TaintPropagationRule { struct in __anon4c4a178b0111::GenericTaintChecker
222 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() function
242 TaintPropagationRule(ArgVector &&Src, ArgVector &&Dst, in TaintPropagationRule() argument
254 void addSrcArg(unsigned A) { SrcArgs.push_back(A); } in addSrcArg()
[all …]