Home
last modified time | relevance | path

Searched refs:hasError (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h124 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 DRuntimeDyld.h251 bool hasError();
H A DExecutionEngine.h280 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp70 if (LHSResult.hasError()) in evaluate()
80 if (RHSResult.hasError()) in evaluate()
169 assert(R.hasError() && "Not an error result."); in handleError()
283 if (OpIdxExpr.hasError()) in evalDecodeOperand()
553 if (SubExprResult.hasError()) in evalParensExpr()
576 if (ReadSizeExpr.hasError()) in evalLoadExpr()
591 if (LoadAddrExprResult.hasError()) in evalLoadExpr()
634 if (SubExprResult.hasError()) in evalSimpleExpr()
664 if (HighBitExpr.hasError()) in evalSliceExpr()
675 if (LowBitExpr.hasError()) in evalSliceExpr()
[all …]
H A DRuntimeDyld.cpp1408 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
1462 if (RTDyld.hasError()) { in jitLinkForORC()
H A DRuntimeDyldImpl.h568 bool hasError() { return HasError; } in hasError() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.has_value(); } in hasError() function
165 return unwrap(Parser)->hasError(); in LLVMRemarkParserHasError()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } in hasError() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp121 if (Dyld.hasError()) in addObjectFile()
227 if (Dyld.hasError()) in generateCodeForModule()
245 if (Dyld.hasError()) in finalizeLoadedModules()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp451 if (Dyld.hasError()) in printLineInfoForInput()
581 if (Dyld.hasError()) { in executeInput()
996 if (Dyld.hasError()) { in linkAndVerify()
1013 if (Dyld.hasError()) in linkAndVerify()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp388 if (TP.hasError()) in forceArbitrary()
407 if (TP.hasError()) in EnforceInteger()
417 if (TP.hasError()) in EnforceFloatingPoint()
427 if (TP.hasError()) in EnforceScalar()
437 if (TP.hasError()) in EnforceVector()
486 if (TP.hasError()) in EnforceSmallerThan()
606 if (TP.hasError()) in EnforceVectorEltTypeIs()
658 if (TP.hasError()) in EnforceVectorSubVectorTypeIs()
726 if (TP.hasError()) in EnforceSameNumElts()
777 if (TP.hasError()) in EnforceSameSize()
[all …]
H A DCodeGenDAGPatterns.h974 bool hasError() const { in hasError() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h189 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function
193 if (hasError()) in getError()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h206 bool hasError(const Decl *ToDecl) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp158 if (Flags.hasError()) in operator <<()
H A DCore.cpp890 if (Symbols[Name].getFlags().hasError()) in addDependencies()
925 if (OtherSymEntry.getFlags().hasError()) { in addDependencies()
979 assert(!KV.second.getFlags().hasError() && in resolve()
992 if (SymI->second.getFlags().hasError()) in resolve()
1077 if (SymI->second.getFlags().hasError()) in emit()
2418 if (SymI->second.getFlags().hasError()) { in IL_updateCandidatesFor()
2755 if (SymI->second.getFlags().hasError()) { in OL_completeLookup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp315 if (ExecEngine->hasError()) { in LLVMExecutionEngineGetErrMsg()
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp809 bool CrossTranslationUnitContext::hasError(const Decl *ToDecl) const { in hasError() function in clang::cross_tu::CrossTranslationUnitContext
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp588 if (CTUCtx.hasError(Decl)) in getRuntimeDefinition()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp731 if (Reader->hasError()) { in loadInput()
2848 if (Reader->hasError()) in showInstrProfile()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5370 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers() argument
5372 hasError = false; in applyObjCProtocolQualifiers()
5435 hasError = true; in applyObjCProtocolQualifiers()
5454 bool hasError; in getObjCTypeParamType() local
5456 Canonical, protocols, hasError, true /*allowOnPointerType*/)); in getObjCTypeParamType()
5457 assert(!hasError && "Error when apply protocol qualifier to bound type"); in getObjCTypeParamType()
H A DType.cpp1302 bool hasError; in VisitObjCTypeParamType() local
1307 argType, protocolsToApply, hasError, true/*allowOnPointerType*/); in VisitObjCTypeParamType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1250 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,