Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp315 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() local
324 BR.getStateManager().getCallEventManager().getCaller(SCtx, State); in VisitNode()
485 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isRegionOfInterestModifiedInFrame() local
486 if (!FramesModifyingCalculated.count(SCtx)) in isRegionOfInterestModifiedInFrame()
488 return FramesModifyingRegion.count(SCtx); in isRegionOfInterestModifiedInFrame()
513 const StackFrameContext *SCtx = N->getStackFrame(); in findModifyingFrames() local
514 while (!SCtx->inTopFrame()) { in findModifyingFrames()
515 auto p = FramesModifyingRegion.insert(SCtx); in findModifyingFrames()
518 SCtx = SCtx->getParent()->getStackFrame(); in findModifyingFrames()