| /llvm-project-15.0.7/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, 6 ; CHECK: define void @test6() unnamed_addr 34 call void @test6() 35 call void @test6() 45 define void @test6() unnamed_addr {
|
| H A D | external-before-local.ll | 31 ; We should normalize to the existing test6 rather than 35 ; CHECK-NEXT: tail call void @test6() 37 ; CHECK-NEXT: tail call void @test6() 51 define void @test6() {
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-section.c | 49 void test6(void); 51 void test6(void) __attribute__((section("seg6,sec6"))); // expected-error {{'test6' c… 52 void test6(void) {} in test6() function
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | catch_const_pointer_nullptr.pass.cpp | 110 void test6() in test6() function 135 void test6() {} in test6() function 145 test6(); in main()
|
| H A D | catch_ptr_02.pass.cpp | 113 void test6 () in test6() function 209 test6(); in main()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | alias.c | 64 extern int test6(); 65 void test7() { test6(); } // test6 is emitted as extern. in test7() 68 int test6() __attribute__((alias("test7")));
|
| H A D | conditional.c | 28 void test6(void); 30 void* test8(void) {return 1 ? test6 : test7;} in test8()
|
| H A D | inline.c | 122 __inline int test6() { return 0; } in test6() function 123 extern int test6();
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc64-align-struct.c | 10 struct test6 { int x[17]; } __attribute__((aligned (16))); argument 39 void test6 (int x, struct test6 y) in test6() function
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | brackets.cpp | 126 namespace test6 { namespace 130 int [3] ::test6::A::arr = {1,2,3};
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | strncmp-wrong-datalayout.ll | 10 define i32 @test6(i8* %str1, i8* %str2) { 11 ; CHECK-LABEL: @test6(
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | macros-darwin.s | 58 .macro test6 $a macro 63 test6 zed2 label
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| H A D | p11.cpp | 95 namespace test6 { namespace 99 using test6::foo;
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/ |
| H A D | returned.ll | 47 ; CHECK-LABEL: define internal void @test6 48 define internal align 8 dereferenceable_or_null(2) noundef noalias i8* @test6() { 60 %6 = call i8* @test6()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | strtok.c | 85 void test6() { in test6() function 101 if (!strcmp(argv[1], "test6")) test6(); in main()
|
| H A D | strtoll_strict.c | 73 void test6(char *array, char *endptr) { in test6() function 112 if (!strcmp(argv[1], "test6")) test6(array, endptr); in main()
|
| H A D | strtol_strict.c | 89 void test6(char *array, char *endptr) { in test6() function 128 if (!strcmp(argv[1], "test6")) test6(array, endptr); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | movbe.ll | 58 define i64 @test6(ptr %x) nounwind { 62 ; CHECK-LABEL: test6: 64 ; SLM-LABEL: test6:
|
| H A D | global-fill.ll | 29 @test6 = global [2 x [2 x i16]] [[2 x i16] [i16 257, i16 257], [2 x i16] [i16 257, i16 257]] 30 ; CHECK-LABEL: test6:
|
| H A D | field-extract-use-trunc.ll | 93 define i16 @test6(i16 %f12) nounwind { 94 ; i686-LABEL: test6: 100 ; x86_64-LABEL: test6:
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
| H A D | eval.pass.cpp | 106 test6() in test6() function 139 test6(); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| H A D | md4.cpp | 72 void test6() { in test6() function 101 test6(); in main()
|
| H A D | md2.cpp | 72 void test6() { in test6() function 101 test6(); in main()
|
| H A D | md5.cpp | 72 void test6() { in test6() function 101 test6(); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | rounding-ops.ll | 66 define double @test6(double %x) nounwind { 70 ; CHECK-LABEL: test6: 72 ; CHECK-VSX-LABEL: test6:
|