Home
last modified time | relevance | path

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

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