Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h657 bool isModifiedInFrame(const ExplodedNode *CallExitBeginN);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp354 bool NoStateChangeFuncVisitor::isModifiedInFrame(const ExplodedNode *N) { in isModifiedInFrame() function in NoStateChangeFuncVisitor
449 if (!CallExitLoc || isModifiedInFrame(N)) in VisitNode()