Home
last modified time | relevance | path

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

12345678910>>...39

/external/libcxxabi/test/
Dcatch_const_pointer_nullptr.pass.cpp111 void test6() in test6() function
136 void test6() {} in test6() function
147 test6(); in main()
Dcatch_ptr_02.pass.cpp113 void test6 () in test6() function
209 test6(); in main()
/external/clang/test/CodeGen/
Dalias.c58 extern int test6();
59 void test7() { test6(); } // test6 is emitted as extern. in test7()
62 int test6() __attribute__((alias("test7")));
Dppc64-align-struct.c10 struct test6 { int x[17]; } __attribute__((aligned (16))); struct
39 void test6 (int x, struct test6 y) in test6() function
Dconditional.c28 void test6();
30 void* test8() {return 1 ? test6 : test7;} in test8()
Dinline.c119 __inline int test6() { return 0; } in test6() function
120 extern int test6();
/external/clang/test/Parser/
Dbrackets.cpp126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dstrncmp-wrong-datalayout.ll10 define i32 @test6(i8* %str1, i8* %str2) {
11 ; CHECK-LABEL: @test6(
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin32_sret.ll149 %struct.test6 = type { i32, i32, i32 }
150 define void @test6_f(%struct.test6* %x) nounwind {
174 %tmp = alloca %struct.test6, align 4
175 call x86_thiscallcc void @test6_g(%struct.test6* sret %tmp, %struct.test6* %x)
178 declare x86_thiscallcc void @test6_g(%struct.test6* sret, %struct.test6*)
Dmovbe.ll58 define i64 @test6(i64* %x) nounwind {
62 ; CHECK-LABEL: test6:
64 ; SLM-LABEL: test6:
Dglobal-fill.ll25 @test6 = global [2 x [2 x i16]] [[2 x i16] [i16 257, i16 257], [2 x i16] [i16 257, i16 257]]
26 ; CHECK-LABEL: test6:
/external/llvm/test/CodeGen/X86/
Dwin32_sret.ll149 %struct.test6 = type { i32, i32, i32 }
150 define void @test6_f(%struct.test6* %x) nounwind {
174 %tmp = alloca %struct.test6, align 4
175 call x86_thiscallcc void @test6_g(%struct.test6* sret %tmp, %struct.test6* %x)
178 declare x86_thiscallcc void @test6_g(%struct.test6* sret, %struct.test6*)
Dmovbe.ll58 define i64 @test6(i64* %x) nounwind {
62 ; CHECK-LABEL: test6:
64 ; SLM-LABEL: test6:
Dglobal-fill.ll25 @test6 = global [2 x [2 x i16]] [[2 x i16] [i16 257, i16 257], [2 x i16] [i16 257, i16 257]]
26 ; CHECK-LABEL: test6:
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dmacros-darwin.s58 .macro test6 $a macro
63 test6 zed2 label
Dmacros-gas.s58 .macro test6 $a macro
63 test6 zed2
/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s58 .macro test6 $a macro
63 test6 zed2 label
Dmacros-gas.s58 .macro test6 $a macro
63 test6 zed2
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp95 namespace test6 { namespace
99 using test6::foo;
/external/icu/icu4c/source/test/testdata/
Dra.txt55 * Tag name: test6
57 * @note This resource is for test6
59 test6:bin{"0102"}
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll66 define double @test6(double %x) nounwind {
70 ; CHECK-LABEL: test6:
72 ; CHECK-VSX-LABEL: test6:
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Deval.pass.cpp107 test6() in test6() function
140 test6(); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll66 define double @test6(double %x) nounwind {
70 ; CHECK-LABEL: test6:
72 ; CHECK-VSX-LABEL: test6:
/external/u-boot/test/py/tests/
Dtest_log.py72 def test6(): function
96 test6()
/external/compiler-rt/test/asan/TestCases/
Dstrtoll_strict.c72 void test6(char *array, char *endptr) { in test6() function
111 if (!strcmp(argv[1], "test6")) test6(array, endptr); in main()

12345678910>>...39