/external/llvm/test/MC/ELF/ |
D | offset.s | 77 .globl test2_b symbol 83 test2_b = test2_a define 87 test2_e = test2_d - test2_b
|
D | undef.s | 22 test2_b = undef + 1 define
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | offset.s | 77 .globl test2_b symbol 83 test2_b = test2_a define 87 test2_e = test2_d - test2_b
|
D | undef.s | 24 test2_b = undef + 1 define
|
/external/llvm/test/Verifier/ |
D | alias.ll | 21 @test2_a = alias i32, i32* @test2_b 22 @test2_b = alias i32, i32* @test2_a 26 ; CHECK-NEXT: i32* @test2_b
|
/external/llvm-project/llvm/test/Verifier/ |
D | alias.ll | 21 @test2_a = alias i32, i32* @test2_b 22 @test2_b = alias i32, i32* @test2_a 26 ; CHECK-NEXT: i32* @test2_b
|
/external/clang/test/CodeGenCXX/ |
D | extern-c.cpp | 54 extern "C" X test2_b; 55 X test2_b; variable
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | extern-c.cpp | 54 extern "C" X test2_b; 55 X test2_b; variable
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | cgscc-cycle.ll | 59 …call void @test2_b(i8* bitcast (void (i8*, i8*, i1, i32)* @test2_b to i8*), i8* bitcast (void (i8*… 61 ; but only after doing two rounds if inlining, first from @test2_b then 66 ; CHECK: call void @test2_b(i8* bitcast (void (i8*, i8*, i1, i32)* @test2_b to i8*), i8* bi… 71 define void @test2_b(i8* %arg1, i8* %arg2, i1 %flag, i32 %inline_count) { 72 ; CHECK-LABEL: define void @test2_b(
|
/external/llvm-project/llvm/test/Other/ |
D | cgscc-devirt-iteration.ll | 72 ; Bogus call to test2_b to make this a cycle. 73 call void @test2_b() 78 define void @test2_b() { 82 ; CHECK-LABEL: define void @test2_b()
|
/external/clang/test/Analysis/ |
D | dead-stores.cpp | 60 void test2_b() { in test2_b() function
|
D | misc-ps-region-store.cpp | 25 int test2_b(int n) { in test2_b() function
|
D | blocks.m | 87 void test2_b() { function
|
/external/llvm-project/clang/test/Analysis/ |
D | dead-stores.cpp | 77 void test2_b() { in test2_b() function
|
D | misc-ps-region-store.cpp | 25 int test2_b(int n) { in test2_b() function
|
D | blocks.m | 91 void test2_b() { function
|
/external/clang/test/Sema/ |
D | conversion.c | 99 short test2_b(long long ll) { in test2_b() function
|
/external/llvm-project/clang/test/Sema/ |
D | conversion.c | 99 short test2_b(long long ll) { in test2_b() function
|