Searched refs:Test17 (Results 1 – 8 of 8) sorted by relevance
117 struct Test17 { int a; }; struct118 struct Test17 test17_aux(void);122 …struct Test17 t0 = { v }; /* expected-warning {{initializer for aggregate is not a compile-time co… in test17()123 struct Test17 t1 = test17_aux(); /* this is allowed */ in test17()
457 void Test17() { in Test17() function in LockTest620 LockTest().Test17(); in main()
491 namespace Test17 { namespace
410 namespace Test17 { namespace
305 namespace Test17 { namespace
743 namespace Test17 { namespace
385 namespace Test17 { namespace
415 @class Test17; // expected-note 3{{forward declaration of class here}}421 Test17 *v0;422 …[v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declarat…424 Test17<Test17p> *v1;425 …[v1 test17]; // expected-error {{receiver type 'Test17<Test17p>' for instance message is a forward…427 …[Test17 test17]; // expected-error {{receiver 'Test17' for class message is a forward declaration}}