Searched defs:B0X (Results 1 – 3 of 3) sorted by relevance
11 struct B0X { int a; B0X() : a(0xf00000B0) {} }; in B0X() argument
42 struct __declspec(align(16)) B0X { struct44 B0X() : a(0xf00000B0), a1(0xf00000B0) {} in B0X() function
20 struct B0X { B0X() { printf("B0 = %p\n", this); } }; in B0X() struct