Lines Matching refs:super
39 …return i + (size_t)[super class_func0]; // expected-warning {{class method '+class_func0' not fo…
44 …i += [(id <Func>)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an expre…
46 …return i + [(Class <Func>)super class_func0]; // // expected-error {{cannot cast 'super' (it isn't…
50 …return [(Object <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an…
54 …return [(Derived <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an…
72 …return i + (size_t)[super instance_func0]; // expected-warning {{'Object' may not respond to 'inst…
76 …return [(id <Func>)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't an exp…
80 …return [(Object <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't …
84 …return [(Derived <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't…
102 if (self = [super initWithInt: i]) {
119 …if (0 != (self = [super initWithCode:code])) // expected-error {{use of undeclared identifier 'cod…