Searched refs:auM1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp21 M() : M1(10), M2(11) , auM1(12) {}
25 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2);
28 int auM1; member in union:M::__anon1976
H A Dcopy-assign-synthesis-1.cpp25 M() : M1(10), M2(11) , auM1(12) {}
29 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2);
32 int auM1; member in union:M::__anon1974

Completed in 767 milliseconds