HomeSort by relevance Sort by last modified time
    Searched defs:B6 (Results 1 - 13 of 13) sorted by null

  /external/clang/test/SemaCXX/
alignment-of-derived-class.cpp 37 struct B6 : public A {
40 static_assert(__alignof(B6) == 32, "B6 should be aligned to 32 bytes");
  /external/clang/test/CXX/special/class.inhctor/
p7.cpp 34 struct B6 {
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 {
  /bionic/libc/arch-mips/string/
mips-string-ops.h 51 unsigned B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
  /bionic/libc/arch-mips64/string/
mips-string-ops.h 51 unsigned long B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
  /external/clang/test/Layout/
ms-x86-vfvb-alignment.cpp 14 struct B6 { int a; B6() : a(0xf00000B6) {} virtual void f() { printf("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 (primary base
    [all...]
ms-x86-lazy-empty-nonvirtual-base.cpp 14 struct __declspec(align(2)) B6 { B6() { printf("B6 = %p\n", this); } };
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 (base) (empty
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p5-0x.cpp 72 union B6 {
73 B6();
78 B6 b6; // expected-error {{deleted function}} variable
  /external/clang/test/Sema/
warn-duplicate-enum.c 15 B6 // expected-note {{element B6 also has value 0}}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 290 B6 = 1 << 6,
  /external/chromium_org/v8/src/arm/
constants-arm.h 178 B6 = 1 << 6,
  /external/svox/pico/lib/
picopam.c 187 picoos_uint8 b6_b7_syllable; /* B6,B7 */
283 #define B6 14
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
Annotations57649Test.java     [all...]

Completed in 384 milliseconds