Searched refs:Generic_with_C (Results 1 – 2 of 2) sorted by relevance
16 typedef NSGeneric<C *> *Generic_with_C; typedef
55 Generic_with_C genC2;56 fp = genC2; // expected-error{{from incompatible type 'Generic_with_C' (aka 'NSGeneric<C *> *')}}