Searched defs:t1 (Results 76 - 100 of 736) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Darm-vector-align.c15 void t1(AlignedAddr *addr1, AlignedAddr *addr2) { function
16 // CHECK: @t1
H A Dms-inline-asm-64.c4 void t1() { function
7 // CHECK: t1
H A Dms-inline-asm.c4 void t1() { function
5 // CHECK: @t1
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr-sizeof.cpp21 TemplateClass<int> t1; local
22 t1.templateClassFunction();
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h4 typedef int t1; typedef in namespace:N1
16 typedef float t1; typedef in namespace:N2
/external/clang/test/Parser/
H A Dms-inline-asm.c7 void t1(void) { M } function
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_string.cc44 ScopedThread t1, t2; local
45 t1.Memcpy(data, data1, 10);
56 ScopedThread t1, t2; local
57 t1.Memcpy(data+5, data1, 1);
66 ScopedThread t1, t2; local
67 t1.Memcpy(data, data1, 10);
74 ScopedThread t1, t2; local
75 t1.Memcpy(data, data1, 10);
81 ScopedThread t1, t2; local
82 t1
[all...]
H A Dtsan_thread.cc21 ScopedThread t1; local
22 t1.Write1(l);
28 ScopedThread t1(true);
30 t1.Write1(l);
34 ScopedThread t1; local
36 t1.Write1(l);
37 t1.Detach();
/external/libcxx/test/containers/sequences/array/
H A Dat.pass.cpp59 constexpr T t1 = c.at(0); local
60 static_assert (t1 == 1, "");
H A Dfront_back.pass.cpp54 constexpr T t1 = c.front(); local
55 static_assert (t1 == 1, "");
H A Dindexing.pass.cpp52 constexpr T t1 = c[0]; local
53 static_assert (t1 == 1, "");
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
H A Dassign_move.pass.cpp30 T t1[] = {10, 11, 12, 13}; local
33 C c1(I(std::begin(t1)), I(std::end(t1)), A(10));
47 T t1[] = {10, 11, 12, 13}; local
50 C c1(I(std::begin(t1)), I(std::end(t1)), A(11));
64 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
67 C c1(I(std::begin(t1)), I(std::end(t1)), A(10));
81 T t1[] local
99 T t1[] = {10, 11, 12, 13}; local
116 T t1[] = {10, 11, 12, 13}; local
133 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
150 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
168 T t1[] = {10, 11, 12, 13}; local
185 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
[all...]
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp30 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
32 C c1(std::begin(t1), std::end(t1));
40 const T t1[] = {0, 0, 0, 0}; local
41 C c1(std::begin(t1), std::end(t1));
49 const T t1[] = {5, 5, 5}; local
51 C c1(std::begin(t1), std::end(t1));
67 const T t1[] local
78 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
88 const T t1[] = {0, 0, 0, 0}; local
97 const T t1[] = {5, 5, 5}; local
115 const T t1[] = {5, 5, 5, 0}; local
[all...]
H A Dunique_pred.pass.cpp30 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
32 C c1(std::begin(t1), std::end(t1));
40 const T t1[] = {0, 0, 0, 0}; local
42 C c1(std::begin(t1), std::end(t1));
50 const T t1[] = {5, 5, 5}; local
52 C c1(std::begin(t1), std::end(t1));
68 const T t1[] local
79 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
89 const T t1[] = {0, 0, 0, 0}; local
99 const T t1[] = {5, 5, 5}; local
117 const T t1[] = {5, 5, 5, 0}; local
[all...]
/external/libcxx/test/thread/thread.condition/
H A Dnotify_all_at_thread_exit.pass.cpp40 Clock::time_point t1 = Clock::now(); local
41 assert(t1-t0 > ms(250));
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dadopt_lock.pass.cpp32 time_point t1; local
36 t1 = Clock::now();
38 ns d = t1 - t0 - ms(250);
H A Dmutex.pass.cpp32 time_point t1; local
35 t1 = Clock::now();
37 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex.pass.cpp35 time_point t1; local
38 t1 = Clock::now();
40 ns d = t1 - t0 - ms(250);
47 time_point t1;
50 t1 = Clock::now();
52 ns d = t1 - t0;
H A Dmutex_duration.pass.cpp38 time_point t1 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
48 time_point t1 = Clock::now();
49 ns d = t1 - t0 - ms(250);
H A Dmutex_time_point.pass.cpp38 time_point t1 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
48 time_point t1 = Clock::now();
49 ns d = t1 - t0 - ms(250);
H A Dmutex_try_to_lock.pass.cpp53 time_point t1 = Clock::now(); local
54 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dlock.pass.cpp37 time_point t1 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Dmutex.pass.cpp32 time_point t1; local
35 t1 = Clock::now();
37 ns d = t1 - t0 - ms(250);
H A Dmutex_duration.pass.cpp35 time_point t1 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
45 time_point t1 = Clock::now();
46 ns d = t1 - t0 - ms(250);
H A Dmutex_time_point.pass.cpp35 time_point t1 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
45 time_point t1 = Clock::now();
46 ns d = t1 - t0 - ms(250);

Completed in 6862 milliseconds

1234567891011>>