Home
last modified time | relevance | path

Searched defs:_Tp (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Ddeque.tcc966 fill(const _Deque_iterator<_Tp, _Tp&, _Tp*>& __first, in _M_insert_aux() argument
986 copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
1009 copy_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
1049 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
1072 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
H A Dmove.h159 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val) in _GLIBCXX_VISIBILITY() argument
162 #define _GLIBCXX_FORWARD(_Tp, __val) (__val) in _GLIBCXX_VISIBILITY() argument
H A Dforward_list.tcc369 operator==(const forward_list<_Tp, _Alloc>& __lx, in operator ==()
H A Dvector.tcc187 operator=(const vector<_Tp, _Alloc>& __x) in operator =()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Ddeque.tcc919 fill(const _Deque_iterator<_Tp, _Tp&, _Tp*>& __first, in _M_insert_aux() argument
939 copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
962 copy_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
1002 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
1025 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux()
H A Dmove.h144 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val) argument
147 #define _GLIBCXX_FORWARD(_Tp, __val) (__val) argument
H A Dforward_list.tcc380 operator==(const forward_list<_Tp, _Alloc>& __lx, in operator ==()
H A Dvector.tcc162 operator=(const vector<_Tp, _Alloc>& __x) in operator =()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dnumeric_traits.h43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) in _GLIBCXX_VISIBILITY() argument
44 #define __glibcxx_digits(_Tp) \ in _GLIBCXX_VISIBILITY() argument
47 #define __glibcxx_min(_Tp) \ in _GLIBCXX_VISIBILITY() argument
50 #define __glibcxx_max(_Tp) \ in _GLIBCXX_VISIBILITY() argument
84 #define __glibcxx_floating(_Tp, _Fval, _Dval, _LDval) \ in _GLIBCXX_VISIBILITY() argument
88 #define __glibcxx_max_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
92 #define __glibcxx_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
95 #define __glibcxx_max_exponent10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dnumeric_traits.h43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) in _GLIBCXX_VISIBILITY() argument
44 #define __glibcxx_digits(_Tp) \ in _GLIBCXX_VISIBILITY() argument
47 #define __glibcxx_min(_Tp) \ in _GLIBCXX_VISIBILITY() argument
50 #define __glibcxx_max(_Tp) \ in _GLIBCXX_VISIBILITY() argument
84 #define __glibcxx_floating(_Tp, _Fval, _Dval, _LDval) \ in _GLIBCXX_VISIBILITY() argument
88 #define __glibcxx_max_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
92 #define __glibcxx_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
95 #define __glibcxx_max_exponent10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/decimal/
H A Ddecimal.h287 #define _DEFINE_DECIMAL_UNARY_OP(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument
424 #define _DEFINE_DECIMAL_COMPARISONS(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/decimal/
H A Ddecimal.h287 #define _DEFINE_DECIMAL_UNARY_OP(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument
424 #define _DEFINE_DECIMAL_COMPARISONS(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dshared_ptr.h308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp; in _GLIBCXX_VISIBILITY() typedef
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dshared_ptr.h299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp; in _GLIBCXX_VISIBILITY() typedef