Lines Matching refs:PC1
14 @interface PC1<T> : NSObject interface
19 void test1a(PC1<__weak id> *obj) { // expected-error {{type argument '__weak id' cannot be qualifie…
24 void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be qual…
29 void test1c(PC1<id> *obj) {
35 void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot…
40 void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' ca…
45 void test1f(PC1<Forward*> *obj) {
52 void test1g(PC1<StrongID> *obj) {
58 void test1h(PC1<StrongForward> *obj) {
64 void test1i(PC1<const id> *obj) { // expected-error {{type argument 'const id' cannot be qualified …
69 void test1j(PC1<volatile id> *obj) { // expected-error {{type argument 'volatile id' cannot be qual…
74 void test1k(PC1<__attribute__((address_space(256))) id> *obj) { // expected-error {{type argument '…