Searched defs:B6 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
H A Dalignment-of-derived-class.cpp37 struct B6 : public A { struct in inherits:A
40 static_assert(__alignof(B6) == 32, "B6 should be aligned to 32 bytes");
H A Dattr-mode-tmpl.cpp17 typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supported for enumeration types}} enumerator in enum:__anon3028
/external/clang/test/Layout/
H A Dms-x86-vfvb-alignment.cpp14 struct B6 { int a; B6() : a(0xf00000B6) {} virtual void f() { printf("B6"); } }; function in struct:B6
198 struct G : B2, B6, virtual B1 { int a; G() : a(0xf0000010) {} };
203 // CHECK-NEXT: 0 | struct B6 (primary base)
204 // CHECK-NEXT: 0 | (B6 vftable pointer)
217 // CHECK-X64-NEXT: 0 | struct B6 (primary base)
218 // CHECK-X64-NEXT: 0 | (B6 vftable pointer)
229 struct H : B6, B2, virtual B1 { int a; H() : a(0xf0000011) {} };
233 // CHECK-NEXT: 0 | struct B6 (primar
[all...]
H A Dms-x86-lazy-empty-nonvirtual-base.cpp14 struct __declspec(align(2)) B6 { B6() { printf("B6 = %p\n", this); } }; function
26 struct B6X { B6X() { printf("B6 = %p\n", this); } };
530 struct E : B1, B6, B3, B4, B5, virtual B0 {
539 // CHECK-NEXT: 2 | struct B6 (base) (empty)
552 // CHECK-X64-NEXT: 2 | struct B6 (base) (empty)
562 struct F : B1, B6, B4, B8, B5, virtual B0 {
570 // CHECK-NEXT: 2 | struct B6 (base) (empty)
583 // CHECK-X64-NEXT: 2 | struct B6 (bas
[all...]
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp72 union B6 { union
73 B6();
78 B6 b6; // expected-error {{deleted function}}
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c15 B6 // expected-note {{element B6 also has value 0}} enumerator in enum:B
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp42 static constexpr IValueT B6 = 1 << 6; member in namespace:__anon20643
1103 constexpr IValueT VmovssOpcode = B23 | B21 | B20 | B6;
1177 (Rot << kRotationShift) | B6 | B5 | B4 | (Rm << kRmShift);
1371 ((Imm16 >> 4) << 8) | B6 | B5 | B4 | (Imm16 & 0xf);
1502 B21 | B20 | B19 | B18 | B17 | B16 | B15 | B14 | B13 | B12 | B6 | B4 |
2314 constexpr IValueT VabssOpcode = B23 | B21 | B20 | B7 | B6;
2328 constexpr IValueT VabsdOpcode = B23 | B21 | B20 | B7 | B6;
2526 constexpr IValueT VcmpdOpcode = B23 | B21 | B20 | B18 | B6;
2534 constexpr IValueT VcmpdzOpcode = B23 | B21 | B20 | B18 | B16 | B6;
2545 constexpr IValueT VcmpsOpcode = B23 | B21 | B20 | B18 | B6;
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2601 B6 = 1 << 6, enumerator in enum:v8::internal::__anon23419
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDebugSupport.h361 UINT64 B6; member in struct:__anon22175
/external/v8/src/arm/
H A Dconstants-arm.h189 B6 = 1 << 6, enumerator in enum:v8::internal::__anon23018
/external/v8/src/s390/
H A Dconstants-s390.h1742 B6 = 1 << 6, enumerator in enum:v8::internal::__anon23477
/external/svox/pico/lib/
H A Dpicopam.c187 picoos_uint8 b6_b7_syllable; /* B6,B7 */
283 #define B6 14 macro
1750 outVect[T_B6] = inVect[B6];
3176 case B6:/*processor for B6,B7*/
3179 sDest = B6;
3185 sDest = B6;
3215 case B7:/*Done in B6*/
4317 = pam->sSyllFeats[pam->nCurrSyllable].phoneV[B6]

Completed in 259 milliseconds