Home
last modified time | relevance | path

Searched defs:HasError (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrorOr.h79 : HasError(true) { in HasError() function
91 : HasError(false) { in HasError() function
266 bool HasError : 1; variable
DError.h471 : HasError(false) in HasError() function
673 bool HasError : 1; variable
/external/llvm/include/llvm/Support/
DErrorOr.h88 : HasError(true) { in HasError() function
100 : HasError(false) { in HasError() function
275 bool HasError : 1; variable
DError.h636 : HasError(false) in HasError() function
820 bool HasError : 1; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h88 : HasError(true) { in HasError() function
100 : HasError(false) { in HasError() function
275 bool HasError : 1; variable
DError.h672 : HasError(false) in HasError() function
855 bool HasError : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp243 bool *HasError; member
263 bool *HasError = static_cast<bool *>(Context); in InlineAsmDiagHandler() local
317 bool HasError = false; in main() local
599 auto HasError = in compileModule() local
/external/llvm/tools/llc/
Dllc.cpp214 bool *HasError = static_cast<bool *>(Context); in DiagnosticHandler() local
259 bool HasError = false; in main() local
489 auto HasError = *static_cast<bool *>(Context.getDiagnosticContext()); in compileModule() local
/external/pdfium/fxjs/
Dcjs_return.h20 bool HasError() const { return is_error_; } in HasError() function
/external/clang/test/Parser/
Dcxx-ambig-init-templ.cpp99 …template<typename T> struct HasError { typename T::error error; }; // expected-error {{has no memb… argument
108 template<typename> struct HasError { typedef int Z; }; argument
/external/image_io/includes/image_io/extras/
Dbase64_decoder_data_destination.h29 bool HasError() const { return has_error_; } in HasError() function
/external/image_io/includes/image_io/base/
Dostream_ref_data_destination.h39 bool HasError() const { return has_error_; } in HasError() function
/external/image_io/includes/image_io/jpeg/
Djpeg_xmp_data_extractor.h35 bool HasError() const { return has_error_; } in HasError() function
Djpeg_scanner.h41 bool HasError() const { return has_error_; } in HasError() function
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.h74 bool HasError() const { return has_error_; } in HasError() function
/external/webrtc/webrtc/base/
Dtask.h103 bool HasError() const { return (GetState() == STATE_ERROR); } in HasError() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h69 bool HasError = false; variable
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h55 bool HasError; variable
/external/libbrillo/brillo/errors/
Derror.cc90 bool Error::HasError(const std::string& domain, const std::string& code) const { in HasError() function in Error
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h50 HasError = 1U << 0, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DRelocVisitor.h61 bool HasError = false; variable
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.cc386 bool XmppEngineImpl::HasError() { in HasError() function in buzz::XmppEngineImpl
/external/clang/lib/Format/
DUnwrappedLineParser.cpp1266 bool HasError = false; in parseBracedList() local
1733 bool HasError = !parseBracedList(/*ContinueOnSemicolons=*/true); in parseEnum() local
/external/swiftshader/third_party/subzero/src/
DIceCfg.h321 bool HasError = false; variable
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc75 static void HasError(const Status& s, const string& substr) { in HasError() function

12