Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DNoStateChangeFuncVisitorTest.cpp133 wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() argument
135 return CallEnterN->getState()->get<ErrorPrevented>() != in wasModifiedInFunction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h695 virtual bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp794 getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() argument
796 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
855 bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() argument
862 if (CallEnterN->getState()->get<RegionState>(Sym) != in wasModifiedInFunction()
866 OwnerSet CurrOwners = getOwnersAtNode(CallEnterN); in wasModifiedInFunction()