Searched refs:ErrorNode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIChecker.cpp | 48 Ctx.addTransition(ErrorNode->getState(), ErrorNode); in checkDoubleNonblocking() 77 ExplodedNode *ErrorNode{nullptr}; in checkUnmatchedWaits() local 84 if (!ErrorNode) { in checkUnmatchedWaits() 86 State = ErrorNode->getState(); in checkUnmatchedWaits() 94 if (!ErrorNode) { in checkUnmatchedWaits() 97 Ctx.addTransition(State, ErrorNode); in checkUnmatchedWaits() 109 ExplodedNode *ErrorNode{nullptr}; in checkMissingWaits() local 116 if (!ErrorNode) { in checkMissingWaits() 118 State = ErrorNode->getState(); in checkMissingWaits() 128 if (!ErrorNode) { in checkMissingWaits() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 278 NonNullParamChecker::genReportNullAttrNonNull(const ExplodedNode *ErrorNode, in genReportNullAttrNonNull() argument 295 std::make_unique<PathSensitiveBugReport>(*BTAttrNonNull, SBuf, ErrorNode); in genReportNullAttrNonNull() 297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull() 304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer() argument 309 *BTNullRefArg, "Forming reference to null pointer", ErrorNode); in genReportReferenceToNullPointer() 314 bugreporter::trackExpressionValue(ErrorNode, ArgEDeref, *R); in genReportReferenceToNullPointer()
|
| H A D | FuchsiaHandleChecker.cpp | 221 void reportBug(SymbolRef Sym, ExplodedNode *ErrorNode, CheckerContext &C, 648 void FuchsiaHandleChecker::reportBug(SymbolRef Sym, ExplodedNode *ErrorNode, in reportBug() argument 652 if (!ErrorNode) in reportBug() 657 const ExplodedNode *AcquireNode = getAcquireSite(ErrorNode, Sym, C); in reportBug() 665 Type, Msg, ErrorNode, LocUsedForUniqueing, in reportBug() 670 R = std::make_unique<PathSensitiveBugReport>(Type, Msg, ErrorNode); in reportBug()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 213 const ExplodedNode *const ErrorNode; member in __anon921f85140111::PathDiagnosticBuilder 1971 : Consumer(PDC), CurrentNode(ErrorNode), in PathDiagnosticConstruct() 1982 ErrorNode(ErrorNode), in PathDiagnosticBuilder() 2129 assert(!isDependency(ErrorNode->getState() in PathSensitiveBugReport() 2140 !isHidden(ErrorNode->getState() in PathSensitiveBugReport() 2376 if (!ErrorNode) in getStmt() 2388 S = ErrorNode->getStmtForDiagnostics(); in getStmt() 2407 ProgramPoint P = ErrorNode->getLocation(); in getLocation() 2494 const ExplodedNode *ErrorNode; member in __anon921f85140211::BugPathInfo 2643 CurrentBugPath.ErrorNode = NewN; in getNextBugPath() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 300 const ExplodedNode *ErrorNode = nullptr; 404 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode()
|