Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp407 const StackFrameContext *OrigSCtx = N->getFirstSucc()->getStackFrame(); in getMatchingCallExitEnd() local
411 auto IsMatchingCallExitEnd = [OrigSCtx](const ExplodedNode *N) { in getMatchingCallExitEnd()
413 OrigSCtx == N->getFirstPred()->getStackFrame(); in getMatchingCallExitEnd()