Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp58 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp280 const MemRegion *ErrnoR = BR.getErrorNode()->getState()->get<ErrnoRegion>(); in getErrnoNoteTag()
H A DSmartPtrModeling.cpp416 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()
620 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1342 findExecutedLines(SM, R->getErrorNode())); in generateEmptyDiagnosticForReport()
2178 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
2567 Nodes.emplace_back(I->getErrorNode()); in BugPathGetter()
2581 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
2923 if (const ExplodedNode *E = PR->getErrorNode()) { in emitReport()
2990 const ExplodedNode *errorNode = R->getErrorNode(); in findReportInEquivalenceClass()
H A DBugReporterVisitors.cpp247 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
888 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1912 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
1922 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DExprEngine.cpp3806 const ExplodedNode *EN = PR->getErrorNode(); in nodeHasBugReport()
3907 const auto *N = const_cast<ExplodedNode *>(R->getErrorNode()); in DumpGraph()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h402 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp889 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), Sym); in deriveAllocLocation()