| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/ |
| H A D | Pzstd.cpp | 98 if (!state.errorHolder.hasError()) { in handleOneInput() 178 if (state.errorHolder.hasError()) { in pzstdMain() 203 if (state.errorHolder.hasError()) { in pzstdMain() 296 while (in->pop(inBuffer) && !errorHolder.hasError()) { in compress() 299 while (!inBuffer.empty() && !errorHolder.hasError()) { in compress() 330 } while (bytesLeft != 0 && !errorHolder.hasError()); in compress() 400 while (status == FileStatus::Continue && !state.errorHolder.hasError()) { in asyncCompressChunks() 452 while (in->pop(inBuffer) && !errorHolder.hasError()) { in decompress() 455 while (!inBuffer.empty() && !errorHolder.hasError()) { in decompress() 589 if (errorHolder.hasError()) { in writeFile() [all …]
|
| H A D | ErrorHolder.h | 26 bool hasError() noexcept { in hasError() function 42 return !hasError(); in check() 51 assert(!hasError()); in ~ErrorHolder()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 110 bool hasError() const { in hasError() function 277 if (Flags.hasError()) in JITSymbol() 286 if (Flags.hasError()) 294 if (Flags.hasError()) in ~JITSymbol() 302 return !Flags.hasError() && (CachedAddr || GetAddress); 307 if (Flags.hasError()) in takeError() 315 assert(!Flags.hasError() && "getAddress called on error value"); in getAddress()
|
| H A D | RuntimeDyld.h | 217 bool hasError();
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 50 if (LHSResult.hasError()) in evaluate() 60 if (RHSResult.hasError()) in evaluate() 149 assert(R.hasError() && "Not an error result."); in handleError() 243 if (OpIdxExpr.hasError()) in evalDecodeOperand() 494 if (SubExprResult.hasError()) in evalParensExpr() 517 if (ReadSizeExpr.hasError()) in evalLoadExpr() 532 if (LoadAddrExprResult.hasError()) in evalLoadExpr() 570 if (SubExprResult.hasError()) in evalSimpleExpr() 600 if (HighBitExpr.hasError()) in evalSliceExpr() 611 if (LowBitExpr.hasError()) in evalSliceExpr() [all …]
|
| H A D | RuntimeDyld.cpp | 1300 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld 1342 if (RTDyld.hasError()) { in jitLinkForORC()
|
| H A D | RuntimeDyldImpl.h | 553 bool hasError() { return HasError; } in hasError() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 327 if (Dyld.hasError()) in printLineInfoForInput() 450 if (Dyld.hasError()) { in executeInput() 722 if (Dyld.hasError()) { in linkAndVerify() 738 if (Dyld.hasError()) in linkAndVerify()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 77 bool hasError() const { return !Error.empty(); } in hasError() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function 118 if (hasError()) in getError()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 358 if (TP.hasError()) in forceArbitrary() 377 if (TP.hasError()) in EnforceInteger() 387 if (TP.hasError()) in EnforceFloatingPoint() 397 if (TP.hasError()) in EnforceScalar() 407 if (TP.hasError()) in EnforceVector() 456 if (TP.hasError()) in EnforceSmallerThan() 561 if (TP.hasError()) in EnforceVectorEltTypeIs() 611 if (TP.hasError()) in EnforceVectorSubVectorTypeIs() 677 if (TP.hasError()) in EnforceSameNumElts() 715 if (TP.hasError()) in EnforceSameSize() [all …]
|
| H A D | CodeGenDAGPatterns.h | 952 bool hasError() const { in hasError() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 119 if (Dyld.hasError()) in addObjectFile() 226 if (Dyld.hasError()) in generateCodeForModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 245 if (PFC->RTDyld->hasError()) in finalize()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 255 if (Reader->hasError()) { in loadInput() 799 if (Reader->hasError()) in showInstrProfile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4516 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers() argument 4518 hasError = false; in applyObjCProtocolQualifiers() 4581 hasError = true; in applyObjCProtocolQualifiers() 4602 bool hasError; in getObjCTypeParamType() local 4604 Canonical, protocols, hasError, true /*allowOnPointerType*/)); in getObjCTypeParamType() 4605 assert(!hasError && "Error when apply protocol qualifier to bound type"); in getObjCTypeParamType()
|
| H A D | Type.cpp | 1158 bool hasError; in substObjCTypeArgs() local 1164 protocolsToApply, hasError, true/*allowOnPointerType*/); in substObjCTypeArgs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1153 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,
|