Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h652 llvm::SmallPtrSet<const StackFrameContext *, 32> FramesModifyingCalculated; variable
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp357 if (!FramesModifyingCalculated.count(SCtx)) in isModifiedInFrame()
410 FramesModifyingCalculated.insert(CurrentSCtx); in findModifyingFrames()