| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 124 bool hasError() const { in hasError() function 304 if (Flags.hasError()) in JITSymbol() 313 if (Flags.hasError()) 321 if (Flags.hasError()) in ~JITSymbol() 329 return !Flags.hasError() && (CachedAddr || GetAddress); 334 if (Flags.hasError()) in takeError() 342 assert(!Flags.hasError() && "getAddress called on error value"); in getAddress()
|
| H A D | RuntimeDyld.h | 251 bool hasError();
|
| H A D | ExecutionEngine.h | 280 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 70 if (LHSResult.hasError()) in evaluate() 80 if (RHSResult.hasError()) in evaluate() 126 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult 169 assert(R.hasError() && "Not an error result."); in handleError() 283 if (OpIdxExpr.hasError()) in evalDecodeOperand() 559 if (SubExprResult.hasError()) in evalParensExpr() 582 if (ReadSizeExpr.hasError()) in evalLoadExpr() 597 if (LoadAddrExprResult.hasError()) in evalLoadExpr() 640 if (SubExprResult.hasError()) in evalSimpleExpr() 670 if (HighBitExpr.hasError()) in evalSliceExpr() [all …]
|
| H A D | RuntimeDyld.cpp | 1407 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld 1461 if (RTDyld.hasError()) { in jitLinkForORC()
|
| H A D | RuntimeDyldImpl.h | 568 bool hasError() { return HasError; } in hasError() function
|
| /src/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkParser.cpp | 122 bool hasError() const { return Err.has_value(); } in hasError() function 165 return unwrap(Parser)->hasError(); in LLVMRemarkParserHasError()
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 80 bool hasError() const { return !Error.empty(); } in hasError() function
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 121 if (Dyld.hasError()) in addObjectFile() 227 if (Dyld.hasError()) in generateCodeForModule() 245 if (Dyld.hasError()) in finalizeLoadedModules()
|
| /src/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 451 if (Dyld.hasError()) in printLineInfoForInput() 581 if (Dyld.hasError()) { in executeInput() 996 if (Dyld.hasError()) { in linkAndVerify() 1013 if (Dyld.hasError()) in linkAndVerify()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 366 if (In.empty() || Out == In || TP.hasError()) in MergeInTypeInfo() 382 if (TP.hasError()) in forceArbitrary() 401 if (TP.hasError()) in EnforceInteger() 411 if (TP.hasError()) in EnforceFloatingPoint() 421 if (TP.hasError()) in EnforceScalar() 431 if (TP.hasError()) in EnforceVector() 441 if (TP.hasError() || !Out.empty()) in EnforceAny() 480 if (TP.hasError()) in EnforceSmallerThan() 600 if (TP.hasError()) in EnforceVectorEltTypeIs() 652 if (TP.hasError()) in EnforceVectorSubVectorTypeIs() [all …]
|
| H A D | CodeGenDAGPatterns.h | 968 bool hasError() const { return HasError; } in hasError() function
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 189 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function 193 if (hasError()) in getError()
|
| /src/contrib/llvm-project/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 206 bool hasError(const Decl *ToDecl) const;
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 162 if (Flags.hasError()) in operator <<()
|
| H A D | Core.cpp | 919 assert(!KV.second.getFlags().hasError() && in resolve() 932 if (SymI->second.getFlags().hasError()) in resolve() 2290 if (SymI->second.getFlags().hasError()) { in IL_updateCandidatesFor() 2627 if (SymI->second.getFlags().hasError()) { in OL_completeLookup() 3305 DepEntryItr->second.getFlags().hasError()) { in IL_emit() 3390 assert(!TargetJD.Symbols[SymbolStringPtr(Sym)].getFlags().hasError() && in IL_emit() 3564 if (Sym.getFlags().hasError()) { in IL_failSymbols() 3649 assert(!DepSym.getFlags().hasError() && in IL_failSymbols()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 315 if (ExecEngine->hasError()) { in LLVMExecutionEngineGetErrMsg()
|
| /src/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 809 bool CrossTranslationUnitContext::hasError(const Decl *ToDecl) const { in hasError() function in clang::cross_tu::CrossTranslationUnitContext
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 588 if (CTUCtx.hasError(Decl)) in getRuntimeDefinition()
|
| /src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 789 if (Reader->hasError()) { in loadInput() 2918 if (Reader->hasError()) in showInstrProfile()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 5780 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers() argument 5782 hasError = false; in applyObjCProtocolQualifiers() 5845 hasError = true; in applyObjCProtocolQualifiers() 5864 bool hasError; in getObjCTypeParamType() local 5866 Canonical, protocols, hasError, true /*allowOnPointerType*/)); in getObjCTypeParamType() 5867 assert(!hasError && "Error when apply protocol qualifier to bound type"); in getObjCTypeParamType()
|
| H A D | Type.cpp | 1364 bool hasError; in VisitObjCTypeParamType() local 1369 argType, protocolsToApply, hasError, true/*allowOnPointerType*/); in VisitObjCTypeParamType()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1303 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,
|