Searched defs:B6 (Results 1 - 8 of 8) 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");
/external/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp34 struct B6 { struct
35 template<typename T> B6(T); // expected-note {{conflicting constructor}}
40 struct D56 : B5, B6, B7 {
42 using B6::B6; // expected-error {{already inherited}}
44 struct D57 : B5, B6, B7 {
/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/chromium_org/v8/src/arm/
H A Dconstants-arm.h178 B6 = 1 << 6, enumerator in enum:v8::internal::__anon17232
/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 4398 milliseconds