Searched refs:Test8 (Results 1 – 14 of 14) sorted by relevance
76 template <class T> struct Test8 { struct78 Test8(type t) {} // tested later in Test8() argument80 template <class T> void make_test8(T value) { Test8<T> t(value); } in make_test8()
66 struct Test8 { struct72 void Test8::test() { in test()83 void test8(Test8 *p) { in test8()
164 namespace Test8 { namespace
140 namespace Test8 { namespace
220 namespace Test8 { namespace
370 namespace Test8 { namespace
240 namespace Test8 { namespace
195 @interface Test8 : Test8_super interface225 - (Test8*) init40; // id exception to covariance226 - (Test8*) init41; // expected-note {{declaration in interface}}227 - (Test8*) init42;228 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…229 - (Test8*) init44;230 - (Test8*) init45;239 @implementation Test8 implementation268 - (Test8*) init04 { return 0; }269 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar…[all …]
152 @interface Test8 : Test8_super interface184 - (Test8*) init40; // id exception to covariance185 - (Test8*) init41; // expected-note {{declaration in interface}} \187 - (Test8*) init42; // expected-note{{overridden method}}188 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…189 - (Test8*) init44;190 - (Test8*) init45; // expected-note{{overridden method}}199 @implementation Test8 implementation208 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …212 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …[all …]
119 @interface Test8 interface128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance va… implementation
160 namespace Test8 { namespace
277 @interface Test8 @end interface278 @implementation Test8 implementation280 // CHECK: define internal void @"\01-[Test8 test]"
356 void Test8() { function
355 void Test8() { function