Searched defs:test6 (Results 1 - 25 of 151) sorted by relevance

1234567

/external/llvm/test/MC/Mips/
H A Dnacl-mask.s292 test6: label
308 # CHECK-LABEL: test6:
/external/v8/test/mjsunit/
H A Dpacked-elements.js69 function test6() { function
107 test_with_optimization(test6);
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp88 namespace test6 { namespace
97 friend void X<T>::f(); // expected-error {{friend function 'f' is a private member of 'test6::X<int>'}}
/external/clang/test/CodeGen/
H A Dasm_arm.c43 // CHECK: @test6
49 void test6() { function
H A Dbuiltin-assume-aligned.c58 // CHECK-LABEL: @test6
59 int test6() { function
H A Ddostmt.c71 void test6() { function
H A Dblocks-1.c57 void test6() { function
H A Dbool-convert.c23 _Bool test6[x]; local
H A Dms-volatile.c40 void test6(struct bar *p, struct bar *q) { function
42 // CHECK-LABEL: @test6
H A Dswitch-dce.c95 // CHECK: @test6
99 void test6() { function
/external/clang/test/Parser/
H A Dpointer-arithmetic.c9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
H A Dstatements.c51 void test6(void) { function
/external/clang/test/Sema/
H A Dreturn-noreturn.c45 void test6() function
H A Darm-neon-types.c34 void test6(float *p, int32x2_t v) { function
H A Dblock-args.c54 void test6(void) { function
H A Dblock-misc.c75 const char*test6() { function
H A Dbuiltin-assume-aligned.c31 int test6(int *a) { function
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp97 void test6() function
121 void test6() {} function
132 test6();
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s58 .macro test6 $a
63 test6 zed2 label
H A Dmacros-gas.s58 .macro test6 $a
63 test6 zed2 label
/external/v8/test/mjsunit/regress/
H A Dregress-70066.js94 function test6(value) { function
102 assertEquals("6:false", test6(6), "test6");
103 assertEquals(0, x, "test6"); // Global x is undisturbed.
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp95 namespace test6 { namespace
99 using test6::foo;
/external/clang/test/CodeGenCXX/
H A Dassign-construct-memcpy.cpp71 void test6(foo &&x) { function
73 // CHECK-POD: test6
76 // CHECK-NONPOD: test6
H A Dnew-overflow.cpp117 namespace test6 { namespace
H A Dthrow-expressions.cpp47 int test6(bool x, bool y, int z) { function

Completed in 271 milliseconds

1234567