Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPutenvStackArrayChecker.cpp65 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
H A DErrnoModeling.cpp228 const MemRegion *ErrnoR = BR.getErrorNode()->getState()->get<ErrnoRegion>(); in getErrnoNoteTag()
H A DSmartPtrModeling.cpp413 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()
619 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
H A DBlockInCriticalSectionChecker.cpp432 BR.getErrorNode()->getState()->get<ActiveCritSections>(); in createCritSectionNote()
H A DStdLibraryFunctionsChecker.cpp1446 errno_modeling::getErrnoLoc(BR.getErrorNode()->getState()); in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1372 AnalysisEntryPoint, findExecutedLines(SM, R->getErrorNode())); in generateEmptyDiagnosticForReport()
2208 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
2630 Nodes.emplace_back(I->getErrorNode()); in BugPathGetter()
2644 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
3006 if (const ExplodedNode *E = PR->getErrorNode()) { in emitReport()
3073 const ExplodedNode *errorNode = R->getErrorNode(); in findReportInEquivalenceClass()
H A DBugReporterVisitors.cpp273 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
825 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1885 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
1895 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DExprEngine.cpp3985 const ExplodedNode *EN = PR->getErrorNode(); in nodeHasBugReport()
4085 const auto *N = const_cast<ExplodedNode *>(R->getErrorNode()); in DumpGraph()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h402 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp887 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), Sym); in deriveAllocLocation()