Lines Matching refs:ExplodedNode
110 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
115 ExplodedNode *N,
142 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
226 ExplodedNode *N = C.generateNonFatalErrorNode(State); in generateDeallocatorMismatchReport()
270 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
330 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
440 const ExplodedNode *
441 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
447 const ExplodedNode *AllocNode = N; in getAllocationNode()
466 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
477 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
561 ExplodedNode *N = C.generateNonFatalErrorNode(C.getState(), &Tag); in checkDeadSymbols()
613 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()