/external/clang/test/Modules/Inputs/normal-module-map/ |
H A D | a2.h | 1 int a2; variable
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-927.js | 29 var a2 = -1756315459; 30 return ((((a2 & a2) ^ 1) * a2) << -10);
|
H A D | regress-499790.js | 12 var a2 = []; variable 13 a2.foo = "bla"; 14 delete a2.foo;
|
H A D | regress-616386.js | 7 assertEquals(0, ((y = (function(a2) { bbbb = a2 }), bbbb = eval('1')) => {y(0); return bbbb})()) 8 assertEquals(0, (({y = (function(a2) { bbbb = a2 }), bbbb = eval('1')} = {}) => {y(0); return bbbb})()) 9 assertEquals(0, (function (y = (function(a2) { bbbb = a2 }), bbbb = eval('1')) {y(0); return bbbb})()) 10 assertEquals(0, (function ({y = (function(a2) { bbbb = a2 }), bbbb = eval('1')} = {}) {y(0); return bbbb})())
|
/external/clang/test/CodeGen/ |
H A D | arm64_vca.c | 6 uint32x2_t test_vcale_f32(float32x2_t a1, float32x2_t a2) { argument 8 return vcale_f32(a1, a2); 13 uint32x4_t test_vcaleq_f32(float32x4_t a1, float32x4_t a2) { argument 15 return vcaleq_f32(a1, a2); 16 // CHECK: llvm.aarch64.neon.facge.v4i32.v4f32{{.*a2,.*a1}} 20 uint32x2_t test_vcalt_f32(float32x2_t a1, float32x2_t a2) { argument 22 return vcalt_f32(a1, a2); 23 // CHECK: llvm.aarch64.neon.facgt.v2i32.v2f32{{.*a2,.*a1}} 27 uint32x4_t test_vcaltq_f32(float32x4_t a1, float32x4_t a2) { argument 29 return vcaltq_f32(a1, a2); 33 test_vcagtq_f64(float64x2_t a1, float64x2_t a2) argument 40 test_vcaltq_f64(float64x2_t a1, float64x2_t a2) argument 47 test_vcageq_f64(float64x2_t a1, float64x2_t a2) argument 54 test_vcaleq_f64(float64x2_t a1, float64x2_t a2) argument [all...] |
H A D | arm64_vtst.c | 6 uint64x2_t test_vtstq_s64(int64x2_t a1, int64x2_t a2) { argument 8 return vtstq_s64(a1, a2); 9 // CHECK: [[COMMONBITS:%[A-Za-z0-9.]+]] = and <2 x i64> {{%a1, %a2|%a2, %a1}} 15 uint64x2_t test_vtstq_u64(uint64x2_t a1, uint64x2_t a2) { argument 17 return vtstq_u64(a1, a2); 18 // CHECK: [[COMMONBITS:%[A-Za-z0-9.]+]] = and <2 x i64> {{%a1, %a2|%a2, %a1}}
|
H A D | arm64_vLdStNum_lane.c | 6 int64x2x2_t test_vld2q_lane_s64(const void * a1, int64x2x2_t a2) { argument 8 return vld2q_lane_s64(a1, a2, 1); 12 uint64x2x2_t test_vld2q_lane_u64(const void * a1, uint64x2x2_t a2) { argument 14 return vld2q_lane_u64(a1, a2, 1); 18 int64x1x2_t test_vld2_lane_s64(const void * a1, int64x1x2_t a2) { argument 20 return vld2_lane_s64(a1, a2, 0); 24 uint64x1x2_t test_vld2_lane_u64(const void * a1, uint64x1x2_t a2) { argument 26 return vld2_lane_u64(a1, a2, 0); 30 poly8x16x2_t test_vld2q_lane_p8(const void * a1, poly8x16x2_t a2) { argument 32 return vld2q_lane_p8(a1, a2, 37 test_vld2q_lane_u8(const void * a1, uint8x16x2_t a2) argument 43 test_vld3q_lane_s64(const void * a1, int64x2x3_t a2) argument 49 test_vld3q_lane_u64(const void * a1, uint64x2x3_t a2) argument 55 test_vld3_lane_s64(const void * a1, int64x1x3_t a2) argument 61 test_vld3_lane_u64(const void * a1, uint64x1x3_t a2) argument 67 test_vld3_lane_s8(const void * a1, int8x8x3_t a2) argument 73 test_vld3q_lane_p8(const void * a1, poly8x16x3_t a2) argument 79 test_vld3q_lane_u8(const void * a1, uint8x16x3_t a2) argument 85 test_vld4q_lane_s64(const void * a1, int64x2x4_t a2) argument 91 test_vld4q_lane_u64(const void * a1, uint64x2x4_t a2) argument 97 test_vld4_lane_s64(const void * a1, int64x1x4_t a2) argument 103 test_vld4_lane_u64(const void * a1, uint64x1x4_t a2) argument 109 test_vld4_lane_s8(const void * a1, int8x8x4_t a2) argument 115 test_vld4_lane_u8(const void * a1, uint8x8x4_t a2) argument 121 test_vld4q_lane_p8(const void * a1, poly8x16x4_t a2) argument 127 test_vld4q_lane_s8(const void * a1, int8x16x4_t a2) argument 136 test_vld4q_lane_u8(const void * a1, uint8x16x4_t a2) argument [all...] |
H A D | arm64_vsli.c | 9 int8x8_t test_vsli_n_s8(int8x8_t a1, int8x8_t a2) { argument 11 return vsli_n_s8(a1, a2, 3); 16 int16x4_t test_vsli_n_s16(int16x4_t a1, int16x4_t a2) { argument 18 return vsli_n_s16(a1, a2, 3); 23 int32x2_t test_vsli_n_s32(int32x2_t a1, int32x2_t a2) { argument 25 return vsli_n_s32(a1, a2, 1); 30 int64x1_t test_vsli_n_s64(int64x1_t a1, int64x1_t a2) { argument 32 return vsli_n_s64(a1, a2, 1); 37 uint8x8_t test_vsli_n_u8(uint8x8_t a1, uint8x8_t a2) { argument 39 return vsli_n_u8(a1, a2, 44 test_vsli_n_u16(uint16x4_t a1, uint16x4_t a2) argument 51 test_vsli_n_u32(uint32x2_t a1, uint32x2_t a2) argument 58 test_vsli_n_u64(uint64x1_t a1, uint64x1_t a2) argument 65 test_vsli_n_p8(poly8x8_t a1, poly8x8_t a2) argument 72 test_vsli_n_p16(poly16x4_t a1, poly16x4_t a2) argument 79 test_vsliq_n_s8(int8x16_t a1, int8x16_t a2) argument 86 test_vsliq_n_s16(int16x8_t a1, int16x8_t a2) argument 93 test_vsliq_n_s32(int32x4_t a1, int32x4_t a2) argument 100 test_vsliq_n_s64(int64x2_t a1, int64x2_t a2) argument 107 test_vsliq_n_u8(uint8x16_t a1, uint8x16_t a2) argument 114 test_vsliq_n_u16(uint16x8_t a1, uint16x8_t a2) argument 121 test_vsliq_n_u32(uint32x4_t a1, uint32x4_t a2) argument 128 test_vsliq_n_u64(uint64x2_t a1, uint64x2_t a2) argument 135 test_vsliq_n_p8(poly8x16_t a1, poly8x16_t a2) argument 142 test_vsliq_n_p16(poly16x8_t a1, poly16x8_t a2) argument [all...] |
H A D | arm64_vsri.c | 10 int8x8_t test_vsri_n_s8(int8x8_t a1, int8x8_t a2) { argument 12 return vsri_n_s8(a1, a2, 3); 17 int16x4_t test_vsri_n_s16(int16x4_t a1, int16x4_t a2) { argument 19 return vsri_n_s16(a1, a2, 3); 24 int32x2_t test_vsri_n_s32(int32x2_t a1, int32x2_t a2) { argument 26 return vsri_n_s32(a1, a2, 1); 31 int64x1_t test_vsri_n_s64(int64x1_t a1, int64x1_t a2) { argument 33 return vsri_n_s64(a1, a2, 1); 38 uint8x8_t test_vsri_n_u8(uint8x8_t a1, uint8x8_t a2) { argument 40 return vsri_n_u8(a1, a2, 45 test_vsri_n_u16(uint16x4_t a1, uint16x4_t a2) argument 52 test_vsri_n_u32(uint32x2_t a1, uint32x2_t a2) argument 59 test_vsri_n_u64(uint64x1_t a1, uint64x1_t a2) argument 66 test_vsri_n_p8(poly8x8_t a1, poly8x8_t a2) argument 73 test_vsri_n_p16(poly16x4_t a1, poly16x4_t a2) argument 80 test_vsriq_n_s8(int8x16_t a1, int8x16_t a2) argument 87 test_vsriq_n_s16(int16x8_t a1, int16x8_t a2) argument 94 test_vsriq_n_s32(int32x4_t a1, int32x4_t a2) argument 101 test_vsriq_n_s64(int64x2_t a1, int64x2_t a2) argument 108 test_vsriq_n_u8(uint8x16_t a1, uint8x16_t a2) argument 115 test_vsriq_n_u16(uint16x8_t a1, uint16x8_t a2) argument 122 test_vsriq_n_u32(uint32x4_t a1, uint32x4_t a2) argument 129 test_vsriq_n_u64(uint64x2_t a1, uint64x2_t a2) argument 136 test_vsriq_n_p8(poly8x16_t a1, poly8x16_t a2) argument 143 test_vsriq_n_p16(poly16x8_t a1, poly16x8_t a2) argument [all...] |
H A D | arm64_vcopy.c | 7 int8x16_t test_vcopyq_laneq_s8(int8x16_t a1, int8x16_t a2) { argument 9 return vcopyq_laneq_s8(a1, (int64_t) 3, a2, (int64_t) 13); 10 // CHECK: shufflevector <16 x i8> %a1, <16 x i8> %a2, <16 x i32> <i32 0, i32 1, i32 2, i32 29, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15> 13 uint8x16_t test_vcopyq_laneq_u8(uint8x16_t a1, uint8x16_t a2) { argument 15 return vcopyq_laneq_u8(a1, (int64_t) 3, a2, (int64_t) 13); 16 // CHECK: shufflevector <16 x i8> %a1, <16 x i8> %a2, <16 x i32> <i32 0, i32 1, i32 2, i32 29, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15> 20 int16x8_t test_vcopyq_laneq_s16(int16x8_t a1, int16x8_t a2) { argument 22 return vcopyq_laneq_s16(a1, (int64_t) 3, a2, (int64_t) 7); 23 // CHECK: shufflevector <8 x i16> %a1, <8 x i16> %a2, <8 x i32> <i32 0, i32 1, i32 2, i32 15, i32 4, i32 5, i32 6, i32 7> 27 uint16x8_t test_vcopyq_laneq_u16(uint16x8_t a1, uint16x8_t a2) { argument 34 test_vcopyq_laneq_s32(int32x4_t a1, int32x4_t a2) argument 40 test_vcopyq_laneq_u32(uint32x4_t a1, uint32x4_t a2) argument 46 test_vcopyq_laneq_s64(int64x2_t a1, int64x2_t a2) argument 52 test_vcopyq_laneq_u64(uint64x2_t a1, uint64x2_t a2) argument 58 test_vcopyq_laneq_f32(float32x4_t a1, float32x4_t a2) argument 64 test_vcopyq_laneq_f64(float64x2_t a1, float64x2_t a2) argument [all...] |
H A D | arm64_vCMP.c | 14 int64_t test_vceqd_s64(int64_t a1, int64_t a2) { argument 16 return vceqd_s64(a1, a2); 17 // CHECK: [[BIT:%[0-9a-zA-Z.]+]] = icmp eq i64 %a1, %a2 21 int64_t test_vceqd_f64(float64_t a1, float64_t a2) { argument 23 return vceqd_f64(a1, a2); 24 // CHECK: [[BIT:%[0-9a-zA-Z.]+]] = fcmp oeq double %a1, %a2 28 uint64_t test_vcgtd_u64(uint64_t a1, uint64_t a2) { argument 30 return vcgtd_u64(a1, a2); 31 // CHECK: [[BIT:%[0-9a-zA-Z.]+]] = icmp ugt i64 %a1, %a2 35 uint64_t test_vcled_u64(uint64_t a1, uint64_t a2) { argument 49 test_vceqq_u64(uint64x2_t a1, uint64x2_t a2) argument 55 test_vcgeq_s64(int64x2_t a1, int64x2_t a2) argument 61 test_vcgeq_u64(uint64x2_t a1, uint64x2_t a2) argument 67 test_vcgtq_s64(int64x2_t a1, int64x2_t a2) argument 73 test_vcgtq_u64(uint64x2_t a1, uint64x2_t a2) argument 79 test_vcleq_s64(int64x2_t a1, int64x2_t a2) argument 85 test_vcleq_u64(uint64x2_t a1, uint64x2_t a2) argument 91 test_vcltq_s64(int64x2_t a1, int64x2_t a2) argument 97 test_vcltq_u64(uint64x2_t a1, uint64x2_t a2) argument [all...] |
H A D | le32-libcall-pow.c | 13 void test_pow(float a0, double a1, long double a2) { argument 21 long double l2 = powl(a2, a2);
|
/external/clang/test/Modules/ |
H A D | explicit-build-missing-files.cpp | 3 // RUN: echo 'extern int a; template<typename T> int a2 = T::error;' > %t/a.h 46 int y = a2<int>;
|
/external/clang/test/CodeGenCXX/ |
H A D | debug-info-anon-namespace.cpp | 15 int a2 = 7; member in namespace:__anon2371 18 int *b2 = &a2;
|
/external/clang/test/Sema/ |
H A D | array-declared-as-incorrect-type.c | 6 extern int a2[]; // expected-note {{previous declaration is here}} 7 float a2[1]; // expected-error {{redefinition of 'a2'}} variable
|
/external/valgrind/none/tests/ppc32/ |
H A D | lsw.c | 20 char* a2 = malloc(100); local 29 : : "b"(a1), "b"(a2) : "r3", "r4", "r5", 31 printf("%s\n", a2); 33 printf("%d = 0x%2x\n", i, a2[i]); 42 : : "b"(a1), "b"(a2) : "r3", "r4", "r5", 44 printf("%s\n", a2); 46 printf("%d = 0x%2x\n", i, a2[i]); 51 free(a2); 52 a2 = malloc(100); 59 : : "b"(a1), "b"(a2), " [all...] |
/external/valgrind/none/tests/ppc64/ |
H A D | lsw.c | 20 char* a2 = malloc(100); local 29 : : "b"(a1), "b"(a2) : "r3", "r4", "r5", 31 printf("%s\n", a2); 33 printf("%d = 0x%2x\n", i, a2[i]); 42 : : "b"(a1), "b"(a2) : "r3", "r4", "r5", 44 printf("%s\n", a2); 46 printf("%d = 0x%2x\n", i, a2[i]); 51 free(a2); 52 a2 = malloc(100); 59 : : "b"(a1), "b"(a2), " [all...] |
/external/libcxx/test/std/containers/sequences/list/list.ops/ |
H A D | reverse.pass.cpp | 23 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local 26 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0]))); 31 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local 34 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[ [all...] |
H A D | sort.pass.cpp | 23 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local 26 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0]))); 31 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local 34 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[ [all...] |
H A D | sort_comp.pass.cpp | 24 int a2[] = {11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local 27 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0]))); 32 int a2[] = {11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local 35 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[ [all...] |
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/ |
H A D | reference_types.fail.cpp | 32 any const& a2 = a; local 33 any_cast<int &>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}} 34 any_cast<int &&>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}} 35 any_cast<int const &>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}} 36 any_cast<int const &&>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}}
|
/external/clang/test/Index/ |
H A D | complete-recovery.m | 11 A *a2; 12 z = [a2 method:1]; 13 blah ? blech : [a2 method:1]; 14 (a * a2)([a2 method:1]); 15 B *a = [a2 method:1];
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
H A D | swap.pass.cpp | 24 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 26 std::list<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); 28 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0]))); 33 int a2[] local 43 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 53 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 66 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 79 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 92 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 101 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 111 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 121 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local 134 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local [all...] |
/external/libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/ |
H A D | eq.pass.cpp | 37 A a2 = a1; local 38 assert(a2 == a1); 39 assert(!(a2 != a1)); 44 A a2 = a1; local 45 assert(a2 == a1); 46 assert(!(a2 != a1)); 51 A a2 = a1; local 52 assert(a2 == a1); 53 assert(!(a2 != a1)); 58 A a2(A [all...] |
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.globals/ |
H A D | eq.pass.cpp | 28 std::allocator<int> a2; local 29 assert(a1 == a2); 30 assert(!(a1 != a2));
|