/external/libcxxabi/test/ |
D | catch_const_pointer_nullptr.pass.cpp | 111 void test6() in test6() function 136 void test6() {} in test6() function 147 test6(); in main()
|
D | catch_ptr_02.pass.cpp | 113 void test6 () in test6() function 209 test6(); in main()
|
/external/clang/test/CodeGen/ |
D | alias.c | 58 extern int test6(); 59 void test7() { test6(); } // test6 is emitted as extern. in test7() 62 int test6() __attribute__((alias("test7")));
|
D | ppc64-align-struct.c | 10 struct test6 { int x[17]; } __attribute__((aligned (16))); struct 39 void test6 (int x, struct test6 y) in test6() function
|
D | conditional.c | 28 void test6(); 30 void* test8() {return 1 ? test6 : test7;} in test8()
|
D | inline.c | 119 __inline int test6() { return 0; } in test6() function 120 extern int test6();
|
/external/clang/test/Parser/ |
D | brackets.cpp | 126 namespace test6 { namespace 130 int [3] ::test6::A::arr = {1,2,3};
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | strncmp-wrong-datalayout.ll | 10 define i32 @test6(i8* %str1, i8* %str2) { 11 ; CHECK-LABEL: @test6(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | win32_sret.ll | 149 %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*)
|
D | movbe.ll | 58 define i64 @test6(i64* %x) nounwind { 62 ; CHECK-LABEL: test6: 64 ; SLM-LABEL: test6:
|
D | global-fill.ll | 25 @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/ |
D | win32_sret.ll | 149 %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*)
|
D | movbe.ll | 58 define i64 @test6(i64* %x) nounwind { 62 ; CHECK-LABEL: test6: 64 ; SLM-LABEL: test6:
|
D | global-fill.ll | 25 @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/ |
D | macros-darwin.s | 58 .macro test6 $a macro 63 test6 zed2 label
|
D | macros-gas.s | 58 .macro test6 $a macro 63 test6 zed2
|
/external/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 58 .macro test6 $a macro 63 test6 zed2 label
|
D | macros-gas.s | 58 .macro test6 $a macro 63 test6 zed2
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p11.cpp | 95 namespace test6 { namespace 99 using test6::foo;
|
/external/icu/icu4c/source/test/testdata/ |
D | ra.txt | 55 * Tag name: test6 57 * @note This resource is for test6 59 test6:bin{"0102"}
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rounding-ops.ll | 66 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/ |
D | eval.pass.cpp | 107 test6() in test6() function 140 test6(); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | rounding-ops.ll | 66 define double @test6(double %x) nounwind { 70 ; CHECK-LABEL: test6: 72 ; CHECK-VSX-LABEL: test6:
|
/external/u-boot/test/py/tests/ |
D | test_log.py | 72 def test6(): function 96 test6()
|
/external/compiler-rt/test/asan/TestCases/ |
D | strtoll_strict.c | 72 void test6(char *array, char *endptr) { in test6() function 111 if (!strcmp(argv[1], "test6")) test6(array, endptr); in main()
|