Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h647 void findModifyingFrames(const ExplodedNode *const CallExitBeginN);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp388 findModifyingFrames(N); in isModifiedInFrame()
423 void NoStateChangeFuncVisitor::findModifyingFrames( in findModifyingFrames() function in NoStateChangeFuncVisitor