Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp982 const auto WouldEscape = [](SVal V, QualType Ty) -> bool { in process() local
1011 if (WouldEscape(V, E->getType()) && getTaintedPointeeOrPointer(State, V)) { in process()