Lines Matching refs:printf

6 extern "C" int printf(const char *fmt, ...);
8 struct B0 { B0() { printf("B0 = %p\n", this); } }; in B0()
9 struct B1 { B1() { printf("B1 = %p\n", this); } }; in B1()
10 struct B2 { B2() { printf("B2 = %p\n", this); } }; in B2()
11 struct B3 { B3() { printf("B3 = %p\n", this); } }; in B3()
12 struct B4 { B4() { printf("B4 = %p\n", this); } }; in B4()
13 struct B5 { B5() { printf("B5 = %p\n", this); } }; in B5()
14 struct __declspec(align(2)) B6 { B6() { printf("B6 = %p\n", this); } }; in B6()
15 struct __declspec(align(16)) B7 { B7() { printf("B7 = %p\n", this); } }; in B7()
16 struct B8 { char c[5]; B8() { printf("B8 = %p\n", this); } }; in B8()
17 struct B9 { char c[6]; B9() { printf("B9 = %p\n", this); } }; in B9()
18 struct B10 { char c[7]; B10() { printf("B10 = %p\n", this); } }; in B10()
19 struct B11 { char c[8]; B11() { printf("B11 = %p\n", this); } }; in B11()
20 struct B0X { B0X() { printf("B0 = %p\n", this); } }; in B0X()
21 struct B1X { B1X() { printf("B1 = %p\n", this); } }; in B1X()
22 struct __declspec(align(16)) B2X { B2X() { printf("B2 = %p\n", this); } }; in B2X()
23 struct __declspec(align(2)) B3X { B3X() { printf("B3 = %p\n", this); } }; in B3X()
24 struct B4X { B4X() { printf("B4 = %p\n", this); } }; in B4X()
25 struct B5X { B5X() { printf("B5 = %p\n", this); } }; in B5X()
26 struct B6X { B6X() { printf("B6 = %p\n", this); } }; in B6X()
27 struct B8X { short a; B8X() : a(0x000000B8) { printf("B8 = %p\n", this); } }; in B8X()
31 AA() : a(0x000000AA) { printf("AA = %p\n", this); } in AA()
55 AB() : a(0x000000AB) { printf("AB = %p\n", this); } in AB()
79 AC() : a(0x000000AC) { printf("AC = %p\n", this); } in AC()
102 AD() { printf("AD = %p\n", this); } in AD()
124 AA1() : a(0x00000AA1) { printf("AA1 = %p\n", this); } in AA1()
148 AB1() : a(0x00000AB1) { printf("AB1 = %p\n", this); } in AB1()
172 AC1() : a(0x000000C1) { printf("AC1 = %p\n", this); } in AC1()
195 AD1() { printf("AD1 = %p\n", this); } in AD1()
217 AA2() : a(0x00000AA2) { printf("AA2 = %p\n", this); } in AA2()
241 AB2() : a(0x00000AB2) { printf("AB2 = %p\n", this); } in AB2()
265 AC2() : a(0x000000C2) { printf("AC2 = %p\n", this); } in AC2()
288 AD2() { printf("AD2 = %p\n", this); } in AD2()
310 AA3() : a(0x00000AA3) { printf("AA3 = %p\n", this); } in AA3()
334 AB3() : a(0x00000AB3) { printf("AB3 = %p\n", this); } in AB3()
358 AC3() : a(0x000000C3) { printf("AC3 = %p\n", this); } in AC3()
381 AD3() { printf("AD3 = %p\n", this); } in AD3()
402 B() { printf("B = %p\n", this); } in B()
422 C() : a(0x0000000C) { printf("C = %p\n", this); } in C()
446 D() : a(0x0000000D) { printf("D = %p\n", this); } in D()
474 E() : a(0x0000000E) { printf("E = %p\n", this); } in E()
502 F() : a(0x0000000F) { printf("&a = %p\n", &a); printf("F = %p\n", this); } in F()
533 G() : a(0x00000010), a1(0xf0000010) { printf("G = %p\n", this); } in G()
559 AX() : a(0x0000000A) { printf(" A = %p\n", this); } in AX()
585 BX() : a(0x0000000B) { printf(" B = %p\n", this); } in BX()
611 CX() : a(0x0000000C) { printf(" C = %p\n", this); } in CX()
635 DX() : a(0x0000000D) { printf(" D = %p\n", this); } in DX()