/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 78 : 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/ |
D | ErrorOr.h | 78 : HasError(true) { in HasError() function 90 : HasError(false) { in HasError() function 265 bool HasError : 1; variable
|
/external/zucchini/aosp/include/components/zucchini/ |
D | mapped_file.h | 33 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function 59 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
|
/external/zucchini/ |
D | mapped_file.h | 33 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/ |
D | ErrorOr.h | 88 : HasError(true) { in HasError() function 100 : HasError(false) { in HasError() function 275 bool HasError : 1; variable
|
/external/llvm/include/llvm/Support/ |
D | ErrorOr.h | 88 : HasError(true) { in HasError() function 100 : HasError(false) { in HasError() function 275 bool HasError : 1; variable
|
/external/llvm/tools/llc/ |
D | llc.cpp | 214 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/ |
D | cxx-ambig-init-templ.cpp | 99 …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/ |
D | simple_file_enumerator.cc | 26 bool SimpleFileEnumerator::HasError() const { in HasError() function in disk_cache::SimpleFileEnumerator
|
/external/cronet/tot/net/disk_cache/simple/ |
D | simple_file_enumerator.cc | 26 bool SimpleFileEnumerator::HasError() const { in HasError() function in disk_cache::SimpleFileEnumerator
|
/external/libultrahdr/third_party/image_io/includes/image_io/extras/ |
D | base64_decoder_data_destination.h | 29 bool HasError() const { return has_error_; } in HasError() function
|
/external/image_io/includes/image_io/extras/ |
D | base64_decoder_data_destination.h | 29 bool HasError() const { return has_error_; } in HasError() function
|
/external/pdfium/fxjs/ |
D | cjs_result.h | 42 bool HasError() const { return error_.has_value(); } in HasError() function
|
/external/libultrahdr/third_party/image_io/includes/image_io/base/ |
D | ostream_ref_data_destination.h | 39 bool HasError() const { return has_error_; } in HasError() function
|
/external/image_io/includes/image_io/base/ |
D | ostream_ref_data_destination.h | 39 bool HasError() const { return has_error_; } in HasError() function
|
/external/libultrahdr/third_party/image_io/includes/image_io/jpeg/ |
D | jpeg_xmp_data_extractor.h | 35 bool HasError() const { return has_error_; } in HasError() function
|
D | jpeg_scanner.h | 41 bool HasError() const { return has_error_; } in HasError() function
|
/external/image_io/includes/image_io/jpeg/ |
D | jpeg_xmp_data_extractor.h | 35 bool HasError() const { return has_error_; } in HasError() function
|
D | jpeg_scanner.h | 41 bool HasError() const { return has_error_; } in HasError() function
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_file_parser.h | 108 bool HasError() const { return has_error_; } in HasError() function
|
/external/webrtc/modules/video_coding/utility/ |
D | ivf_file_reader.h | 46 bool HasError() const { return has_error_; } in HasError() function
|
/external/drm_hwcomposer/hwc3/ |
D | CommandResultWriter.h | 69 bool HasError() const { in HasError() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFGdbIndex.h | 77 bool HasError = false; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFGdbIndex.h | 77 bool HasError = false; variable
|
/external/libbrillo/brillo/errors/ |
D | error.cc | 87 bool Error::HasError(const std::string& domain, const std::string& code) const { in HasError() function in Error
|