Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h78 : HasError(true) { in HasError() function
90 : HasError(false) { in HasError() function
265 bool HasError : 1; variable
DError.h477 : HasError(false) in HasError() function
679 bool HasError : 1; variable
/external/zucchini/aosp/include/components/zucchini/
Dmapped_file.h33 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
59 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
/external/zucchini/
Dmapped_file.h33 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
59 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
/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/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/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/pdfium/fxjs/
Dcjs_result.h41 bool HasError() const { return error_.has_value(); } 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/modules/video_coding/utility/
Divf_file_reader.h42 bool HasError() const { return has_error_; } in HasError() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h77 bool HasError = false; variable
/external/libbrillo/brillo/errors/
Derror.cc87 bool Error::HasError(const std::string& domain, const std::string& code) const { in HasError() function in Error
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Ddecode.h65 constexpr bool HasError(Code code) const { return (status_ & code) != 0u; } in HasError() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h81 HasError = 1U << 0, enumerator
/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.h306 bool HasError = false; variable
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp1136 bool CXFA_FMParser::HasError() const { in HasError() function in CXFA_FMParser
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc81 static void HasError(const Status& s, const error::Code code, in HasError() function

12