Searched refs:test2_helper (Results 1 – 11 of 11) sorted by relevance
23 void test2_helper();26 test2_helper(5, 6, 7); in test2()28 void test2_helper(int x, int y) { in test2_helper() function
25 extern void test2_helper(void);26 test2_helper();30 // CHECK-NOT: call void @test2_helper()
30 extern A *test2_helper(void);31 // CHECK: [[T0:%.*]] = call [[A:%.*]]* @test2_helper()33 return test2_helper();
27 extern A *test2_helper(void);28 // CHECK: [[T0:%.*]] = call [[CC]][[A:%.*]]* @test2_helper()30 return test2_helper();
58 A *test2_helper(void); function60 // CHECK: [[BASE:%.*]] = call [[A:%.*]]* @test2_helper()68 test2_helper().dyn++;70 // CHECK: [[BASE:%.*]] = call [[A]]* @test2_helper()78 test2_helper().dyn *= 10;
45 extern void test2_helper(void (^)(void));80 // CHECK: call void @test2_helper(88 test2_helper(^{ [weakX destroy]; });
37 // CHECK-NEXT: call void @test2_helper(43 extern void test2_helper(id (^)(void));44 test2_helper(^{ return x; });
37 define internal i32 @test2_helper(%closure* %this, i32 %b) {48 %call = call i32 @test2_helper(%closure* @f, i32 9)
46 void test2_helper(void); function49 test2_helper();
85 void test2_helper(id); function94 …test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t…