Searched refs:getErrorNode (Results 1 – 7 of 7) sorted by relevance
57 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
252 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()354 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
1332 findExecutedLines(SM, R->getErrorNode())); in generateEmptyDiagnosticForReport()2177 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()2541 Nodes.emplace_back(I->getErrorNode()); in BugPathGetter()2555 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()2897 if (const ExplodedNode *E = PR->getErrorNode()) { in emitReport()2964 const ExplodedNode *errorNode = R->getErrorNode(); in findReportInEquivalenceClass()
243 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()830 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()1750 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()1760 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
3134 const ExplodedNode *EN = PR->getErrorNode(); in nodeHasBugReport()3246 const auto *N = const_cast<ExplodedNode *>(R->getErrorNode()); in DumpGraph()
404 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
893 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), Sym); in deriveAllocLocation()