Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h654 bool isModifiedInFrame(const ExplodedNode *CallExitBeginN);
/openbsd-src/gnu/llvm/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()