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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h122 bool hasError() const { function in class:llvm::JITSymbolFlags
276 if (Flags.hasError())
285 if (Flags.hasError())
293 if (Flags.hasError())
301 return !Flags.hasError() && (CachedAddr || GetAddress);
306 if (Flags.hasError())
314 assert(!Flags.hasError() && "getAddress called on error value");
H A DRuntimeDyld.h234 bool hasError();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp48 if (LHSResult.hasError())
58 if (RHSResult.hasError())
104 bool hasError() const { return ErrorMsg != ""; } function in class:llvm::RuntimeDyldCheckerExprEval::EvalResult
147 assert(R.hasError() && "Not an error result.");
241 if (OpIdxExpr.hasError())
486 if (SubExprResult.hasError())
509 if (ReadSizeExpr.hasError())
524 if (LoadAddrExprResult.hasError())
567 if (SubExprResult.hasError())
597 if (HighBitExpr.hasError())
[all...]
H A DRuntimeDyld.cpp1369 bool RuntimeDyld::hasError() { return Dyld->hasError(); } function in class:llvm::RuntimeDyld
1421 if (RTDyld.hasError()) {
H A DRuntimeDyldImpl.h560 bool hasError() { return HasError; } function in class:llvm::RuntimeDyldImpl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h76 bool hasError() const { return !Error.empty(); } function in class:clang::tooling::AtomicChange
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.hasValue(); } function in struct:__anon1970::CParser
165 return unwrap(Parser)->hasError();
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp118 if (Dyld.hasError())
225 if (Dyld.hasError())
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp166 if (Flags.hasError())
945 if (Symbols[Name].getFlags().hasError())
978 if (OtherSymEntry.getFlags().hasError()) {
1023 assert(!KV.second.getFlags().hasError() &&
1036 if (SymI->second.getFlags().hasError())
1110 if (SymI->second.getFlags().hasError())
1534 if (SymI->second.getFlags().hasError()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h259 if (PFC->RTDyld->hasError())
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp273 if (Reader->hasError())
948 if (Reader->hasError())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4801 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,
4803 hasError = false;
4866 hasError = true;
4885 bool hasError; local
4887 Canonical, protocols, hasError, true /*allowOnPointerType*/));
4888 assert(!hasError && "Error when apply protocol qualifier to bound type");
4800 applyObjCProtocolQualifiers(QualType type, ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, bool allowOnPointerType) const argument
H A DType.cpp1206 bool hasError;
1211 argType, protocolsToApply, hasError, true/*allowOnPointerType*/);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1156 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,

Completed in 795 milliseconds