Searched refs:SCtx (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp418 const StackFrameContext *SCtx = Ctx->getStackFrame(); local
419 if (!FramesModifyingCalculated.count(SCtx))
421 return FramesModifyingRegion.count(SCtx);
570 const StackFrameContext *SCtx = Ctx->getStackFrame(); local
579 BR.getStateManager().getCallEventManager().getCaller(SCtx, State);
657 const StackFrameContext *SCtx = N->getStackFrame(); local
658 while (!SCtx->inTopFrame()) {
659 auto p = FramesModifyingRegion.insert(SCtx);
662 SCtx = SCtx
[all...]

Completed in 139 milliseconds