Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp72 const ExplodedNode *CallEnterN, const ExplodedNode *CallExitEndN) { in wasModifiedInFunction() argument
74 CallExitEndN->getFirstPred()->getLocationContext()->getDecl(); in wasModifiedInFunction()
87 CallExitEndN->getState()->getAnalysisManager().getASTContext())) in wasModifiedInFunction()
90 if (hasResourceStateChanged(CallEnterN->getState(), CallExitEndN->getState())) in wasModifiedInFunction()
94 OwnerSet ExitOwners = getOwnersAtNode(CallExitEndN); in wasModifiedInFunction()
H A DNoOwnershipChangeVisitor.h36 const ExplodedNode *CallExitEndN) final;
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h680 const ExplodedNode *CallExitEndN) { in wasModifiedInFunction() argument
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp446 if (const ExplodedNode *CallExitEndN = getMatchingCallExitEnd(CurrN)) in findModifyingFrames() local
447 if (wasModifiedInFunction(CurrN, CallExitEndN)) in findModifyingFrames()