Lines Matching refs:ExplodedNode
113 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
118 ExplodedNode *N,
145 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
229 ExplodedNode *N = C.generateNonFatalErrorNode(State); in generateDeallocatorMismatchReport()
274 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
336 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
447 const ExplodedNode *
448 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
454 const ExplodedNode *AllocNode = N; in getAllocationNode()
473 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
485 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
569 ExplodedNode *N = C.generateNonFatalErrorNode(C.getState(), &Tag); in checkDeadSymbols()
621 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()