Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp428 const StackFrameContext *CurrentSCtx = OriginalSCtx; in findModifyingFrames() local
435 CurrentSCtx = CurrN->getStackFrame(); in findModifyingFrames()
436 FramesModifyingCalculated.insert(CurrentSCtx); in findModifyingFrames()
444 markFrameAsModifying(CurrentSCtx); in findModifyingFrames()
447 CurrentSCtx = CurrN->getStackFrame(); in findModifyingFrames()
456 markFrameAsModifying(CurrentSCtx); in findModifyingFrames()
462 markFrameAsModifying(CurrentSCtx); in findModifyingFrames()