Searched defs:PC2 (Results 1 – 4 of 4) sorted by relevance
79 @interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T'… interface
36 @interface PC2<T : id<NSObject>> : NSObject interface168 @implementation PC2<T> // expected-error{{@implementation declaration cannot be protocol qualified}} implementation
91 @interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T'… interface
4174 SCEVPoisonCollector PC2(/* LookThroughMaybePoisonBlocking */ false); impliesPoison() local