Searched defs:B5X (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Layout/
H A Dms-x86-aligned-tail-padding.cpp63 struct B5X : virtual A16X { struct in inherits:A16X
65 B5X() : a(0xf00000B5), a1(0xf00000B5) {} function in struct:B5X
454 struct CX : B5X, virtual B2X, virtual B6X, virtual B3X {
465 // CHECK-NEXT: 16 | struct B5X (base)
466 // CHECK-NEXT: 16 | (B5X vbtable pointer)
485 // CHECK-X64-NEXT: 16 | struct B5X (base)
486 // CHECK-X64-NEXT: 16 | (B5X vbtable pointer)
H A Dms-x86-lazy-empty-nonvirtual-base.cpp25 struct B5X { B5X() { printf("B5 = %p\n", this); } }; function in struct:B5X

Completed in 621 milliseconds