Home
last modified time | relevance | path

Searched refs:CallExitEndN (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DNoStateChangeFuncVisitorTest.cpp134 const ExplodedNode *CallExitEndN) override { in wasModifiedInFunction() argument
136 CallExitEndN->getState()->get<ErrorPrevented>(); in wasModifiedInFunction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h696 const ExplodedNode *CallExitEndN) { in wasModifiedInFunction() argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp856 const ExplodedNode *CallExitEndN) override { in wasModifiedInFunction() argument
858 CallExitEndN->getFirstPred()->getLocationContext()->getDecl(), in wasModifiedInFunction()
859 CallExitEndN->getState()->getAnalysisManager().getASTContext())) in wasModifiedInFunction()
863 CallExitEndN->getState()->get<RegionState>(Sym)) in wasModifiedInFunction()
867 OwnerSet ExitOwners = getOwnersAtNode(CallExitEndN); in wasModifiedInFunction()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp416 if (const ExplodedNode *CallExitEndN = getMatchingCallExitEnd(CurrN)) in findModifyingFrames() local
417 if (wasModifiedInFunction(CurrN, CallExitEndN)) in findModifyingFrames()