Lines Matching refs:ExplodedNode
114 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
118 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const;
143 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
228 ExplodedNode *N = C.generateNonFatalErrorNode(State); in generateDeallocatorMismatchReport()
273 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
334 ExplodedNode *N = C.generateNonFatalErrorNode(State); in checkPreStmt()
445 const ExplodedNode *
446 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
452 const ExplodedNode *AllocNode = N; in getAllocationNode()
471 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
483 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
567 ExplodedNode *N = C.generateNonFatalErrorNode(C.getState(), &Tag); in checkDeadSymbols()
619 const ExplodedNode *N, BugReporterContext &BRC, BugReport &BR) { in VisitNode()