/llvm-project/llvm/test/Transforms/DeadArgElim/ |
H A D | 2008-06-23-DeadAfterLive.ll | 8 define internal i32 @test5() { 12 ; This function doesn't use the return value @test5 and tries to lure DAE into 13 ; marking @test5's return value dead because only this call is unused. 15 %DEAD = call i32 @test5() 19 ; This function ensures the retval of @test5 is live. 21 %LIVE = call i32 @test5()
|
H A D | returned.ll | 39 ; CHECK-LABEL: define internal void @test5(ptr %this) 41 define internal ptr @test5(ptr %this) { 58 ; CHECK: call void @test5(ptr %this) 59 %5 = call ptr @test5(ptr returned %this)
|
/llvm-project/llvm/test/Transforms/MergeFunc/ |
H A D | unnamed-addr-reprocessing.ll | 3 ; After the merge of test5 and test6, we can merge test3 and test4, 7 ; CHECK-NEXT: tail call void @test5() 28 call void @test5() 29 call void @test5() 39 define void @test5() unnamed_addr {
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-minsize.cpp | 59 void test5(T arg) { in test5() function 64 void test5<int>(int arg); 71 void test5<float>(float arg);
|
H A D | inline.c | 111 extern __inline int test5(void) __attribute__ ((__gnu_inline__)); 112 extern __inline int __attribute__ ((__gnu_inline__)) test5(void) in test5() function 117 void test_test5() { test5(); } in test_test5()
|
H A D | blocks-1.c | 61 void test5(void) { in test5() function 85 test5(); in main()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-pessmizing-move.cpp | 101 void test5(A) { in test5() function 102 test5(A()); in test5() 103 test5(test4()); in test5() 105 test5(std::move(A())); in test5() 110 test5(std::move(test4())); in test5()
|
H A D | condition.cpp | 63 void test5() { in test5() function 68 test5<int>(); in test5_inst()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | enable_if.cpp | 4 int test5(int); 6 T test5(T) __attribute__((enable_if(1, "better than non-template"))); 9 int (*Ptr)(int) = &test5;
|
/llvm-project/clang/test/Sema/ |
H A D | attr-visibility.c | 13 struct test5; 14 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}} 15 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match …
|
H A D | attr-section.c | 47 void test5(void) __attribute__((section("seg5,sec5"))); // expected-error {{'test5' c… 48 void test5(void) {} in test5() function
|
/llvm-project/clang/test/Parser/ |
H A D | expressions.c | 48 int test5(int); 50 return test5( // expected-note {{to match}} in test6() 51 test5(1) in test6()
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p4.cpp | 72 void test5() { in test5() function 115 void test5() { in test5() function 162 void test5() { in test5() function 224 namespace test5 { namespace
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | cast-set-preserve-signed-dbg-val.ll | 4 ; CHECK-LABEL: define {{.*}} @test5 5 define i16 @test5(i16 %A) !dbg !34 { 42 !34 = distinct !DISubprogram(name: "test5", linkageName: "test5", scope: null, file: !1, line: 12, …
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc64-align-struct.c | 9 struct test5 { int x[17]; }; argument 36 void test5 (int x, struct test5 y) in test5() function
|
/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
H A D | mul.ll | 60 define i8 @test5(i8 %x, i32 %y32) { 61 ; CHECK-LABEL: 'test5' 62 ; CHECK-NEXT: Classifying expressions for: @test5 69 ; CHECK-NEXT: Determining loop execution counts for: @test5
|
/llvm-project/llvm/test/CodeGen/WebAssembly/ |
H A D | offset-folding.ll | 56 ; CHECK-LABEL: test5: 57 ; CHECK-NEXT: .functype test5 () -> (i32){{$}} 60 define dso_local ptr @test5() {
|
/llvm-project/clang/test/CXX/class.access/class.access.dcl/ |
H A D | p1.cpp | 126 void test5() { in test5() function 198 void test5() { in test5() function 274 void test5() { in test5() function
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | mergeable-string-pool-pass-only.mir |
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | ins_subreg_coalesce-2.ll | 4 define i16 @test5(i16 %f12) nounwind { 5 ; CHECK-LABEL: test5:
|
/llvm-project/libcxxabi/test/ |
H A D | catch_const_pointer_nullptr.pass.cpp | 88 void test5() in test5() function 127 test5(); in main()
|
H A D | catch_member_data_pointer_01.pass.cpp | 130 void test5() in test5() function 173 test5(); in main()
|
/llvm-project/llvm/test/Transforms/SCCP/ |
H A D | loadtest2.ll | 7 define i32 @test5(i32 %b) { 8 ; CHECK-LABEL: define i32 @test5(
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | macros-darwin.s | 51 .macro test5 _a macro 56 test5 zed1 label
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | strtok.c | 74 void test5() { in test5() function 100 if (!strcmp(argv[1], "test5")) test5(); in main()
|