/external/llvm-project/llvm/test/MC/AArch64/ |
D | armv8.1a-lse.s | 2 // RUN: FileCheck -check-prefix=CHECK-ERROR < %t %s 4 // RUN: FileCheck -check-prefix=CHECK-ERROR < %t %s 6 // RUN: FileCheck -check-prefix=CHECK-ERROR < %t %s 8 // RUN: FileCheck -check-prefix=CHECK-ERROR < %t %s 981 // CHECK-ERROR: error: invalid operand for instruction 982 // CHECK-ERROR: cas b0, b1, [x2] 983 // CHECK-ERROR: ^ 986 // CHECK-ERROR: error: invalid operand for instruction 987 // CHECK-ERROR: cas b2, b3, [sp] 988 // CHECK-ERROR: ^ [all …]
|
D | basic-a64-diagnostics.s | 2 // RUN: FileCheck --check-prefix=CHECK-ERROR --check-prefix=CHECK-ERROR-ARM64 < %t %s 13 // CHECK-ERROR: error: expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4] 14 // CHECK-ERROR: add x2, x3, x5, sxtb 15 // CHECK-ERROR: ^ 16 // CHECK-ERROR: error: expected '[su]xt[bhw]' with optional integer in range [0, 4] 17 // CHECK-ERROR: add x2, x4, w2, uxtx 18 // CHECK-ERROR: ^ 19 // CHECK-ERROR: error: expected '[su]xt[bhw]' with optional integer in range [0, 4] 20 // CHECK-ERROR: add x2, x4, w2, lsl #3 21 // CHECK-ERROR: ^ [all …]
|
D | armv8.4a-actmon.s | 3 …h64-none-linux-gnu -show-encoding -mattr=-v8.4a < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR 108 //CHECK-RO: error: expected writable system register or pstate 111 //CHECK-RO: error: expected writable system register or pstate 114 //CHECK-RO: error: expected writable system register or pstate 117 //CHECK-RO: error: expected writable system register or pstate 120 //CHECK-RO: error: expected writable system register or pstate 123 //CHECK-RO: error: expected writable system register or pstate 221 //CHECK-ERROR: error: expected writable system register or pstate 222 //CHECK-ERROR: msr AMCR_EL0, x0 223 //CHECK-ERROR: ^ [all …]
|
D | armv8.6a-amvs.s | 3 …iple aarch64 -show-encoding -o - %p/armv8.6a-amvs.s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR 136 // CHECK-ERROR: error: expected writable system register or pstate 137 // CHECK-ERROR-NEXT: msr AMEVCNTVOFF00_EL2, x0 138 // CHECK-ERROR-NEXT: ^ 139 // CHECK-ERROR-NEXT: error: expected writable system register or pstate 140 // CHECK-ERROR-NEXT: msr AMEVCNTVOFF01_EL2, x0 141 // CHECK-ERROR-NEXT: ^ 142 // CHECK-ERROR-NEXT: error: expected writable system register or pstate 143 // CHECK-ERROR-NEXT: msr AMEVCNTVOFF02_EL2, x0 144 // CHECK-ERROR-NEXT: ^ [all …]
|
D | neon-diagnostics.s | 2 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s 12 // CHECK-ERROR: error: invalid operand for instruction 13 // CHECK-ERROR: add v0.16b, v1.8b, v2.8b 14 // CHECK-ERROR: ^ 15 // CHECK-ERROR: error: invalid operand for instruction 16 // CHECK-ERROR: sub v0.2d, v1.2d, v2.2s 17 // CHECK-ERROR: ^ 28 // CHECK-ERROR: error: invalid operand for instruction 29 // CHECK-ERROR: fadd v0.2d, v1.2s, v2.2s 30 // CHECK-ERROR: ^ [all …]
|
D | armv8.4a-ldst-error.s | 1 …h64-none-linux-gnu -show-encoding -mattr=+v8.4a < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR 63 //CHECK-ERROR: error: invalid operand for instruction 64 //CHECK-ERROR-NEXT: STLURB SP, [X1, #1] 65 //CHECK-ERROR-NEXT: ^ 66 //CHECK-ERROR-NEXT: error: invalid operand for instruction 67 //CHECK-ERROR-NEXT: ldapurb SP, [x12, #1] 68 //CHECK-ERROR-NEXT: ^ 69 //CHECK-ERROR-NEXT: error: invalid operand for instruction 70 //CHECK-ERROR-NEXT: STLURB W1, [XZR, #1] 71 //CHECK-ERROR-NEXT: ^ [all …]
|
/external/llvm/test/MC/AArch64/ |
D | basic-a64-diagnostics.s | 2 // RUN: FileCheck --check-prefix=CHECK-ERROR --check-prefix=CHECK-ERROR-ARM64 < %t %s 12 // CHECK-ERROR: error: expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4] 13 // CHECK-ERROR: add x2, x3, x5, sxtb 14 // CHECK-ERROR: ^ 15 // CHECK-ERROR: error: expected '[su]xt[bhw]' or 'lsl' with optional integer in range [0, 4] 16 // CHECK-ERROR: add x2, x4, w2, uxtx 17 // CHECK-ERROR: ^ 18 // CHECK-ERROR: error: expected compatible register, symbol or integer in range [0, 4095] 19 // CHECK-ERROR: add w5, w7, x9, sxtx 20 // CHECK-ERROR: ^ [all …]
|
D | neon-diagnostics.s | 2 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s 12 // CHECK-ERROR: error: invalid operand for instruction 13 // CHECK-ERROR: add v0.16b, v1.8b, v2.8b 14 // CHECK-ERROR: ^ 15 // CHECK-ERROR: error: invalid operand for instruction 16 // CHECK-ERROR: sub v0.2d, v1.2d, v2.2s 17 // CHECK-ERROR: ^ 28 // CHECK-ERROR: error: invalid operand for instruction 29 // CHECK-ERROR: fadd v0.2d, v1.2s, v2.2s 30 // CHECK-ERROR: ^ [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.vulkan100.subgroupPartitioned.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:23: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:28: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:31: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
D | spv.vulkan100.subgroupArithmetic.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:20: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:25: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:30: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
D | spv.subgroupExtendedTypesArithmeticNeg.comp.out | 2 ERROR: 0:26: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ… 3 ERROR: 0:27: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader… 4 ERROR: 0:28: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader… 5 ERROR: 0:29: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio… 6 ERROR: 0:31: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ… 7 ERROR: 0:32: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader… 8 ERROR: 0:33: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader… 9 ERROR: 0:34: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio… 10 ERROR: 0:36: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ… 11 ERROR: 0:37: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader… [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.vulkan100.subgroupPartitioned.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:23: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:28: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:31: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
D | spv.vulkan100.subgroupArithmetic.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:20: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:25: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:30: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
D | spv.subgroupExtendedTypesArithmeticNeg.comp.out | 2 ERROR: 0:26: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ… 3 ERROR: 0:27: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader… 4 ERROR: 0:28: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader… 5 ERROR: 0:29: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio… 6 ERROR: 0:31: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ… 7 ERROR: 0:32: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader… 8 ERROR: 0:33: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader… 9 ERROR: 0:34: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio… 10 ERROR: 0:36: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ… 11 ERROR: 0:37: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader… [all …]
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 16 #error INT8_MIN not defined 20 #error INT16_MIN not defined 24 #error INT32_MIN not defined 28 #error INT64_MIN not defined 32 #error INT8_MAX not defined 36 #error INT16_MAX not defined 40 #error INT32_MAX not defined 44 #error INT64_MAX not defined 48 #error UINT8_MAX not defined 52 #error UINT16_MAX not defined [all …]
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 17 #error INT8_MIN not defined 21 #error INT16_MIN not defined 25 #error INT32_MIN not defined 29 #error INT64_MIN not defined 33 #error INT8_MAX not defined 37 #error INT16_MAX not defined 41 #error INT32_MAX not defined 45 #error INT64_MAX not defined 49 #error UINT8_MAX not defined 53 #error UINT16_MAX not defined [all …]
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 16 #error INT8_MIN not defined 20 #error INT16_MIN not defined 24 #error INT32_MIN not defined 28 #error INT64_MIN not defined 32 #error INT8_MAX not defined 36 #error INT16_MAX not defined 40 #error INT32_MAX not defined 44 #error INT64_MAX not defined 48 #error UINT8_MAX not defined 52 #error UINT16_MAX not defined [all …]
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 17 #error INT8_MIN not defined 21 #error INT16_MIN not defined 25 #error INT32_MIN not defined 29 #error INT64_MIN not defined 33 #error INT8_MAX not defined 37 #error INT16_MAX not defined 41 #error INT32_MAX not defined 45 #error INT64_MAX not defined 49 #error UINT8_MAX not defined 53 #error UINT16_MAX not defined [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 14 #define error(X) \ macro 20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()() 21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()() 22 error(IO.mapInteger(Gap.Range)); in operator ()() 23 return Error::success(); in operator ()() 28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange() 30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange() 31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange() 32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange() 33 return Error::success(); in mapLocalVariableAddrRange() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 14 #define error(X) \ macro 20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()() 21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()() 22 error(IO.mapInteger(Gap.Range)); in operator ()() 23 return Error::success(); in operator ()() 28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange() 30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange() 31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange() 32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange() 33 return Error::success(); in mapLocalVariableAddrRange() [all …]
|
/external/tensorflow/tensorflow/java/ |
D | build_defs.bzl | 27 # https://github.com/google/error-prone/blob/c6f24bc387989158d99af28e7ae86755e56c5f38/core/src/main… 31 # https://github.com/google/error-prone/blob/c6f24bc387989158d99af28e7ae86755e56c5f38/core/src/main… 36 "-Xep:AmbiguousMethodReference:ERROR", 37 "-Xep:ArgumentSelectionDefectChecker:ERROR", 38 "-Xep:AssertEqualsArgumentOrderChecker:ERROR", 39 "-Xep:BadAnnotationImplementation:ERROR", 40 "-Xep:BadComparable:ERROR", 41 "-Xep:BoxedPrimitiveConstructor:ERROR", 42 "-Xep:CannotMockFinalClass:ERROR", 43 "-Xep:ClassCanBeStatic:ERROR", [all …]
|
/external/doclava/src/com/google/doclava/ |
D | Errors.java | 32 final Error error; field in Errors.ErrorMessage 36 ErrorMessage(int r, Error e, SourcePositionInfo p, String m) { in ErrorMessage() 38 error = e; in ErrorMessage() 55 switch (error.getLevel()) { in toString() 58 case ERROR: res.append("\033[31merror: "); break; in toString() 63 res.append(" [").append(error.code).append("]"); in toString() 67 switch (error.getLevel()) { in toString() 70 case ERROR: res.append("error "); break; in toString() 73 res.append(error.code).append(": "); in toString() 79 public Error error() { in error() method in Errors.ErrorMessage [all …]
|
/external/rust/crates/thiserror/tests/ |
D | test_display.rs | 4 use thiserror::Error; 12 #[derive(Error, Debug)] in test_braced() 13 #[error("braced error: {msg}")] in test_braced() 14 struct Error { in test_braced() struct 19 assert("braced error: T", Error { msg }); in test_braced() 24 #[derive(Error, Debug)] in test_braced_unused() 25 #[error("braced error")] in test_braced_unused() 26 struct Error { in test_braced_unused() struct 30 assert("braced error", Error { extra: 0 }); in test_braced_unused() 35 #[derive(Error, Debug)] in test_tuple() [all …]
|
/external/openscreen/platform/base/ |
D | error.cc | 5 #include "platform/base/error.h" 11 Error::Error() = default; 13 Error::Error(const Error& error) = default; 15 Error::Error(Error&& error) noexcept = default; 17 Error::Error(Code code) : code_(code) {} in Error() function in openscreen::Error 19 Error::Error(Code code, const std::string& message) in Error() function in openscreen::Error 22 Error::Error(Code code, std::string&& message) in Error() function in openscreen::Error 25 Error::~Error() = default; 27 Error& Error::operator=(const Error& other) = default; 29 Error& Error::operator=(Error&& other) = default; [all …]
|
/external/llvm-project/libcxx/test/std/language.support/support.limits/support.limits.general/ |
D | version.version.pass.cpp | 124 # error "__cpp_lib_addressof_constexpr should not be defined before c++17" 128 # error "__cpp_lib_allocator_traits_is_always_equal should not be defined before c++17" 132 # error "__cpp_lib_any should not be defined before c++17" 136 # error "__cpp_lib_apply should not be defined before c++17" 140 # error "__cpp_lib_array_constexpr should not be defined before c++17" 144 # error "__cpp_lib_as_const should not be defined before c++17" 148 # error "__cpp_lib_atomic_flag_test should not be defined before c++2a" 152 # error "__cpp_lib_atomic_float should not be defined before c++2a" 156 # error "__cpp_lib_atomic_is_always_lock_free should not be defined before c++17" 160 # error "__cpp_lib_atomic_lock_free_type_aliases should not be defined before c++2a" [all …]
|