Home
last modified time | relevance | path

Searched refs:PropagationFunc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp236 PropagationFuncType PropagationFunc; member
240 PropagationFunc(nullptr) {} in TaintPropagationRule()
247 VariadicIndex(VarIndex), VarType(Var), PropagationFunc(Func) {} in TaintPropagationRule()
705 if (PropagationFunc) in process()
706 IsTainted = PropagationFunc(IsTainted, Call, C); in process()