Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp403 static const ExplodedNode *getMatchingCallExitEnd(const ExplodedNode *N) { in getMatchingCallExitEnd() function
446 if (const ExplodedNode *CallExitEndN = getMatchingCallExitEnd(CurrN)) in findModifyingFrames()