HomeSort by relevance Sort by last modified time
    Searched refs:auM1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 21 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;
copy-assign-synthesis-1.cpp 25 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;

Completed in 334 milliseconds