Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp156 static bool propagateFromPre(const CallEvent &Call, CheckerContext &C);
550 propagateFromPre(Call, C); in checkPostCall()
601 bool GenericTaintChecker::propagateFromPre(const CallEvent &Call, in propagateFromPre() function in GenericTaintChecker