Searched defs:t2 (Results 26 - 50 of 552) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dwchar.c22 WCHAR_T_TYPE t2[] = "x"; // expected-error {{initializing wide char array with non-wide string literal}} local
/external/clang/test/SemaCXX/
H A Dwarn-char-subscripts.cpp11 void t2() { function
19 t2<char>(); // expected-note {{in instantiation of function template specialization 't2<char>' requested here}}
/external/compiler-rt/test/tsan/libcxx/
H A Dstd_shared_ptr.cc10 std::thread t2; local
15 t2 = std::thread([thingy, &v2] { v2 = *thingy; });
19 t2.join();
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dmerge.pass.cpp26 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
29 C c2(std::begin(t2), std::end(t2));
39 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
42 C c2(std::begin(t2), std::end(t2));
H A Dmerge_pred.pass.cpp27 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
30 C c2(std::begin(t2), std::end(t2));
40 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
43 C c2(std::begin(t2), std::end(t2));
H A Dremove.pass.cpp26 const T t2[] = {5, 5, 5}; local
28 C c2(std::begin(t2), std::end(t2));
45 const T t2[] = {5, 5, 5}; local
47 C c2(std::begin(t2), std::end(t2));
63 const T t2[] = {5, 5, 5}; local
65 C c2(std::begin(t2), std::end(t2));
74 const T t2[] local
93 const T t2[] = {5, 5, 5}; local
111 const T t2[] = {5, 5, 5}; local
[all...]
H A Dunique.pass.cpp26 const T t2[] = {0, 5, 0, 5}; local
28 C c2(std::begin(t2), std::end(t2));
36 const T t2[] = {0}; local
38 C c2(std::begin(t2), std::end(t2));
46 const T t2[] = {5}; local
48 C c2(std::begin(t2), std::end(t2));
64 const T t2[] local
75 const T t2[] = {0, 5, 0, 5}; local
85 const T t2[] = {0}; local
95 const T t2[] = {5}; local
113 const T t2[] = {5, 0}; local
[all...]
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
H A Dmember_swap.pass.cpp28 const T t2[] = {10, 11, 12}; local
29 C c2(std::begin(t2), std::end(t2), A(2));
73 const T t2[] = {10, 11, 12}; local
74 C c2(std::begin(t2), std::end(t2), A(2));
107 const T t2[] = {10, 11, 12}; local
108 C c2(std::begin(t2), std::end(t2), A(2));
152 const T t2[] local
186 const T t2[] = {10, 11, 12}; local
231 const T t2[] = {10, 11, 12}; local
[all...]
H A Dnon_member_swap.pass.cpp29 const T t2[] = {10, 11, 12}; local
30 C c2(std::begin(t2), std::end(t2), A(2));
74 const T t2[] = {10, 11, 12}; local
75 C c2(std::begin(t2), std::end(t2), A(2));
108 const T t2[] = {10, 11, 12}; local
109 C c2(std::begin(t2), std::end(t2), A(2));
153 const T t2[] local
187 const T t2[] = {10, 11, 12}; local
232 const T t2[] = {10, 11, 12}; local
[all...]
/external/libcxx/test/thread/thread.mutex/thread.lock/
H A Dtypes.pass.cpp30 T2 t2 = std::try_to_lock; local
/external/libcxx/test/utilities/meta/meta.hel/
H A Dintegral_constant.pass.cpp46 std::true_type t2 = t1; local
/external/libcxx/test/utilities/time/time.point/time.point.nonmember/
H A Dop_+.pass.cpp32 std::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); local
33 assert(t2.time_since_epoch() == Duration2(3005));
34 t2 = Duration2(6) + t1;
35 assert(t2.time_since_epoch() == Duration2(3006));
40 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); local
41 static_assert(t2.time_since_epoch() == Duration2(3005), "");
/external/valgrind/main/helgrind/tests/
H A Dhg06_readshared.c13 static void *t2(void *v) function
25 pthread_create(&b, NULL, t2, NULL);
/external/chromium_org/v8/test/webkit/
H A Dclosure-inside-extra-arg-call.js74 function t2() { function
79 t2();
/external/clang/test/CodeGen/
H A Darm-asm-warn.c23 int64x2x4_t t2(const long long a[]) { function
H A Darm-vector-align.c24 void t2(char *addr) { function
25 // CHECK: @t2
H A Dms-inline-asm.c11 void t2() { function
12 // CHECK: @t2
/external/clang/test/CodeGenCXX/
H A Dlambda-expressions-nested-linkage.cpp27 T t2 = ([](int a) { return [](int b) { return b; };})(T{})(T{}); member in struct:lambdas_in_NSDMIs_template_class::L
H A Dpredefined-expr-sizeof.cpp23 TemplateClass<double> t2; local
24 t2.templateClassFunction();
/external/clang/test/Index/
H A Dcomplete-documentation.cpp33 T2 t2; local
34 t2.T4;
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h8 typedef int t2; typedef in namespace:N1
/external/clang/test/Parser/
H A Dms-inline-asm.c8 void t2(void) { __asm int 0x2c } function
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_string.cc44 ScopedThread t1, t2; local
46 t2.Memcpy(data, data2, 10, true);
56 ScopedThread t1, t2; local
58 t2.Memcpy(data+3, data2, 4, true);
66 ScopedThread t1, t2; local
68 t2.Memcpy(data1, data2, 10, true);
74 ScopedThread t1, t2; local
76 t2.Memcpy(data, data1, 10, true);
81 ScopedThread t1, t2; local
83 t2
[all...]
/external/libcxx/test/containers/sequences/array/
H A Dat.pass.cpp62 constexpr T t2 = c.at(2); local
63 static_assert (t2 == 3.5, "");
H A Dfront_back.pass.cpp57 constexpr T t2 = c.back(); local
58 static_assert (t2 == 3.5, "");

Completed in 612 milliseconds

1234567891011>>