Lines Matching refs:deprecated
14 - (int) foo1: (int)arg1 __attribute__((deprecated)); argument
18 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note …
19 - (int) foo3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_…
23 - (int) foo: (int)arg1 __attribute__((deprecated)){ // expected-warning {{attributes on method imp… argument
29 - (int) foo2: (int)arg1 __attribute__((deprecated)) { // expected-warning {{attributes on method i… argument
32 - (int) foo3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_…
33 - (void) dep __attribute__((deprecated)) { } // OK private methodn argument
63 -(id)method __attribute__((deprecated)); argument
66 - (id) method3: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((…
67 - (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((…
71 -(id)method __attribute__((aligned(16))) __attribute__((aligned(16))) __attribute__((deprecated)) { argument
80 - (id) method3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) { // expected-w…
83 - (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((u…