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,
258 ExplodedNode *N = C.generateNonFatalErrorNode(State); in generateDeallocatorMismatchReport()
304 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
367 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
433 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
496 const ExplodedNode *
497 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
503 const ExplodedNode *AllocNode = N; in getAllocationNode()
522 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
534 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
587 ExplodedNode *N = C.generateNonFatalErrorNode(C.getState(), &Tag); in checkDeadSymbols()
601 const ExplodedNode *N, in VisitNode()
602 const ExplodedNode *PrevN, in VisitNode()