Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp63 NoOwnershipChangeVisitor::getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() argument
65 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
72 const ExplodedNode *CallEnterN, const ExplodedNode *CallExitEndN) { in wasModifiedInFunction() argument
90 if (hasResourceStateChanged(CallEnterN->getState(), CallExitEndN->getState())) in wasModifiedInFunction()
93 OwnerSet CurrOwners = getOwnersAtNode(CallEnterN); in wasModifiedInFunction()
H A DNoOwnershipChangeVisitor.h23 getFunctionName(const ExplodedNode *CallEnterN);
35 bool wasModifiedInFunction(const ExplodedNode *CallEnterN,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h679 virtual bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() argument