Searched defs:__t (Results 1 - 12 of 12) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dvalarray.cc26 size_t* const __t = static_cast<size_t*>(alloca(__n*sizeof(size_t))); local
/haiku/headers/cpp/std/
H A Dgslice_array.h109 gslice_array<_Tp>::operator= (const _Tp& __t) argument
H A Dindirect_array.h108 indirect_array<_Tp>::operator= (const _Tp& __t) argument
H A Dmask_array.h104 mask_array<_T>::operator= (const _T& __t) argument
H A Dslice_array.h106 slice_array<_T>::operator= (const _T& __t) argument
H A Dvalarray_array.h47 __valarray_fill (_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
121 __valarray_fill (_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
53 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
60 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
126 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
131 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
[all...]
H A Dstd_valarray.h292 inline valarray<_Tp>::valarray (const _Tp& __t, size_t __n) argument
348 valarray<_Tp>::operator= (const _Tp& __t) argument
[all...]
H A Dvalarray_meta.h202 _BinFunClos (const _Dom& __e, const _Tp& __t, _Tp __f (_Tp, _Tp)) argument
213 _BinFunClos (const _Tp& __t, const _Dom& __e, _Tp __f (_Tp, _Tp)) argument
223 _BinFunClos (const valarray<_Tp>& __v, const _Tp& __t, argument
234 _BinFunClos (const _Tp& __t, const valarray<_Tp>& __v, argument
375 _BinBase2 (const _Clos& __e, const _Vt& __t) argument
398 _BinBase1(const _Vt& __t, const _Clos& __e) argument
482 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
492 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
/haiku/headers/cpp/
H A Dstl_deque.h694 void push_back(const value_type& __t) { argument
712 void push_front(const value_type& __t) { argument
1149 deque<_Tp,_Alloc,__bufsize>::_M_push_back_aux(const value_type& __t) argument
1180 deque<_Tp,_Alloc,__bufsize>::_M_push_front_aux(const value_type& __t) argument
[all...]
H A Dstl_tree.h702 void swap(_Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __t) { argument
H A Dstl_algo.h697 _EuclideanRingElement __t = __m % __n; local
915 _Distance __t = __n; local
938 _Distance __t = __n; local
H A Dstl_rope.h387 _Rope_RopeRep(_Tag __t, int __d, bool __b, size_t __size, argument
510 static void _S_unref(_Rope_RopeRep* __t) argument
516 static void _S_ref(_Rope_RopeRep* __t) argument
520 static void _S_free_if_unref(_Rope_RopeRep* __t) argument
1170 _Rope_alloc_base(_RopeRep *__t, const allocator_type& __a) argument
1200 _Rope_alloc_base(_RopeRep *__t, const allocator_type&) argument
1230 _Rope_base(_RopeRep* __t, const allocator_type& __a) argument
1242 _Rope_base(_RopeRep * __t, const allocator_type&) argument
1359 _S_unref(_RopeRep* __t) argument
1363 _S_ref(_RopeRep* __t) argument
1546 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) argument
[all...]

Completed in 111 milliseconds