Home
last modified time | relevance | path

Searched refs:getErrorNode (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp57 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1332 findExecutedLines(SM, R->getErrorNode())); in generateEmptyDiagnosticForReport()
2170 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
2559 Nodes.emplace_back(I->getErrorNode()); in BugPathGetter()
2573 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
2915 if (const ExplodedNode *E = PR->getErrorNode()) { in emitReport()
2982 const ExplodedNode *errorNode = R->getErrorNode(); in findReportInEquivalenceClass()
H A DBugReporterVisitors.cpp244 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
831 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1692 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
1702 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DExprEngine.cpp3136 const ExplodedNode *EN = PR->getErrorNode(); in nodeHasBugReport()
3248 const auto *N = const_cast<ExplodedNode *>(R->getErrorNode()); in DumpGraph()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp416 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()
620 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h404 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp893 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), Sym); in deriveAllocLocation()