Searched refs:errorNode (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/usr.bin/make/ |
| H A D | compat.c | 732 GNode *errorNode = NULL; in Compat_MakeAll() 765 if (GNode_IsError(gn) && errorNode == NULL) in Compat_MakeAll() 766 errorNode = gn; in Compat_MakeAll() 769 if (errorNode == NULL) { in Compat_MakeAll() 773 errorNode = endNode; in Compat_MakeAll() 776 if (errorNode != NULL) { in Compat_MakeAll() 781 PrintOnError(errorNode, "\nStop.\n"); 727 GNode *errorNode = NULL; Compat_MakeAll() local
|
| H A D | main.c | 2100 static GNode *errorNode = NULL; in PrintOnError() 2108 if (errorNode != NULL) in PrintOnError() 2146 errorNode = Targ_FindNode(".ERROR"); 2147 if (errorNode != NULL) { 2148 errorNode->type |= OP_SPECIAL; in Main_ExportMAKEFLAGS() 2149 Compat_Make(errorNode, errorNode); in Main_ExportMAKEFLAGS() 2094 static GNode *errorNode = NULL; PrintOnError() local
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 372 const ExplodedNode *errorNode) in PathSensitiveBugReport() argument 373 : PathSensitiveBugReport(bt, desc, desc, errorNode) {} in PathSensitiveBugReport() 376 const ExplodedNode *errorNode) in PathSensitiveBugReport() argument 377 : PathSensitiveBugReport(bt, shortDesc, desc, errorNode, in PathSensitiveBugReport() 389 const ExplodedNode *errorNode, in PathSensitiveBugReport() argument 392 : PathSensitiveBugReport(bt, desc, desc, errorNode, LocationToUnique, in PathSensitiveBugReport() 396 const ExplodedNode *errorNode,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 180 if (ExplodedNode *errorNode = C.generateErrorNode(stateNull)) { in checkPreCall() local 184 R = genReportNullAttrNonNull(errorNode, ArgE, idx + 1); in checkPreCall() 186 R = genReportReferenceToNullPointer(errorNode, ArgE); in checkPreCall()
|
| H A D | CastSizeChecker.cpp | 133 if (ExplodedNode *errorNode = C.generateErrorNode()) { in checkPreStmt() local 139 errorNode); in checkPreStmt()
|
| H A D | ArrayBoundCheckerV2.cpp | 234 ExplodedNode *errorNode = checkerContext.generateErrorNode(errorState); in reportOOB() local 235 if (!errorNode) in reportOOB() 259 auto BR = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), errorNode); in reportOOB()
|
| H A D | BasicObjCFoundationChecks.cpp | 747 Optional<ExplodedNode*> errorNode; in checkPreObjCMessage() local 771 if (!errorNode.hasValue()) in checkPreObjCMessage() 772 errorNode = C.generateNonFatalErrorNode(); in checkPreObjCMessage() 774 if (!errorNode.getValue()) in checkPreObjCMessage() 792 errorNode.getValue()); in checkPreObjCMessage()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2131 const ExplodedNode *errorNode, PathDiagnosticLocation LocationToUnique, in PathSensitiveBugReport() argument 2133 : BugReport(Kind::PathSensitive, bt, shortDesc, desc), ErrorNode(errorNode), in PathSensitiveBugReport() 2964 const ExplodedNode *errorNode = R->getErrorNode(); in findReportInEquivalenceClass() local 2965 if (errorNode->isSink()) { in findReportInEquivalenceClass() 2970 if (errorNode->succ_empty()) { in findReportInEquivalenceClass() 2981 if (const CFGBlock *ErrorB = errorNode->getCFGBlock()) in findReportInEquivalenceClass() 2993 WL.push_back(errorNode); in findReportInEquivalenceClass() 2994 Visited[errorNode] = 1; in findReportInEquivalenceClass()
|