Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp222 using PropagationFuncType = bool (*)(bool IsTainted, const CallEvent &Call, typedef
236 PropagationFuncType PropagationFunc;
245 PropagationFuncType Func = nullptr) in TaintPropagationRule()