• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:nostd

1 …cc1 -flto -triple x86_64-unknown-linux -std=c++11 -fms-extensions -fvisibility hidden -fwhole-prog…
2-flto -triple x86_64-pc-windows-msvc -std=c++11 -fms-extensions -fwhole-program-vtables -emit-llvm…
3-flto -triple x86_64-pc-windows-msvc -std=c++11 -fms-extensions -fwhole-program-vtables -flto-visi…
25 struct __declspec(uuid("00000000-0000-0000-0000-000000000000")) C6 {
70 // ITANIUM: type.test{{.*}}!"_ZTS2C1" in f()
71 // MS: type.test{{.*}}!"?AUC1@@" in f()
72 c1->f(); in f()
73 // ITANIUM-NOT: type.test{{.*}}!"_ZTS2C2" in f()
74 // MS: type.test{{.*}}!"?AUC2@@" in f()
75 c2->f(); in f()
76 // ITANIUM: type.test{{.*}}!"_ZTS2C3" in f()
77 // MS-NOT: type.test{{.*}}!"?AUC3@@" in f()
78 c3->f(); in f()
79 // ITANIUM: type.test{{.*}}!"_ZTS2C4" in f()
80 // MS-NOT: type.test{{.*}}!"?AUC4@@" in f()
81 c4->f(); in f()
82 // ITANIUM-NOT: type.test{{.*}}!"_ZTS2C5" in f()
83 // MS-NOT: type.test{{.*}}!"?AUC5@@" in f()
84 c5->f(); in f()
85 // ITANIUM-NOT: type.test{{.*}}!"_ZTS2C6" in f()
86 // MS-NOT: type.test{{.*}}!"?AUC6@@" in f()
87 c6->f(); in f()
88 // ITANIUM: type.test{{.*}}!"_ZTSSt2C7" in f()
89 // MS-STD: type.test{{.*}}!"?AUC7@std@@" in f()
90 // MS-NOSTD-NOT: type.test{{.*}}!"?AUC7@std@@" in f()
91 c7->f(); in f()
92 // ITANIUM: type.test{{.*}}!"_ZTSNSt2C72C8E" in f()
93 // MS-STD: type.test{{.*}}!"?AUC8@C7@std@@" in f()
94 // MS-NOSTD-NOT: type.test{{.*}}!"?AUC8@C7@std@@" in f()
95 c8->f(); in f()
96 // ITANIUM: type.test{{.*}}!"_ZTSN6stdext2C9E" in f()
97 // MS-STD: type.test{{.*}}!"?AUC9@stdext@@" in f()
98 // MS-NOSTD-NOT: type.test{{.*}}!"?AUC9@stdext@@" in f()
99 c9->f(); in f()
100 // ITANIUM: type.test{{.*}}!"_ZTSN5other3C10E" in f()
101 // MS: type.test{{.*}}!"?AUC10@other@@" in f()
102 c10->f(); in f()
103 // ITANIUM: type.test{{.*}}!{{[0-9]}} in f()
104 // MS: type.test{{.*}}!{{[0-9]}} in f()
106 c11->f(); in f()