Searched refs:im0 (Results 1 – 21 of 21) sorted by relevance
11 -(_Complex float) im0; method23 -(_Complex float) im0 { method24 printf("im0: %.2f + %.2fi\n", __real iv0, __imag iv0);43 float l0 = __real a0.im0;45 _Complex float l2 = (a0.im0 = a0.im0);51 _Complex float l8 = [a0 im0];
18 -(void) im0; method21 // CHECK: define internal i32 @"__8-[A im0]_block_invoke"(23 -(void) im0 { method31 ^(void) { [self im0]; }();34 ^{ [super im0]; }();37 ^{ ^{[super im0];}(); }();
51 -(void) im0; method61 -(void) im0; method68 -(void) im0 { method85 [B im0];
18 // CHECK-X86_64: define internal void @"\01-[A im0]"29 // CHECK-X86_64-HIDDEN: define internal void @"\01-[A im0]"42 // CHECK-ARMV6: define internal void @"\01-[A im0]"49 -(void) im0 { method
20 - (I0<P0> *) im0 { method21 // CHECK: @"\01-[I1 im0]"
17 -(int) im0; method25 [a im0];
19 // CHECK-X86_64: define internal void @"\01-[A im0]"30 // CHECK-X86_64-HIDDEN: define internal void @"\01-[A im0]"43 // CHECK-ARMV6: define internal void @"\01-[A im0]"51 -(void) im0 { method
56 -(void) im0; method67 -(void) im0 {} method72 [a im0];
55 -(void) im0; method65 -(void) im0; method72 -(void) im0 { method125 [B im0];
5 -(void) im0; method13 [a im0];
5 - (void) im0: (int (void)) a0 {
13 -im0 { return 0; } method
58 struct A { void im0(float); };60 void A::im0(float) {} in im0() function in test6::A63 void f0(T<&A::im0> a0) {} in f0()
39 -(void) im0 {43 [super im0];
66 -(void) im0; // expected-note {{method 'im0' declared here}} method75 @implementation MultipleCat_I // expected-warning {{method 'im0' in protocol 'MultipleCat_P' not im…
3 - im0 { // expected-error{{missing context for method declaration}}
9 -(void) im0;
13 -(void) im0 { self = [super init]; } // expected-warning {{not found}} method
20 -(void) im0 { method
12 mutable void im0(); // expected-error{{'mutable' cannot be applied to functions}}
5 -(void) im0; method