| /external/llvm/test/Transforms/JumpThreading/ |
| indirectbr.ll | 70 ; CHECK-LABEL: @test3( 72 ; CHECK: blockaddress(@test3, %__here) 74 ; CHECK: blockaddress(@test3, %__here1) 76 ; CHECK: blockaddress(@test3, %__here3) 77 define void @test3() nounwind ssp noredzone { 82 %call = call i32 (...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64)) nounwind noredzone 86 %call2 = call i32 (...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)) nounwind noredzone 90 %call4 = call i32 (...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)) nounwind noredzone
|
| /external/llvm/test/Transforms/SimplifyCFG/ |
| basictest.ll | 20 define void @test3(i1 %T) { 23 ; CHECK-LABEL: @test3(
|
| /external/clang/test/CodeGenCXX/ |
| mangle-nullptr-arg.cpp | 16 void test3(DependentTypePtr<int*,nullptr>) { } function
|
| /external/clang/test/PCH/ |
| cxx-chain-function-template.cpp | 27 void test3() { function
|
| /external/clang/test/Parser/ |
| pointer-arithmetic.c | 5 int *test3(int *a) { return a - 1; } function
|
| /external/clang/test/Sema/ |
| assign.c | 10 void test3() { function
|
| warn-vla.c | 11 void test3(int n, int v[n]); // expected-warning {{variable length array used}}
|
| invalid-decl.c | 46 void test3(); 47 void test3; // expected-error {{incomplete type}} variable 48 void test3() { } function
|
| /external/clang/test/SemaObjC/ |
| method-lookup-3.m | 61 @interface Test3A - (struct test3a) test3; @end 62 @interface Test3B - (struct test3b) test3; @end 63 void test3(id x) { 64 (void) [x test3];
|
| /external/llvm/test/CodeGen/ARM/ |
| imm.ll | 12 define i32 @test3(i32 %A) {
|
| large-stack.ll | 13 define i32 @test3() {
|
| /external/llvm/test/Transforms/InstCombine/ |
| 2002-08-02-CastTest.ll | 6 define i64 @test3(i64 %A) {
|
| /external/clang/test/CodeGenObjC/ |
| related-result-type.m | 43 @interface Test3 : NSString 47 @implementation Test3 48 // CHECK: define internal i8* @"\01-[Test3 init]"
|
| arc-property.m | 90 @interface Test3 94 void test3(Test3 *t) { 98 // CHECK: define void @test3([[TEST3:%.*]]* 100 // CHECK: [[T:%.*]] = alloca [[TEST3]]*, 103 // CHECK: [[T0:%.*]] = load [[TEST3]]** [[T]], 105 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8* 109 // CHECK-NEXT: [[T0:%.*]] = load [[TEST3]]** [[T]], 111 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8 [all...] |
| /external/clang/test/SemaCXX/ |
| bitfield-layout.cpp | 19 struct Test3 { 22 CHECK_SIZE(Test3, 4); 23 CHECK_ALIGN(Test3, 4);
|
| linkage.cpp | 56 namespace test3 { namespace 63 // CHECK: define void @test3( 64 extern "C" void test3(A a) {} function in namespace:test3
|
| /external/llvm/test/CodeGen/Thumb2/ |
| large-stack.ll | 24 define i32 @test3() { 25 ; DARWIN-LABEL: test3: 29 ; LINUX-LABEL: test3:
|
| /external/chromium_org/v8/test/mjsunit/ |
| math-floor-negative.js | 41 function test3() { function 53 test3(); 54 test3(); 55 %OptimizeFunctionOnNextCall(test3); 59 assertEquals(-214748364.9, test3());
|
| /external/llvm/test/Transforms/ConstantMerge/ |
| unnamed-addr.ll | 15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 } 16 @test3.y = constant %struct.foobar { i32 3 } 27 ; CHECK-NEXT: @test3.y = constant %struct.foobar { i32 3 } 36 call void @zed(%struct.foobar* @test3.x, %struct.foobar* @test3.y)
|
| /external/llvm/test/DebugInfo/ |
| dwarfdump-test.test | 11 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \ 13 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \ 15 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \ 39 ABS_ORIGIN_1-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test3.cc:3 42 INCLUDE_TEST_1-NEXT: /tmp/include{{[/\\]}}dwarfdump-test3-decl.h:7 45 INCLUDE_TEST_2-NEXT: /tmp/dbginfo{{[/\\]}}include{{[/\\]}}dwarfdump-test3-decl2.h:1
|
| /external/llvm/test/Transforms/ConstProp/ |
| insertvalue.ll | 19 define [3 x %struct] @test3() { 22 ; CHECK-LABEL: @test3( 40 define [3 x %struct] @zeroinitializer-test3() { 43 ; CHECK: @zeroinitializer-test3 61 define [3 x %struct] @undef-test3() { 64 ; CHECK: @undef-test3
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| attachmalloc.test | 44 ATTACH 'test3.db' AS three; 65 sqlite3 dbaux test3.db 69 ATTACH 'test3.db' AS three;
|
| /external/llvm/test/CodeGen/X86/ |
| atom-lea-sp.ll | 36 define void @test3() nounwind { 37 ; ATOM-LABEL: test3: 41 ; CHECK-LABEL: test3:
|
| fp-trunc.ll | 27 define <4 x float> @test3(<4 x double> %x) nounwind { 28 ; CHECK: test3 33 ; AVX: test3
|
| /ndk/sources/cxx-stl/gabi++/tests/ |
| catch_const_pointer_nullptr.cpp | 49 void test3() function 118 void test3() {} function 130 test3();
|