Searched refs:__true_type (Results 1 – 10 of 10) sorted by relevance
/haiku/headers/cpp/ |
H A D | type_traits.h | 55 struct __true_type { struct 63 typedef __true_type this_dummy_member_must_be_first; 97 typedef __true_type has_trivial_default_constructor; 98 typedef __true_type has_trivial_copy_constructor; 99 typedef __true_type has_trivial_assignment_operator; 100 typedef __true_type has_trivial_destructor; 101 typedef __true_type is_POD_type; 107 typedef __true_type has_trivial_default_constructor; 108 typedef __true_type has_trivial_copy_constructor; 109 typedef __true_type has_trivial_assignment_operator; [all …]
|
H A D | stl_algobase.h | 166 struct __copy_dispatch<_Tp*, _Tp*, __true_type> 174 struct __copy_dispatch<const _Tp*, _Tp*, __true_type> 267 struct __copy_backward_dispatch<_Tp*, _Tp*, __true_type> 277 struct __copy_backward_dispatch<const _Tp*, _Tp*, __true_type> 280 return __copy_backward_dispatch<_Tp*, _Tp*, __true_type>
|
H A D | stl_uninitialized.h | 44 __true_type) in __uninitialized_copy_aux() argument 146 const _Tp& __x, __true_type) in __uninitialized_fill_aux() argument 186 const _Tp& __x, __true_type) in __uninitialized_fill_n_aux() argument
|
H A D | stl_construct.h | 65 inline void __destroy_aux(_ForwardIterator, _ForwardIterator, __true_type) {} in __destroy_aux() argument
|
H A D | stl_tempbuf.h | 100 void _M_initialize_buffer(const _Tp&, __true_type) {} in _M_initialize_buffer() argument
|
H A D | stl_bvector.h | 558 void _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) { in _M_initialize_dispatch() argument 627 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 708 __true_type) { in _M_insert_dispatch() argument
|
H A D | stl_vector.h | 261 void _M_initialize_aux(_Integer __n, _Integer __value, __true_type) { in _M_initialize_aux() argument 311 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 385 __true_type) { in _M_insert_dispatch() argument
|
H A D | stl_list.h | 357 __true_type) { in _M_insert_dispatch() argument 458 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument
|
H A D | stl_slist.h | 403 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 483 __true_type) { in _M_insert_after_range() argument
|
H A D | stl_deque.h | 587 void _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) { in _M_initialize_dispatch() argument 662 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 783 __true_type) { in _M_insert_dispatch() argument
|