Lines Matching refs:ExplodedNode
114 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
119 ExplodedNode *N,
146 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
230 ExplodedNode *N = C.generateNonFatalErrorNode(State); in generateDeallocatorMismatchReport()
275 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
337 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
448 const ExplodedNode *
449 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
455 const ExplodedNode *AllocNode = N; in getAllocationNode()
474 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
486 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
570 ExplodedNode *N = C.generateNonFatalErrorNode(C.getState(), &Tag); in checkDeadSymbols()
622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()