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

1234

/external/llvm/test/MC/AsmParser/
H A Dmacros.s48 .macro test6 $a
52 test6 zed2 label
/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 Dblocks-1.c57 void test6() { function
H A Dbool-convert.c9 _Bool test6[x]; local
H A Dswitch-dce.c95 // CHECK: @test6
99 void test6() { function
H A Dpacked-nest-unpacked.c43 void test6() { function
44 // CHECK: @test6
/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
H A Dexpressions.c49 int test6(void) { function
/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.
H A Dregress-969.js91 function test6() { return first((++o.x, typeof x6), 2); } function
92 assertEquals('number', test6());
94 assertEquals('undefined', test6());
/external/clang/test/CodeGenCXX/
H A Dnew-overflow.cpp117 namespace test6 { namespace
H A Dnrvo.cpp153 X test6() { function
H A Dunknown-anytype.cpp52 long test6() { function
/external/clang/test/Sema/
H A Darm-neon-types.c33 void test6(float *p, int32x2_t v) { function
H A Dblock-misc.c75 const char*test6() { function
H A Dscope-check.c44 int test6() { function
H A Dwarn-shadow.c49 void test6(void (*f)(int i)) {} function
H A Dasm.c54 void test6(long i) { function
/external/clang/test/SemaCXX/
H A Dwarn-empty-body.cpp190 void test6(int x, int y) { function
H A Dwarn-unreachable.cpp70 void test6() { function
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c63 void test6() { function
H A Dunreachable-code-path.c62 void test6(const char *c) { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp174 void test6() { function in struct:test3::C

Completed in 558 milliseconds

1234