Searched defs:test3 (Results 26 - 50 of 311) sorted by relevance

1234567891011>>

/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp48 namespace test3 { namespace
57 friend void X::f(); // expected-error {{friend function 'f' is a private member of 'test3::X'}}
/external/clang/test/CodeGen/
H A D2002-04-10-StructParameters.c15 void test3(foo *X) { function
23 test3(&Y);
H A Dasm_arm.c17 void test3(void) { function
H A Ddostmt.c41 int test3() { function
H A Drestrict.c19 // CHECK: define void @test3(i32* noalias %{{.*}}, i32 %{{.*}})
20 void test3(rp x, int y) { function
H A Dstatements.c6 void test3() { return 4; } function
/external/clang/test/CodeGenCXX/
H A D2005-02-11-AnonymousUnion.cpp29 int test3(short s) { function
H A Ddelete-two-arg.cpp57 namespace test3 { namespace
H A Dderived-to-base.cpp39 namespace test3 { namespace
/external/clang/test/PCH/
H A Dcxx-chain-function-template.cpp27 void test3() { function
/external/clang/test/Parser/
H A Dpointer-arithmetic.c5 int *test3(int *a) { return a - 1; } function
H A Dstatements.c21 void test3() { function
/external/clang/test/Sema/
H A Dreturn-noreturn.c23 __attribute__((__noreturn__)) void* test3(int arg) { function
/external/clang/test/SemaCXX/
H A Dattr-nonnull.cpp35 namespace test3 { namespace
H A Dunknown-anytype.cpp30 namespace test3 { namespace
H A Dunreachable-code.cpp45 void test3() { function
H A Dwarn-func-not-needed.cpp19 namespace test3 { namespace
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Dsize.pass.cpp65 test3(unsigned n, Allocator const &alloc = Allocator()) function
108 test3<DefaultOnly, std::allocator<DefaultOnly>> (1023);
109 test3<int, std::allocator<int>>(1);
110 test3<int, min_allocator<int>> (3);
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp79 test3() function
145 test3<unsigned short>();
146 test3<unsigned int>();
147 test3<unsigned long>();
148 test3<unsigned long long>();
/external/libcxx/test/strings/basic.string/string.capacity/
H A Dmax_size.pass.cpp43 test3(const S& s) function
59 test3(s);
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp62 test3(S&& lhs, S&& rhs, const S& x) function
126 test3(S(""), S(""), S(""));
127 test3(S(""), S("12345"), S("12345"));
128 test3(S(""), S("1234567890"), S("1234567890"));
129 test3(S(""), S("12345678901234567890"), S("12345678901234567890"));
130 test3(S("abcde"), S(""), S("abcde"));
131 test3(S("abcde"), S("12345"), S("abcde12345"));
132 test3(S("abcde"), S("1234567890"), S("abcde1234567890"));
133 test3(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890"));
134 test3(
[all...]
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
H A Dforward_as_tuple.pass.cpp57 test3(const Tuple& t) function
80 static_assert ( test3 (std::forward_as_tuple(i, c)) == 2, "" );
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.cpp49 void test3() function
118 void test3() {} function
129 test3();
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s28 .macro test3
33 test3 1, 2 3 label
36 test3 1, (2 3) label
39 test3 1 2 label
H A Dmacros-gas.s28 .macro test3 _a _b _c
33 test3 1, 2, 3 label
36 test3 1, 2 3 label

Completed in 504 milliseconds

1234567891011>>