Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h702 const ExplodedNode *CallExitEndN) { in wasModifiedInFunction() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp842 const ExplodedNode *CallExitEndN) override { in wasModifiedInFunction() argument
844 CallExitEndN->getFirstPred()->getLocationContext()->getDecl(), in wasModifiedInFunction()
845 CallExitEndN->getState()->getAnalysisManager().getASTContext())) in wasModifiedInFunction()
849 CallExitEndN->getState()->get<RegionState>(Sym)) in wasModifiedInFunction()
853 OwnerSet ExitOwners = getOwnersAtNode(CallExitEndN); in wasModifiedInFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp442 if (const ExplodedNode *CallExitEndN = getMatchingCallExitEnd(CurrN)) in findModifyingFrames() local
443 if (wasModifiedInFunction(CurrN, CallExitEndN)) in findModifyingFrames()