Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DErrorOr.h78 : HasError(true) { in HasError() function
90 : HasError(false) { in HasError() function
265 bool HasError : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DErrorOr.h78 : HasError(true) { in HasError() function
89 : HasError(false) { in HasError() function
258 bool HasError : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DErrorOr.h78 : HasError(true) { in HasError() function
89 : HasError(false) { in HasError() function
258 bool HasError : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DErrorOr.h78 : HasError(true) { in HasError() function
89 : HasError(false) { in HasError() function
259 bool HasError : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DErrorOr.h78 : HasError(true) { in HasError() function
89 : HasError(false) { in HasError() function
258 bool HasError : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DErrorOr.h78 : HasError(true) { in HasError() function
89 : HasError(false) { in HasError() function
258 bool HasError : 1; variable
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp99 …template<typename T> struct HasError { typename T::error error; }; // expected-error {{has no memb… struct
108 template<typename> struct HasError { typedef int Z; }; argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DErrorOr.h88 : HasError(true) { in HasError() function
100 : HasError(false) { in HasError() function
275 bool HasError : 1; variable
H A DError.h636 : HasError(false) in HasError() function
820 bool HasError : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorOr.h88 : HasError(true) { in HasError() function
100 : HasError(false) { in HasError() function
275 bool HasError : 1; variable
H A DError.h672 : HasError(false) in HasError() function
855 bool HasError : 1; variable
/aosp_15_r20/external/llvm/tools/llc/
H A 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
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dmapped_file.h33 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
59 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
/aosp_15_r20/external/zucchini/
H A Dmapped_file.h33 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
59 bool HasError() { return !error_.empty() || !buffer_.IsValid(); } in HasError() function
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_file_enumerator.cc26 bool SimpleFileEnumerator::HasError() const { in HasError() function in disk_cache::SimpleFileEnumerator
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/extras/
H A Dbase64_decoder_data_destination.h29 bool HasError() const { return has_error_; } in HasError() function
/aosp_15_r20/external/image_io/includes/image_io/extras/
H A Dbase64_decoder_data_destination.h29 bool HasError() const { return has_error_; } in HasError() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/
H A Dostream_ref_data_destination.h39 bool HasError() const { return has_error_; } in HasError() function
/aosp_15_r20/external/image_io/includes/image_io/base/
H A Dostream_ref_data_destination.h39 bool HasError() const { return has_error_; } in HasError() function
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_result.h41 bool HasError() const { return error_.has_value(); } in HasError() function
/aosp_15_r20/external/image_io/includes/image_io/jpeg/
H A Djpeg_xmp_data_extractor.h35 bool HasError() const { return has_error_; } in HasError() function
H A Djpeg_scanner.h41 bool HasError() const { return has_error_; } in HasError() function
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.h49 bool HasError() { in HasError() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/jpeg/
H A Djpeg_xmp_data_extractor.h35 bool HasError() const { return has_error_; } in HasError() function
H A Djpeg_scanner.h41 bool HasError() const { return has_error_; } in HasError() function

1234