| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 125 bool hasError() const { in hasError() function 306 if (Flags.hasError()) in JITSymbol() 315 if (Flags.hasError()) 323 if (Flags.hasError()) in ~JITSymbol() 331 return !Flags.hasError() && (CachedAddr || GetAddress); 336 if (Flags.hasError()) in takeError() 344 assert(!Flags.hasError() && "getAddress called on error value"); in getAddress()
|
| H A D | RuntimeDyld.h | 254 LLVM_ABI bool hasError();
|
| H A D | ExecutionEngine.h | 281 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 67 if (LHSResult.hasError()) in evaluate() 77 if (RHSResult.hasError()) in evaluate() 123 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult 166 assert(R.hasError() && "Not an error result."); in handleError() 280 if (OpIdxExpr.hasError()) in evalDecodeOperand() 558 if (SubExprResult.hasError()) in evalParensExpr() 581 if (ReadSizeExpr.hasError()) in evalLoadExpr() 596 if (LoadAddrExprResult.hasError()) in evalLoadExpr() 639 if (SubExprResult.hasError()) in evalSimpleExpr() 669 if (HighBitExpr.hasError()) in evalSliceExpr() [all …]
|
| H A D | RuntimeDyld.cpp | 1422 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld 1476 if (RTDyld.hasError()) { in jitLinkForORC()
|
| H A D | RuntimeDyldImpl.h | 573 bool hasError() { return HasError; } in hasError() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkParser.cpp | 101 bool hasError() const { return Err.has_value(); } in hasError() function 144 return unwrap(Parser)->hasError(); in LLVMRemarkParserHasError()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 80 bool hasError() const { return !Error.empty(); } in hasError() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 120 if (Dyld.hasError()) in addObjectFile() 226 if (Dyld.hasError()) in generateCodeForModule() 244 if (Dyld.hasError()) in finalizeLoadedModules()
|
| /freebsd/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() 997 if (Dyld.hasError()) { in linkAndVerify() 1014 if (Dyld.hasError()) in linkAndVerify()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 365 if (In.empty() || Out == In || TP.hasError()) in MergeInTypeInfo() 381 if (TP.hasError()) in forceArbitrary() 400 if (TP.hasError()) in EnforceInteger() 410 if (TP.hasError()) in EnforceFloatingPoint() 420 if (TP.hasError()) in EnforceScalar() 430 if (TP.hasError()) in EnforceVector() 440 if (TP.hasError() || !Out.empty()) in EnforceAny() 479 if (TP.hasError()) in EnforceSmallerThan() 599 if (TP.hasError()) in EnforceVectorEltTypeIs() 651 if (TP.hasError()) in EnforceVectorSubVectorTypeIs() [all …]
|
| H A D | CodeGenDAGPatterns.h | 982 bool hasError() const { return HasError; } in hasError() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 206 bool hasError(const Decl *ToDecl) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 196 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function 200 if (hasError()) in getError()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 153 if (Flags.hasError()) in operator <<()
|
| H A D | Core.cpp | 900 assert(!KV.second.getFlags().hasError() && in resolve() 913 if (SymI->second.getFlags().hasError()) in resolve() 2286 if (SymI->second.getFlags().hasError()) { in IL_updateCandidatesFor() 2623 if (SymI->second.getFlags().hasError()) { in OL_completeLookup() 3313 DepEntryItr->second.getFlags().hasError()) { in IL_emit() 3396 assert(!TargetJD.Symbols[SymbolStringPtr(Sym)].getFlags().hasError() && in IL_emit() 3570 if (Sym.getFlags().hasError()) { in IL_failSymbols() 3655 assert(!DepSym.getFlags().hasError() && in IL_failSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 314 if (ExecEngine->hasError()) { in LLVMExecutionEngineGetErrMsg()
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 810 bool CrossTranslationUnitContext::hasError(const Decl *ToDecl) const { in hasError() function in clang::cross_tu::CrossTranslationUnitContext
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 255 if (!hasError()) in ~ReportedErrors() 271 if (!hasError()) in increment() 278 bool hasError() { return NumReported; } in hasError() function in __anon8b3074050111::MachineVerifier::ReportedErrors 577 return !ReportedErrs.hasError(); in verify()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 587 if (CTUCtx.hasError(Decl)) in getRuntimeDefinition()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 850 if (Reader->hasError()) { in loadInput() 3014 if (Reader->hasError()) in showInstrProfile()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1409 bool hasError; in VisitObjCTypeParamType() local 1414 argType, protocolsToApply, hasError, true /*allowOnPointerType*/); in VisitObjCTypeParamType()
|
| H A D | ASTContext.cpp | 6199 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers() argument 6201 hasError = false; in applyObjCProtocolQualifiers() 6264 hasError = true; in applyObjCProtocolQualifiers() 6283 bool hasError; in getObjCTypeParamType() local 6285 Canonical, protocols, hasError, true /*allowOnPointerType*/)); in getObjCTypeParamType() 6286 assert(!hasError && "Error when apply protocol qualifier to bound type"); in getObjCTypeParamType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1405 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,
|