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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp229 PropagationFuncType PropagationFunc; member in struct:__anon3347::GenericTaintChecker::TaintPropagationRule
233 PropagationFunc(nullptr) {}
240 VariadicIndex(VarIndex), VarType(Var), PropagationFunc(Func) {}
697 if (PropagationFunc)
698 IsTainted = PropagationFunc(IsTainted, CE, C);

Completed in 95 milliseconds