• Home
  • Raw
  • Download

Lines Matching refs:qualified

19 …_weak id> *obj) { // expected-error {{type argument '__weak id' cannot be qualified with '__weak'}}
24 …g id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
35 …d*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be qualified with '__weak'}}
40 …*obj) { // expected-error {{type argument 'Forward *__strong' cannot be qualified with '__strong'}}
64 void test1i(PC1<const id> *obj) { // expected-error {{type argument 'const id' cannot be qualified
69 …e id> *obj) { // expected-error {{type argument 'volatile id' cannot be qualified with 'volatile'}}
74 …rror {{type argument '__attribute__((address_space(256))) id' cannot be qualified with '__attribut…
81 …ected-error {{type bound '__strong id' for type parameter 'T' cannot be qualified with '__strong'}}
84 … expected-error {{type bound '__weak id' for type parameter 'T' cannot be qualified with '__weak'}}
87 …error {{type bound 'Forward *__strong' for type parameter 'T' cannot be qualified with '__strong'}}
90 …ted-error {{type bound 'Forward *__weak' for type parameter 'T' cannot be qualified with '__weak'}}
93 …e bound 'StrongID' (aka '__strong id') for type parameter 'T' cannot be qualified with '__strong'}}
96 …rongForward' (aka 'Forward *__strong') for type parameter 'T' cannot be qualified with '__strong'}}
100 …// expected-error {{type bound 'const id' for type parameter 'T' cannot be qualified with 'const'}}
103 …ected-error {{type bound 'volatile id' for type parameter 'T' cannot be qualified with 'volatile'}}
106 …_attribute__((address_space(256))) id' for type parameter 'T' cannot be qualified with '__attribut…