Searched refs:PC2 (Results 1 – 5 of 5) sorted by relevance
105 # STRIP-NEXT: [[#%x, PC2:]]:106 # STRIP-SAME: leaq [[#%d, CSTRINGSTART - PC2 - 7]](%rip), %rbx155 ## "error: numeric variable 'PC2' defined earlier in the same CHECK directive"284 # SEG-NEXT: [[#%x, PC2:]]:285 # SEG-SAME: leaq [[#%d, TEXTSTART + TEXTSIZE - PC2 - 7]](%rip), %rbx
81 @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
93 @interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T'… interface
4062 SCEVPoisonCollector PC2(/* LookThroughSeq */ false); in impliesPoison() local4063 visitAll(S, PC2); in impliesPoison()4068 [&](const SCEV *S) { return PC2.MaybePoison.contains(S); }); in impliesPoison()