Home
last modified time | relevance | path

Searched refs:test6 (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dunnamed-addr-reprocessing.ll3 ; 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 Dexternal-before-local.ll31 ; 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 Dattr-section.c49 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 Dcatch_const_pointer_nullptr.pass.cpp110 void test6() in test6() function
135 void test6() {} in test6() function
145 test6(); in main()
H A Dcatch_ptr_02.pass.cpp113 void test6 () in test6() function
209 test6(); in main()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dalias.c64 extern int test6();
65 void test7() { test6(); } // test6 is emitted as extern. in test7()
68 int test6() __attribute__((alias("test7")));
H A Dconditional.c28 void test6(void);
30 void* test8(void) {return 1 ? test6 : test7;} in test8()
H A Dinline.c122 __inline int test6() { return 0; } in test6() function
123 extern int test6();
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c10 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 Dbrackets.cpp126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dstrncmp-wrong-datalayout.ll10 define i32 @test6(i8* %str1, i8* %str2) {
11 ; CHECK-LABEL: @test6(
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s58 .macro test6 $a macro
63 test6 zed2 label
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp95 namespace test6 { namespace
99 using test6::foo;
/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A Dreturned.ll47 ; 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 Dstrtok.c85 void test6() { in test6() function
101 if (!strcmp(argv[1], "test6")) test6(); in main()
H A Dstrtoll_strict.c73 void test6(char *array, char *endptr) { in test6() function
112 if (!strcmp(argv[1], "test6")) test6(array, endptr); in main()
H A Dstrtol_strict.c89 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 Dmovbe.ll58 define i64 @test6(ptr %x) nounwind {
62 ; CHECK-LABEL: test6:
64 ; SLM-LABEL: test6:
H A Dglobal-fill.ll29 @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 Dfield-extract-use-trunc.ll93 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 Deval.pass.cpp106 test6() in test6() function
139 test6(); in main()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmd4.cpp72 void test6() { in test6() function
101 test6(); in main()
H A Dmd2.cpp72 void test6() { in test6() function
101 test6(); in main()
H A Dmd5.cpp72 void test6() { in test6() function
101 test6(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Drounding-ops.ll66 define double @test6(double %x) nounwind {
70 ; CHECK-LABEL: test6:
72 ; CHECK-VSX-LABEL: test6:

12345678910>>...28