Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp381 auto IsMatchingCallExitEnd = [OrigSCtx](const ExplodedNode *N) { in getMatchingCallExitEnd() local
385 while (N && !IsMatchingCallExitEnd(N)) { in getMatchingCallExitEnd()