/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/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/Parser/ |
D | brackets.cpp | 126 namespace test6 { namespace 130 int [3] ::test6::A::arr = {1,2,3};
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p11.cpp | 95 namespace test6 { namespace 99 using test6::foo;
|
/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/llvm/test/CodeGen/X86/ |
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:
|
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 | rounding-ops.ll | 69 define double @test6(double %x) nounwind { 73 ; CHECK-SSE-LABEL: test6: 76 ; CHECK-AVX-LABEL: test6:
|
/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/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | eval.pass.cpp | 107 test6() in test6() function 140 test6(); in main()
|
/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/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()
|
D | strtol_strict.c | 88 void test6(char *array, char *endptr) { in test6() function 127 if (!strcmp(argv[1], "test6")) test6(array, endptr); in main()
|
/external/curl/tests/data/ |
D | test506 | 44 Set-Cookie: test6=six; domain=.www.host.foo.com; expires=Thu Mar 3 GMT 11:56:27 2033 45 Set-Cookie: test6=six_more; expires=Thu Mar 3 GMT 11:56:27 2033 201 .www.host.foo.com TRUE / FALSE 1993463787 test6 six 202 www.host.foo.com FALSE / FALSE 1993463787 test6 six_more 232 .www.host.foo.com TRUE / FALSE 1993463787 test6 six 233 www.host.foo.com FALSE / FALSE 1993463787 test6 six_more
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 525 Locale test6("aa", "AA", "ANTARES"); in TestSimpleObjectStuff() local 535 test_dumpLocale(test6); in TestSimpleObjectStuff() 545 test_assert(test6 == test6); in TestSimpleObjectStuff() 555 test_assert(!(test6 != test6)); in TestSimpleObjectStuff() 565 test_assert(test6 != test2); in TestSimpleObjectStuff() 566 test_assert(test6 != test5); in TestSimpleObjectStuff() 568 test_assert(test6 != test7); in TestSimpleObjectStuff() 600 test7 = test6; in TestSimpleObjectStuff() 603 test_assert(test7 == test6); in TestSimpleObjectStuff() 607 test6=test1; in TestSimpleObjectStuff() [all …]
|
/external/clang/test/CodeGenOpenCL/ |
D | pipe_types.cl | 30 kernel void test6(MyPipe p) { 31 // CHECK: define void @test6(%opencl.pipe_t* %p)
|
/external/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 9 class test6 : virtual test5 { virtual void f(); }; class 10 class test7 : virtual test6 { virtual void f(); };
|
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_function.sh | 131 test6() function 205 test6
|
/external/llvm/test/Transforms/InstCombine/ |
D | fdiv.ll | 44 define float @test6(float %x, float %y, float %z) nounwind readnone ssp { 48 ; CHECK-LABEL: @test6(
|