Searched refs:getErrorNode (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PutenvStackArrayChecker.cpp | 65 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
|
| H A D | ErrnoModeling.cpp | 228 const MemRegion *ErrnoR = BR.getErrorNode()->getState()->get<ErrnoRegion>(); in getErrnoNoteTag()
|
| H A D | SmartPtrModeling.cpp | 413 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall() 619 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
|
| H A D | BlockInCriticalSectionChecker.cpp | 432 BR.getErrorNode()->getState()->get<ActiveCritSections>(); in createCritSectionNote()
|
| H A D | StdLibraryFunctionsChecker.cpp | 1446 errno_modeling::getErrnoLoc(BR.getErrorNode()->getState()); in checkPostCall()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1372 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 D | BugReporterVisitors.cpp | 273 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 D | ExprEngine.cpp | 3985 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 D | BugReporter.h | 402 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 887 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), Sym); in deriveAllocLocation()
|