Home
last modified time | relevance | path

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

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