Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2300 const ExplodedNode *EndN, BugReport &BR) { in getEndPath() argument
2302 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()
2307 const ExplodedNode *EndN, BugReport &BR) { in getEndPath() argument
2317 GetAllocationSite(BRC.getStateManager(), EndN, Sym); in getEndPath()
2327 const ExplodedNode *LeakN = EndN; in getEndPath()
2343 const RefVal* RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
2350 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
2376 const ObjCMethodDecl &MD = cast<ObjCMethodDecl>(EndN->getCodeDecl()); in getEndPath()