Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp419 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isRegionOfInterestModifiedInFrame() local
420 if (!FramesModifyingCalculated.count(SCtx)) in isRegionOfInterestModifiedInFrame()
422 return FramesModifyingRegion.count(SCtx); in isRegionOfInterestModifiedInFrame()
571 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() local
580 BR.getStateManager().getCallEventManager().getCaller(SCtx, State); in VisitNode()
658 const StackFrameContext *SCtx = N->getStackFrame(); in findModifyingFrames() local
659 while (!SCtx->inTopFrame()) { in findModifyingFrames()
660 auto p = FramesModifyingRegion.insert(SCtx); in findModifyingFrames()
663 SCtx = SCtx->getParent()->getStackFrame(); in findModifyingFrames()