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.cpp63 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
H A DErrnoModeling.cpp230 const MemRegion *ErrnoR = BR.getErrorNode()->getState()->get<ErrnoRegion>(); in getErrnoNoteTag()
H A DBlockInCriticalSectionChecker.cpp345 BR.getErrorNode()->getState()->get<ActiveCritSections>(); in createCritSectionNote()
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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1355 AnalysisEntryPoint, findExecutedLines(SM, R->getErrorNode())); in generateEmptyDiagnosticForReport()
2190 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
2587 Nodes.emplace_back(I->getErrorNode()); in BugPathGetter()
2601 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
2961 if (const ExplodedNode *E = PR->getErrorNode()) { in emitReport()
3028 const ExplodedNode *errorNode = R->getErrorNode(); in findReportInEquivalenceClass()
H A DBugReporterVisitors.cpp277 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
918 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1933 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
1943 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DExprEngine.cpp3834 const ExplodedNode *EN = PR->getErrorNode(); in nodeHasBugReport()
3934 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.cpp886 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), Sym); in deriveAllocLocation()