Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h663 bool isModifiedInFrame(const ExplodedNode *CallExitBeginN);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp380 bool NoStateChangeFuncVisitor::isModifiedInFrame(const ExplodedNode *N) { in isModifiedInFrame() function in NoStateChangeFuncVisitor
475 if (!CallExitLoc || isModifiedInFrame(N)) in VisitNode()