Home
last modified time | relevance | path

Searched refs:CallExitBeginN (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DNoStateChangeFuncVisitorTest.cpp228 const ExplodedNode *CallExitBeginN) override { in wasModifiedBeforeCallExit() argument
230 CallExitBeginN->getState()->get<ErrorPrevented>(); in wasModifiedBeforeCallExit()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h657 bool isModifiedInFrame(const ExplodedNode *CallExitBeginN);
663 void findModifyingFrames(const ExplodedNode *const CallExitBeginN);
678 const ExplodedNode *CallExitBeginN) { in wasModifiedBeforeCallExit() argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp394 const ExplodedNode *const CallExitBeginN) { in findModifyingFrames() argument
396 assert(CallExitBeginN->getLocationAs<CallExitBegin>()); in findModifyingFrames()
399 CallExitBeginN->getLocationContext()->getStackFrame(); in findModifyingFrames()
401 const ExplodedNode *CurrCallExitBeginN = CallExitBeginN; in findModifyingFrames()
404 for (const ExplodedNode *CurrN = CallExitBeginN; CurrN; in findModifyingFrames()
534 const ExplodedNode *CallExitBeginN) override;
748 const ExplodedNode *CurrN, const ExplodedNode *CallExitBeginN) { in wasModifiedBeforeCallExit() argument
751 CallExitBeginN->getState()->getSVal(RegionOfInterest)); in wasModifiedBeforeCallExit()