Home
last modified time | relevance | path

Searched refs:test2_helper (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dexceptions-strictfp.c20 void test2_helper();
27 test2_helper(5, 6, 7); in test2()
32 void test2_helper(int x, int y) { in test2_helper() function
H A Dexceptions.c22 void test2_helper();
26 test2_helper(5, 6, 7); in test2()
28 void test2_helper(int x, int y) { in test2_helper() function
H A Dsanitize-thread-no-checking-at-run-time.m36 extern void test2_helper(id (^)(void));
37 test2_helper(^{ return x; });
/llvm-project/clang/test/CodeGenObjC/
H A Dexceptions-nonfragile.m23 extern void test2_helper(void);
24 test2_helper();
28 // CHECK-NOT: call void @test2_helper()
H A Darc-i386.m29 extern A *test2_helper(void);
30 // CHECK: [[T0:%.*]] = call ptr @test2_helper()
32 return test2_helper();
H A Darc-arm.m26 extern A *test2_helper(void);
27 // CHECK: [[T0:%.*]] = call [[CC]]ptr @test2_helper()
29 return test2_helper();
H A Dproperty.m58 A *test2_helper(void); function
60 // CHECK: [[BASE:%.*]] = call ptr @test2_helper()
66 test2_helper().dyn++;
68 // CHECK: [[BASE:%.*]] = call ptr @test2_helper()
74 test2_helper().dyn *= 10;
H A Dblocks.m54 extern void test2_helper(void (^)(void));
89 // CHECK: call void @test2_helper(
95 test2_helper(^{ [weakX destroy]; });
H A Darc-blocks.m40 // CHECK-NEXT: call void @test2_helper(
46 extern void test2_helper(id (^)(void));
47 test2_helper(^{ return x; });
/llvm-project/llvm/test/Transforms/TailCallElim/
H A D2010-06-26-MultipleReturnValues.ll37 %helper1 = call i32 @test2_helper()
42 %helper2 = call i32 @test2_helper()
46 declare i32 @test2_helper()
/llvm-project/llvm/test/Transforms/GlobalOpt/
H A Dconstantfold-initializers.ll37 define internal i32 @test2_helper(ptr %this, i32 %b) {
47 %call = call i32 @test2_helper(ptr @f, i32 9)
/llvm-project/clang/test/CodeGenObjCXX/
H A Darc-exceptions.mm38 void test2_helper(void); function
41 test2_helper();
/llvm-project/clang/test/SemaObjC/
H A Dwarn-retain-cycle.m84 void test2_helper(id); function
93test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t…