Home
last modified time | relevance | path

Searched defs:PC2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dparameterized_classes_arc.m79 @interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T'… interface
H A Dparameterized_classes.m36 @interface PC2<T : id<NSObject>> : NSObject interface
168 @implementation PC2<T> // expected-error{{@implementation declaration cannot be protocol qualified}} implementation
/llvm-project/clang/test/SemaObjCXX/
H A Dparameterized_classes_arc.mm91 @interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T'… interface
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4174 SCEVPoisonCollector PC2(/* LookThroughMaybePoisonBlocking */ false); impliesPoison() local