Home
last modified time | relevance | path

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

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