Home
last modified time | relevance | path

Searched defs:ErrorNode (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp45 ExplodedNode *ErrorNode = Ctx.generateNonFatalErrorNode(); in checkDoubleNonblocking() local
77 ExplodedNode *ErrorNode{nullptr}; in checkUnmatchedWaits() local
109 ExplodedNode *ErrorNode{nullptr}; in checkMissingWaits() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp182 NonNullParamChecker::genReportNullAttrNonNull(const ExplodedNode *ErrorNode, in genReportNullAttrNonNull()
201 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1911 const ExplodedNode *ErrorNode, in generatePathDiagnosticForConsumer()
2278 const ExplodedNode *ErrorNode; member in __anon26fd67af0211::ReportGraph
2540 generateVisitorsDiagnostics(BugReport *R, const ExplodedNode *ErrorNode, in generateVisitorsDiagnostics()
2606 const ExplodedNode *ErrorNode = ErrorGraph.ErrorNode; in findValidReport() local
2675 const ExplodedNode *ErrorNode = ErrorGraph.ErrorNode; in generatePathDiagnostics() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h106 const ExplodedNode *ErrorNode = nullptr; variable