Searched refs:B4 (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp27 template<typename T> struct B4 : B3<T>, B1 { struct in inherits:B3,B1
28 B4();
32 B4<char> b4c;
33 B4<int> b4i;
H A Dp3.cpp56 struct B4 { struct
57 template<typename T> explicit B4(T, int = 0); // expected-note 2{{here}}
59 template<typename T> struct T4 : B4 {
60 using B4::B4;
/external/clang/test/SemaCXX/
H A Dalignment-of-derived-class.cpp27 struct B4 : public A { struct in inherits:A
30 static_assert(__alignof(B4) == 16, "B4 should be aligned to 16 bytes");
H A Dwarn-overloaded-virtual.cpp34 struct B4 { struct
38 struct S4 : public B4 {
H A Dcxx1y-variable-templates_in_class.cpp55 class B4 { class in namespace:out_of_line
61 template<typename T, typename T0> CONST T B4::a; // expected-error {{default initialization of an object of const type 'const int'}}
62 template<typename T> CONST T B4::a<T,int>;
63 template CONST int B4::a<int,char>; // expected-note {{in instantiation of}}
64 template CONST int B4::a<int,int>;
66 template<typename T, typename T0> CONST T B4::b;
67 template<typename T> CONST T B4::b<T,int>; // expected-error {{default initialization of an object of const type 'const int'}}
68 template CONST int B4::b<int,char>;
69 template CONST int B4::b<int,int>; // expected-note {{in instantiation of}}
H A Dattr-mode-tmpl.cpp15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4; enumerator in enum:__anon3347
/external/clang/test/Layout/
H A Dms-x86-empty-nonvirtual-bases.cpp12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %p\n", this);} }; function
47 struct C : B0, B1, B2, B3, B4 {
62 // CHECK-NEXT: 32 | struct B4 (base) (empty)
130 struct G : B0, B1, B2, B3, B4 {
141 // CHECK-NEXT: 32 | struct B4 (base) (empty)
146 struct __declspec(align(32)) H : B0, B1, B2, B3, B4 {
157 // CHECK-NEXT: 32 | struct B4 (base) (empty)
H A Dms-x86-empty-virtual-base.cpp12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; function
69 struct C : virtual B0, virtual B1, virtual B2, virtual B3, virtual B4 {
86 // CHECK-NEXT: 40 | struct B4 (virtual base) (empty)
101 // CHECK-X64-NEXT: 48 | struct B4 (virtual base) (empty)
286 struct I : virtual B0, virtual B1, virtual B2, virtual B3, virtual B4 {
299 // CHECK-NEXT: 168 | struct B4 (virtual base) (empty)
310 // CHECK-X64-NEXT: 168 | struct B4 (virtual base) (empty)
314 struct __declspec(align(32)) J : virtual B0, virtual B1, virtual B2, virtual B3, virtual B4 {
[all...]
H A Dms-x86-vfvb-sharing.cpp12 struct B4 : virtual B1 { B4() { printf("B4 = %p\n", this); } virtual void g() { printf("B4"); } }; function in struct:B4
113 struct D : B4, B0, virtual B1 {
122 // CHECK-NEXT: 0 | struct B4 (primary base)
123 // CHECK-NEXT: 0 | (B4 vftable pointer)
124 // CHECK-NEXT: 4 | (B4 vbtable pointer)
135 // CHECK-X64-NEXT: 0 | struct B4 (primary base)
136 // CHECK-X64-NEXT: 0 | (B4 vftabl
[all...]
H A Dms-x86-vfvb-alignment.cpp12 struct B4 : virtual B3 { int a; B4() : a(0xf00000B4) {} }; function in struct:B4
82 struct C : B4 { int a; C() : a(0xf000000C) {} virtual void f() { printf("C"); } };
89 // CHECK-NEXT: 16 | struct B4 (base)
90 // CHECK-NEXT: 16 | (B4 vbtable pointer)
102 // CHECK-X64-NEXT: 16 | struct B4 (base)
103 // CHECK-X64-NEXT: 16 | (B4 vbtable pointer)
117 // CHECK-NEXT: 16 | struct B4 (base)
118 // CHECK-NEXT: 16 | (B4 vbtable pointer)
130 // CHECK-X64-NEXT: 16 | struct B4 (bas
[all...]
H A Dms-x86-lazy-empty-nonvirtual-base.cpp12 struct B4 { B4() { printf("B4 = %p\n", this); } }; function in struct:B4
24 struct B4X { B4X() { printf("B4 = %p\n", this); } };
496 struct D : B1, B2, B3, B4, B5, virtual B0 {
508 // CHECK-NEXT: 3 | struct B4 (base) (empty)
522 // CHECK-X64-NEXT: 3 | struct B4 (base) (empty)
530 struct E : B1, B6, B3, B4, B5, virtual B0 {
541 // CHECK-NEXT: 4 | struct B4 (base) (empty)
554 // CHECK-X64-NEXT: 4 | struct B4 (bas
[all...]
H A Dms-x86-basic-layout.cpp13 struct B4 { struct
15 B4() : a(0xf00000b4) {} function in struct:B4
35 struct TestF0 : A4, virtual B4 {
48 // CHECK-NEXT: 12 | struct B4 (virtual base)
60 // CHECK-X64-NEXT: 24 | struct B4 (virtual base)
/external/clang/test/CodeGen/
H A Dattr-mode-enums.c19 typedef enum { A4, B4 } T4 __attribute__((mode(DI))); enumerator in enum:__anon2501
20 T4 x4 = B4;
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_type.tc30 B4=`printf "%02x" $4`
32 test $B3 = $B4
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp59 struct B4 { struct
60 B4();
63 B4 b4; // expected-error {{deleted function}}
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DCasting.cpp76 const bar *const B4 = B2; member in namespace:__anon23186
82 EXPECT_TRUE(isa<foo>(B4));
94 const foo *F6 = cast<foo>(B4);
107 const foo *F13 = cast_or_null<foo>(B4);
120 const foo *F3 = dyn_cast<foo>(B4);
133 const foo *F3 = dyn_cast_or_null<foo>(B4);
144 //foo *F22 = cast<foo>(B4); // Yields const foo*
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c13 B4 = -2, enumerator in enum:B
H A Dattr-mode-enums.c48 enum __attribute__((mode(QI))) { A4, B4 } a12; enumerator in enum:__anon3139
/external/valgrind/none/tests/s390x/
H A Dicm.stdout.exp1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 01 00 00 00 01 08 00 00 01 01 00 00 01 01 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 0B 00 00 01 00 00 00 01 0C 00 00 01 02 00 00 01 02 00 01 00 00 00 01 00 0E 00 01 00 02 00 01 00 02 00 01 02 00 00 01 02 10 00 01 02 3C 00 01 02 3C 00 00 00 00 00 00 00 12 00 00 00 00 00 00 00 13 00 00 3C 00 00 00 3C 14 00 00 3C 3D 00 00 3C 3D 00 3C 00 00 00 3C 00 16 00 3C 00 3D 00 3C 00 3D 00 3C 3D 00 00 3C 3D 18 00 3C 3D 3E 00 3C 3D 3E 3C 00 00 00 3C 00 00 1A 3C 00 00 3D 3C 00 00 3D 3C 00 3D 00 3C 00 3D 1C 3C 00 3D 3E 3C 00 3D 3E 3C 3D 00 00 3C 3D 00 1E 3C 3D 00 3E 3C 3D 00 3E 3C 3D 3E 00 3C 3D 3E 20 3C 3D 3E 78 3C 3D 3E 78 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 23 00 00 78 00 00 00 78 24 00 00 78 79 00 00 78 79 00 78 00 00 00 78 00 26 00 78 00 79 00 78 00 79 00 78 79 00 00 78 79 28 00 78 79 7A 00 78 79 7A 78 00 00 00 78 00 00 2A 78 00 00 79 78 00 00 79 78 00 79 00 78 00 79 2C 78 00 79 7A 78 00 79 7A 78 79 00 00 78 79 00 2E 78 79 00 7A 78 79 00 7A 78 79 7A 00 78 79 7A 30 78 79 7A B4 78 79 7A B4 00 00 00 00 00 00 00 32 00 00 B4 00 00 00 B4 33 00 00 B4 B5 00 00 B4 B5 00 B4 00 00 00 B4 00 35 00 B4 00 B5 00 B4 0
[all...]
/external/llvm/unittests/Support/
H A DCasting.cpp101 const bar *const B4 = B2; member in namespace:__anon15036
107 EXPECT_TRUE(isa<foo>(B4));
119 const foo *F6 = cast<foo>(B4);
133 const foo *F13 = cast_or_null<foo>(B4);
146 const foo *F3 = dyn_cast<foo>(B4);
160 const foo *F3 = dyn_cast_or_null<foo>(B4);
171 //foo *F22 = cast<foo>(B4); // Yields const foo*
/external/v8/src/arm/
H A Dassembler-arm.cc519 15 * B24 | 15 * B20 | 15 * B16 | 15 * B12 | 15 * B8 | 15 * B4;
849 return (instr & (B27 | B26 | I | kOpCodeMask | S | kRdMask | B4)) ==
1312 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
1355 DCHECK((instr & ~(kCondMask | L | S6 | H)) == (B4 | B7));
1666 src2.code()*B8 | B7 | B4 | src1.code());
1675 src2.code()*B8 | B7 | B4 | src1.code());
1684 src2.code()*B8 | B4 | src1.code());
1693 src2.code() * B8 | B4 | src1.code());
1701 emit(cond | s | dst.code() * B16 | src2.code() * B8 | B7 | B4 | src1.code());
1709 srcA.code() * B12 | src2.code() * B8 | B4 | src
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dintrapred_ssse3.asm325 ; A4 B4 A3 B3
326 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m0, m1, m2, m3 ; 3-tap avg B4 B3 B2 B1 C1 D1
329 punpcklqdq m3, m1 ; B4 B3 B2 B1 C1 D1 x x A4 A3 A2 A1 ..
333 pshufb m3, [GLOBAL(sh_b8091a2b345)] ; A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 ..
359 ; A4 B4 A3 B3 A2 B2 A1 B1
360 ; A5 B5 A4 B4 A3 B3 A2 B2
361 ; A6 B6 A5 B5 A4 B4 A3 B3
362 ; A7 B7 A6 B6 A5 B5 A4 B4
375 movhps [dstq+stride3q], m6 ; A-B4, A-B3, A-B2, A-B1
384 psrldq m6, 2 ; A-B7, A-B6, A-B5, A-B4
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp40 static constexpr IValueT B4 = 1 << 4; member in namespace:__anon23450
345 return (Rs << kRsShift) | (encodeShift(Shift) << kShiftShift) | B4 |
1068 B25 | B24 | B20 | B15 | B14 | B13 | B12 | B4 |
1108 const IValueT Encoding = B27 | B26 | B25 | B11 | B9 | B8 | B4 |
1137 (Rd << kRdShift) | (Rs << kRsShift) | B7 | B4 |
1196 (Rot << kRotationShift) | B6 | B5 | B4 | (Rm << kRmShift);
1390 ((Imm16 >> 4) << 8) | B6 | B5 | B4 | (Imm16 & 0xf);
1438 (0xfff << 8) | B5 | B4 | (Rm << kRmShift);
1449 B21 | (0xfff << 8) | B4 |
1471 B24 | B22 | B21 | (0xF << 16) | (0xf << 8) | B4;
[all...]
/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc184 B4 |
331 (0xf << 8) | B4 | static_cast<int32_t>(rm);
368 B7 | B4 |
462 B26 | B25 | B24 | B20 | B4 |
499 EmitMemOpAddressMode3(cond, L | B7 | H | B4, rd, ad);
504 EmitMemOpAddressMode3(cond, B7 | H | B4, rd, ad);
509 EmitMemOpAddressMode3(cond, L | B7 | B6 | B4, rd, ad);
514 EmitMemOpAddressMode3(cond, L | B7 | B6 | H | B4, rd, ad);
525 EmitMemOpAddressMode3(cond, B7 | B6 | B4, rd, Address(rn, offset));
537 EmitMemOpAddressMode3(cond, B7 | B6 | B5 | B4, r
[all...]
/external/boringssl/src/crypto/chacha/asm/
H A Dchacha-armv8.pl692 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(0..23));
759 mov $B4,@K[1]
797 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
816 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
911 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
928 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
998 add $B4,$B4,@K[1]
1060 eor $B4,$B4,
[all...]

Completed in 8103 milliseconds

12