Searched refs:test2_helper (Results 1 – 13 of 13) sorted by relevance
20 void test2_helper();27 test2_helper(5, 6, 7); in test2()32 void test2_helper(int x, int y) { in test2_helper() function
22 void test2_helper();26 test2_helper(5, 6, 7); in test2()28 void test2_helper(int x, int y) { in test2_helper() function
36 extern void test2_helper(id (^)(void));37 test2_helper(^{ return x; });
23 extern void test2_helper(void);24 test2_helper();28 // CHECK-NOT: call void @test2_helper()
29 extern A *test2_helper(void);30 // CHECK: [[T0:%.*]] = call ptr @test2_helper()32 return test2_helper();
26 extern A *test2_helper(void);27 // CHECK: [[T0:%.*]] = call [[CC]]ptr @test2_helper()29 return test2_helper();
58 A *test2_helper(void); function60 // CHECK: [[BASE:%.*]] = call ptr @test2_helper()66 test2_helper().dyn++;68 // CHECK: [[BASE:%.*]] = call ptr @test2_helper()74 test2_helper().dyn *= 10;
54 extern void test2_helper(void (^)(void));89 // CHECK: call void @test2_helper(95 test2_helper(^{ [weakX destroy]; });
40 // CHECK-NEXT: call void @test2_helper(46 extern void test2_helper(id (^)(void));47 test2_helper(^{ return x; });
37 %helper1 = call i32 @test2_helper()42 %helper2 = call i32 @test2_helper()46 declare i32 @test2_helper()
37 define internal i32 @test2_helper(ptr %this, i32 %b) {47 %call = call i32 @test2_helper(ptr @f, i32 9)
38 void test2_helper(void); function 41 test2_helper();
84 void test2_helper(id); function93 …test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t…