Home
last modified time | relevance | path

Searched defs:B6X (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Layout/
Dms-x86-aligned-tail-padding.cpp67 struct B6X { struct
69 B6X() : a(0xf00000B6) {} in B6X() argument
Dms-x86-lazy-empty-nonvirtual-base.cpp26 struct B6X { B6X() { printf("B6 = %p\n", this); } }; in B6X() function