Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp58 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp275 const MemRegion *ErrnoR = BR.getErrorNode()->getState()->get<ErrnoRegion>(); in getErrnoNoteTag()
H A DSmartPtrModeling.cpp416 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()
619 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
H A DStdLibraryFunctionsChecker.cpp1442 errno_modeling::getErrnoLoc(BR.getErrorNode()->getState()); in checkPostCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1343 findExecutedLines(SM, R->getErrorNode())); in generateEmptyDiagnosticForReport()
2176 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
2571 Nodes.emplace_back(I->getErrorNode()); in BugPathGetter()
2585 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
2930 if (const ExplodedNode *E = PR->getErrorNode()) { in emitReport()
2997 const ExplodedNode *errorNode = R->getErrorNode(); in findReportInEquivalenceClass()
H A DBugReporterVisitors.cpp273 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
914 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1929 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
1939 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DExprEngine.cpp3822 const ExplodedNode *EN = PR->getErrorNode(); in nodeHasBugReport()
3922 const auto *N = const_cast<ExplodedNode *>(R->getErrorNode()); in DumpGraph()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h402 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp886 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), Sym); in deriveAllocLocation()