Lines Matching refs:ExplodedNode
103 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
107 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const;
146 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
147 const ExplodedNode *PrevN,
250 ExplodedNode *N = C.generateNonFatalErrorNode(State); in generateDeallocatorMismatchReport()
296 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
359 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
425 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
488 const ExplodedNode *
489 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
495 const ExplodedNode *AllocNode = N; in getAllocationNode()
514 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
526 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
579 ExplodedNode *N = C.generateNonFatalErrorNode(C.getState(), &Tag); in checkDeadSymbols()
593 const ExplodedNode *N, in VisitNode()
594 const ExplodedNode *PrevN, in VisitNode()