Home
last modified time | relevance | path

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

12345678910>>...25

/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/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/Parser/
Dbrackets.cpp126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp95 namespace test6 { namespace
99 using test6::foo;
/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/llvm/test/CodeGen/X86/
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:
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*)
Drounding-ops.ll69 define double @test6(double %x) nounwind {
73 ; CHECK-SSE-LABEL: test6:
76 ; CHECK-AVX-LABEL: test6:
/external/icu/icu4c/source/test/testdata/
Dra.txt55 * 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/
Deval.pass.cpp107 test6() in test6() function
140 test6(); in main()
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll66 define double @test6(double %x) nounwind {
70 ; CHECK-LABEL: test6:
72 ; CHECK-VSX-LABEL: 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()
Dstrtol_strict.c88 void test6(char *array, char *endptr) { in test6() function
127 if (!strcmp(argv[1], "test6")) test6(array, endptr); in main()
/external/curl/tests/data/
Dtest50644 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/
Dloctest.cpp525 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/
Dpipe_types.cl30 kernel void test6(MyPipe p) {
31 // CHECK: define void @test6(%opencl.pipe_t* %p)
/external/clang/test/SemaCXX/
Dlong-virtual-inheritance-chain.cpp9 class test6 : virtual test5 { virtual void f(); }; class
10 class test7 : virtual test6 { virtual void f(); };
/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_function.sh131 test6() function
205 test6
/external/llvm/test/Transforms/InstCombine/
Dfdiv.ll44 define float @test6(float %x, float %y, float %z) nounwind readnone ssp {
48 ; CHECK-LABEL: @test6(

12345678910>>...25