/external/clang/test/CodeGen/ |
D | exceptions.c | 23 void test2_helper(); 26 test2_helper(5, 6, 7); in test2() 28 void test2_helper(int x, int y) { in test2_helper() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | exceptions.c | 23 void test2_helper(); 27 test2_helper(5, 6, 7); in test2() 29 void test2_helper(int x, int y) { in test2_helper() function
|
D | sanitize-thread-no-checking-at-run-time.m | 36 extern void test2_helper(id (^)(void)); 37 test2_helper(^{ return x; });
|
/external/clang/test/CodeGenObjC/ |
D | exceptions-nonfragile.m | 25 extern void test2_helper(void); 26 test2_helper(); 30 // CHECK-NOT: call void @test2_helper()
|
D | arc-arm.m | 27 extern A *test2_helper(void); 28 // CHECK: [[T0:%.*]] = call [[CC]][[A:%.*]]* @test2_helper() 30 return test2_helper();
|
D | arc-i386.m | 30 extern A *test2_helper(void); 31 // CHECK: [[T0:%.*]] = call [[A:%.*]]* @test2_helper() 33 return test2_helper();
|
D | property.m | 58 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;
|
D | blocks.m | 45 extern void test2_helper(void (^)(void)); 80 // CHECK: call void @test2_helper( 88 test2_helper(^{ [weakX destroy]; });
|
D | arc-blocks.m | 37 // CHECK-NEXT: call void @test2_helper( 43 extern void test2_helper(id (^)(void)); 44 test2_helper(^{ return x; });
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | exceptions-nonfragile.m | 25 extern void test2_helper(void); 26 test2_helper(); 30 // CHECK-NOT: call void @test2_helper()
|
D | arc-arm.m | 27 extern A *test2_helper(void); 28 // CHECK: [[T0:%.*]] = call [[CC]][[A:%.*]]* @test2_helper() 30 return test2_helper();
|
D | arc-i386.m | 30 extern A *test2_helper(void); 31 // CHECK: [[T0:%.*]] = call [[A:%.*]]* @test2_helper() 33 return test2_helper();
|
D | property.m | 58 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;
|
D | blocks.m | 45 extern void test2_helper(void (^)(void)); 80 // CHECK: call void @test2_helper( 87 test2_helper(^{ [weakX destroy]; });
|
D | arc-blocks.m | 42 // CHECK-NEXT: call void @test2_helper( 48 extern void test2_helper(id (^)(void)); 49 test2_helper(^{ return x; });
|
/external/llvm-project/llvm/test/Transforms/TailCallElim/ |
D | 2010-06-26-MultipleReturnValues.ll | 37 %helper1 = call i32 @test2_helper() 42 %helper2 = call i32 @test2_helper() 46 declare i32 @test2_helper()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | constantfold-initializers.ll | 37 define internal i32 @test2_helper(%closure* %this, i32 %b) { 48 %call = call i32 @test2_helper(%closure* @f, i32 9)
|
/external/llvm-project/llvm/test/Transforms/GlobalOpt/ |
D | constantfold-initializers.ll | 37 define internal i32 @test2_helper(%closure* %this, i32 %b) { 48 %call = call i32 @test2_helper(%closure* @f, i32 9)
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | arc-exceptions.mm | 46 void test2_helper(void); function 49 test2_helper();
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-exceptions.mm | 46 void test2_helper(void); function 49 test2_helper();
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 85 void test2_helper(id); function 94 …test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 85 void test2_helper(id); function 94 …test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t…
|