Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h692 virtual bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() argument
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp780 getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() argument
782 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
841 bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() argument
848 if (CallEnterN->getState()->get<RegionState>(Sym) != in wasModifiedInFunction()
852 OwnerSet CurrOwners = getOwnersAtNode(CallEnterN); in wasModifiedInFunction()