Lines Matching refs:ExplodedNode
325 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
330 const ExplodedNode *N,
340 const ExplodedNode *N,
353 static const ExplodedNode *getCalleeNode(const ExplodedNode *Pred) { in getCalleeNode()
361 const ExplodedNode *N = Pred; in getCalleeNode()
373 annotateConsumedSummaryMismatch(const ExplodedNode *N, in annotateConsumedSummaryMismatch()
378 const ExplodedNode *CN = getCalleeNode(N); in annotateConsumedSummaryMismatch()
423 annotateStartParameter(const ExplodedNode *N, SymbolRef Sym, in annotateStartParameter()
453 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
476 const ExplodedNode *PrevNode = N->getFirstPred(); in VisitNode()
639 const ExplodedNode *Node, SymbolRef Sym) { in getAllVarBindingsForSymbol()
657 const ExplodedNode* N;
660 AllocationInfo(const ExplodedNode *InN, in AllocationInfo()
668 const ExplodedNode *N, SymbolRef Sym) { in GetAllocationSite()
669 const ExplodedNode *AllocationNode = N; in GetAllocationSite()
670 const ExplodedNode *AllocationNodeInCurrentOrParentContext = N; in GetAllocationSite()
754 const ExplodedNode *EndN, in getEndPath()
762 const ExplodedNode *EndN, in getEndPath()
841 ExplodedNode *n, SymbolRef sym, bool isLeak) in RefCountReport()
849 ExplodedNode *n, SymbolRef sym, in RefCountReport()
884 const ExplodedNode *AllocNode = nullptr; in deriveAllocLocation()
934 ExplodedNode *Node) { in findBindingToReport()
991 ExplodedNode *N, SymbolRef Sym, in RefLeakReport()