Searched refs:hasError (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h124 bool hasError() const { function in class:llvm::JITSymbolFlags
304 if (Flags.hasError())
313 if (Flags.hasError())
321 if (Flags.hasError())
329 return !Flags.hasError() && (CachedAddr || GetAddress);
334 if (Flags.hasError())
342 assert(!Flags.hasError() && "getAddress called on error value");
H A DRuntimeDyld.h234 bool hasError();
H A DExecutionEngine.h286 bool hasError() const { return !ErrMsg.empty(); } function in class:llvm::ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp49 if (LHSResult.hasError())
59 if (RHSResult.hasError())
105 bool hasError() const { return ErrorMsg != ""; } function in class:llvm::RuntimeDyldCheckerExprEval::EvalResult
148 assert(R.hasError() && "Not an error result.");
242 if (OpIdxExpr.hasError())
487 if (SubExprResult.hasError())
510 if (ReadSizeExpr.hasError())
525 if (LoadAddrExprResult.hasError())
568 if (SubExprResult.hasError())
598 if (HighBitExpr.hasError())
[all...]
H A DRuntimeDyld.cpp1387 bool RuntimeDyld::hasError() { return Dyld->hasError(); } function in class:llvm::RuntimeDyld
1441 if (RTDyld.hasError()) {
H A DRuntimeDyldImpl.h547 bool hasError() { return HasError; } function in class:llvm::RuntimeDyldImpl
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } function in class:clang::tooling::AtomicChange
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.hasValue(); } function in struct:__anon3776::CParser
165 return unwrap(Parser)->hasError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp120 if (Dyld.hasError())
227 if (Dyld.hasError())
245 if (Dyld.hasError())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h118 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } function in class:llvm::InstrProfReader
122 if (hasError())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp401 if (Dyld.hasError())
530 if (Dyld.hasError()) {
931 if (Dyld.hasError()) {
948 if (Dyld.hasError())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp158 if (Flags.hasError())
H A DCore.cpp749 if (Symbols[Name].getFlags().hasError())
784 if (OtherSymEntry.getFlags().hasError()) {
827 assert(!KV.second.getFlags().hasError() &&
840 if (SymI->second.getFlags().hasError())
919 if (SymI->second.getFlags().hasError())
1358 if (SymI->second.getFlags().hasError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp348 if (In.empty() || Out == In || TP.hasError())
364 if (TP.hasError())
383 if (TP.hasError())
393 if (TP.hasError())
403 if (TP.hasError())
413 if (TP.hasError())
423 if (TP.hasError() || !Out.empty())
462 if (TP.hasError())
569 if (TP.hasError())
619 if (TP.hasError())
[all...]
H A DCodeGenDAGPatterns.h891 /// hasError - True if the currently processed nodes have unresolvable types
966 bool hasError() const { function in class:llvm::TreePattern
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h272 if (PFC->RTDyld->hasError())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp315 if (ExecEngine->hasError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp274 if (Reader->hasError())
974 if (Reader->hasError())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5028 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,
5030 hasError = false;
5093 hasError = true;
5112 bool hasError; local
5114 Canonical, protocols, hasError, true /*allowOnPointerType*/));
5115 assert(!hasError && "Error when apply protocol qualifier to bound type");
5027 applyObjCProtocolQualifiers(QualType type, ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, bool allowOnPointerType) const argument
H A DType.cpp1271 bool hasError;
1276 argType, protocolsToApply, hasError, true/*allowOnPointerType*/);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1088 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,

Completed in 303 milliseconds