Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DErrorOr.h78 : HasError(true) { in HasError() function
89 : HasError(false) { in HasError() function
259 bool HasError : 1; variable
/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
/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/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
/external/llvm/include/llvm/Support/
DErrorOr.h88 : HasError(true) { in HasError() function
100 : HasError(false) { in HasError() function
275 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/cronet/stable/net/disk_cache/simple/
Dsimple_file_enumerator.cc26 bool SimpleFileEnumerator::HasError() const { in HasError() function in disk_cache::SimpleFileEnumerator
/external/cronet/tot/net/disk_cache/simple/
Dsimple_file_enumerator.cc26 bool SimpleFileEnumerator::HasError() const { in HasError() function in disk_cache::SimpleFileEnumerator
/external/libultrahdr/third_party/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/extras/
Dbase64_decoder_data_destination.h29 bool HasError() const { return has_error_; } in HasError() function
/external/pdfium/fxjs/
Dcjs_result.h42 bool HasError() const { return error_.has_value(); } in HasError() function
/external/libultrahdr/third_party/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/base/
Dostream_ref_data_destination.h39 bool HasError() const { return has_error_; } in HasError() function
/external/libultrahdr/third_party/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/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.h108 bool HasError() const { return has_error_; } in HasError() function
/external/webrtc/modules/video_coding/utility/
Divf_file_reader.h46 bool HasError() const { return has_error_; } in HasError() function
/external/drm_hwcomposer/hwc3/
DCommandResultWriter.h69 bool HasError() const { in HasError() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h77 bool HasError = false; variable
/external/swiftshader/third_party/llvm-16.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

123