Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2299 const ExplodedNode *EndN, BugReport &BR) { in getEndPath() argument
2301 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()
2306 const ExplodedNode *EndN, BugReport &BR) { in getEndPath() argument
2316 GetAllocationSite(BRC.getStateManager(), EndN, Sym); in getEndPath()
2326 const ExplodedNode *LeakN = EndN; in getEndPath()
2342 const RefVal* RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
2349 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
2375 const ObjCMethodDecl &MD = cast<ObjCMethodDecl>(EndN->getCodeDecl()); in getEndPath()