Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp386 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isModifiedInFrame() local
387 if (!FramesModifyingCalculated.count(SCtx)) in isModifiedInFrame()
389 return FramesModifying.count(SCtx); in isModifiedInFrame()
393 const StackFrameContext *SCtx) { in markFrameAsModifying() argument
394 while (!SCtx->inTopFrame()) { in markFrameAsModifying()
395 auto p = FramesModifying.insert(SCtx); in markFrameAsModifying()
399 SCtx = SCtx->getParent()->getStackFrame(); in markFrameAsModifying()
474 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() local
483 BR.getStateManager().getCallEventManager().getCaller(SCtx, State); in VisitNode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h643 void markFrameAsModifying(const StackFrameContext *SCtx);