Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dexceptions.c23 void test2_helper();
26 test2_helper(5, 6, 7); in test2()
28 void test2_helper(int x, int y) { in test2_helper() function
/external/clang/test/CodeGenObjC/
Dexceptions-nonfragile.m25 extern void test2_helper(void);
26 test2_helper();
30 // CHECK-NOT: call void @test2_helper()
Darc-i386.m30 extern A *test2_helper(void);
31 // CHECK: [[T0:%.*]] = call [[A:%.*]]* @test2_helper()
33 return test2_helper();
Darc-arm.m27 extern A *test2_helper(void);
28 // CHECK: [[T0:%.*]] = call [[CC]][[A:%.*]]* @test2_helper()
30 return test2_helper();
Dproperty.m58 A *test2_helper(void); function
60 // CHECK: [[BASE:%.*]] = call [[A:%.*]]* @test2_helper()
68 test2_helper().dyn++;
70 // CHECK: [[BASE:%.*]] = call [[A]]* @test2_helper()
78 test2_helper().dyn *= 10;
Dblocks.m45 extern void test2_helper(void (^)(void));
80 // CHECK: call void @test2_helper(
88 test2_helper(^{ [weakX destroy]; });
Darc-blocks.m37 // CHECK-NEXT: call void @test2_helper(
43 extern void test2_helper(id (^)(void));
44 test2_helper(^{ return x; });
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Dconstantfold-initializers.ll37 define internal i32 @test2_helper(%closure* %this, i32 %b) {
48 %call = call i32 @test2_helper(%closure* @f, i32 9)
/external/llvm/test/Transforms/GlobalOpt/
Dconstantfold-initializers.ll37 define internal i32 @test2_helper(%closure* %this, i32 %b) {
48 %call = call i32 @test2_helper(%closure* @f, i32 9)
/external/clang/test/CodeGenObjCXX/
Darc-exceptions.mm46 void test2_helper(void); function
49 test2_helper();
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m85 void test2_helper(id); function
94test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t…