HomeSort by relevance Sort by last modified time
    Searched refs:__t (Results 1 - 25 of 366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
move.h 51 forward(typename std::remove_reference<_Tp>::type& __t)
53 { return static_cast<_Tp&&>(__t); }
55 { return __t; }
60 forward(typename std::remove_reference<_Tp>::type&& __t)
66 return static_cast<_Tp&&>(__t);
68 return __t;
74 move(_Tp&& __t)
76 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
78 { return __t; }
  /external/clang/test/CodeGen/
mips-constraint-regs.c 14 int __t; local
17 : "=c" (__t)
  /external/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
174 __t->tm_wday = __STATIC_CAST(int, __index);
185 __t->tm_mon = __STATIC_CAST(int, __index);
190 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
191 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
199 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
206 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
213 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
214 --__t->tm_mon
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
174 __t->tm_wday = __STATIC_CAST(int, __index);
185 __t->tm_mon = __STATIC_CAST(int, __index);
190 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
191 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
199 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
206 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
213 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
214 --__t->tm_mon
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t->tm_mon
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t->tm_mon
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t->tm_mon
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t->tm_mon
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
174 __t->tm_wday = __STATIC_CAST(int, __index);
185 __t->tm_mon = __STATIC_CAST(int, __index);
190 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
191 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
199 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
206 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
213 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
214 --__t->tm_mon
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 225 operator()(_Tp&& __t, _Up&& __u) const
226 noexcept(noexcept(std::forward<_Tp>(__t) + std::forward<_Up>(__u)))
227 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u))
228 { return std::forward<_Tp>(__t) + std::forward<_Up>(__u); }
239 operator()(_Tp&& __t, _Up&& __u) const
240 noexcept(noexcept(std::forward<_Tp>(__t) - std::forward<_Up>(__u)))
241 -> decltype(std::forward<_Tp>(__t) - std::forward<_Up>(__u))
242 { return std::forward<_Tp>(__t) - std::forward<_Up>(__u); }
253 operator()(_Tp&& __t, _Up&& __u) const
254 noexcept(noexcept(std::forward<_Tp>(__t) * std::forward<_Up>(__u))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
unique_copy.h 132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++
    [all...]
queue.h 83 push_front(const _Tp& __t)
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t)
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
unique_copy.h 132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++
    [all...]
queue.h 83 push_front(const _Tp& __t)
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t)
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
unique_copy.h 132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++
    [all...]
queue.h 83 push_front(const _Tp& __t)
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t)
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
unique_copy.h 132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++
    [all...]
queue.h 83 push_front(const _Tp& __t)
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t)
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
move.h 62 forward(typename std::remove_reference<_Tp>::type& __t)
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t)
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t)
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
valarray_before.h 67 _Tp operator()(const _Tp& __t) const
68 { return abs(__t); }
74 _Tp operator()(const _Tp& __t) const
75 { return cos(__t); }
81 _Tp operator()(const _Tp& __t) const
82 { return acos(__t); }
88 _Tp operator()(const _Tp& __t) const
89 { return cosh(__t); }
95 _Tp operator()(const _Tp& __t) const
96 { return sin(__t); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
move.h 62 forward(typename std::remove_reference<_Tp>::type& __t)
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t)
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t)
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
move.h 62 forward(typename std::remove_reference<_Tp>::type& __t)
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t)
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t)
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 66 _Tp operator()(const _Tp& __t) const
67 { return abs(__t); }
73 _Tp operator()(const _Tp& __t) const
74 { return cos(__t); }
80 _Tp operator()(const _Tp& __t) const
81 { return acos(__t); }
87 _Tp operator()(const _Tp& __t) const
88 { return cosh(__t); }
94 _Tp operator()(const _Tp& __t) const
95 { return sin(__t); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_before.h 66 _Tp operator()(const _Tp& __t) const
67 { return abs(__t); }
73 _Tp operator()(const _Tp& __t) const
74 { return cos(__t); }
80 _Tp operator()(const _Tp& __t) const
81 { return acos(__t); }
87 _Tp operator()(const _Tp& __t) const
88 { return cosh(__t); }
94 _Tp operator()(const _Tp& __t) const
95 { return sin(__t); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 65 _Tp operator()(const _Tp& __t) const
66 { return abs(__t); }
72 _Tp operator()(const _Tp& __t) const
73 { return cos(__t); }
79 _Tp operator()(const _Tp& __t) const
80 { return acos(__t); }
86 _Tp operator()(const _Tp& __t) const
87 { return cosh(__t); }
93 _Tp operator()(const _Tp& __t) const
94 { return sin(__t); }
    [all...]

Completed in 1400 milliseconds

1 2 3 4 5 6 7 8 91011>>