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

/netbsd-current/external/apache2/llvm/dist/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.h238 bool hasError();
H A DExecutionEngine.h281 bool hasError() const { return !ErrMsg.empty(); } function in class:llvm::ExecutionEngine
/netbsd-current/external/apache2/llvm/dist/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())
489 if (SubExprResult.hasError())
512 if (ReadSizeExpr.hasError())
527 if (LoadAddrExprResult.hasError())
570 if (SubExprResult.hasError())
600 if (HighBitExpr.hasError())
[all...]
H A DRuntimeDyld.cpp1381 bool RuntimeDyld::hasError() { return Dyld->hasError(); } function in class:llvm::RuntimeDyld
1435 if (RTDyld.hasError()) {
H A DRuntimeDyldImpl.h558 bool hasError() { return HasError; } function in class:llvm::RuntimeDyldImpl
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } function in class:clang::tooling::AtomicChange
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.hasValue(); } function in struct:__anon1911::CParser
165 return unwrap(Parser)->hasError();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp120 if (Dyld.hasError())
227 if (Dyld.hasError())
245 if (Dyld.hasError())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h131 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } function in class:llvm::InstrProfReader
135 if (hasError())
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp402 if (Dyld.hasError())
531 if (Dyld.hasError()) {
937 if (Dyld.hasError()) {
954 if (Dyld.hasError())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp158 if (Flags.hasError())
H A DCore.cpp834 if (Symbols[Name].getFlags().hasError())
869 if (OtherSymEntry.getFlags().hasError()) {
920 assert(!KV.second.getFlags().hasError() &&
933 if (SymI->second.getFlags().hasError())
1016 if (SymI->second.getFlags().hasError())
2140 if (SymI->second.getFlags().hasError()) {
2399 if (SymI->second.getFlags().hasError()) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp343 if (In.empty() || Out == In || TP.hasError())
359 if (TP.hasError())
378 if (TP.hasError())
388 if (TP.hasError())
398 if (TP.hasError())
408 if (TP.hasError())
418 if (TP.hasError() || !Out.empty())
457 if (TP.hasError())
567 if (TP.hasError())
619 if (TP.hasError())
[all...]
H A DCodeGenDAGPatterns.h885 /// hasError - True if the currently processed nodes have unresolvable types
960 bool hasError() const { function in class:llvm::TreePattern
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp315 if (ExecEngine->hasError()) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp284 if (Reader->hasError())
2174 if (Reader->hasError())
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5165 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,
5167 hasError = false;
5230 hasError = true;
5249 bool hasError; local
5251 Canonical, protocols, hasError, true /*allowOnPointerType*/));
5252 assert(!hasError && "Error when apply protocol qualifier to bound type");
5164 applyObjCProtocolQualifiers(QualType type, ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, bool allowOnPointerType) const argument
H A DType.cpp1269 bool hasError;
1274 argType, protocolsToApply, hasError, true/*allowOnPointerType*/);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1155 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,

Completed in 556 milliseconds