Lines Matching refs:ExplodedNode
109 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
114 ExplodedNode *N,
141 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
225 ExplodedNode *N = C.generateNonFatalErrorNode(State); in generateDeallocatorMismatchReport()
269 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
329 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
439 const ExplodedNode *
440 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
446 const ExplodedNode *AllocNode = N; in getAllocationNode()
465 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
476 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
559 ExplodedNode *N = C.generateNonFatalErrorNode(C.getState()); in checkDeadSymbols()
611 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()