| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | type_traits.h | 90 struct __true_type {}; struct 95 typedef __true_type this_dummy_member_must_be_first; 124 typedef __true_type has_trivial_default_constructor; 125 typedef __true_type has_trivial_copy_constructor; 126 typedef __true_type has_trivial_assignment_operator; 127 typedef __true_type has_trivial_destructor; 128 typedef __true_type is_POD_type; 132 typedef __true_type has_trivial_default_constructor; 133 typedef __true_type has_trivial_copy_constructor; 134 typedef __true_type has_trivial_assignment_operator; [all …]
|
| D | stl_algobase.h | 265 _OutputIter __result, __true_type) in __copy_aux2() argument 271 _Tp* __result, __true_type) in __copy_aux2() argument 277 _Tp* __result, __true_type) in __copy_aux2() argument 283 _OutputIter __result, __true_type) in __copy_ni2() argument 311 _OutputIter __result, __true_type) in __copy_ni1() argument 399 struct __copy_backward_dispatch<_Tp*, _Tp*, __true_type> 411 struct __copy_backward_dispatch<const _Tp*, _Tp*, __true_type> 416 return __copy_backward_dispatch<_Tp*, _Tp*, __true_type> 434 _BI2 __result, __true_type) 446 _BI2 __result, __true_type)
|
| D | stl_uninitialized.h | 75 __true_type) in __uninitialized_copy_aux() argument 135 const _Tp& __x, __true_type) in __uninitialized_fill_aux() argument 178 const _Tp& __x, __true_type) in __uninitialized_fill_n_aux() argument
|
| D | stl_construct.h | 114 __destroy_aux(_ForwardIterator, _ForwardIterator, __true_type) in __destroy_aux() argument
|
| D | stl_tempbuf.h | 100 void _M_initialize_buffer(const _Tp&, __true_type) {} in _M_initialize_buffer() argument
|
| D | stl_vector.h | 792 _M_initialize_dispatch(_Integer __n, _Integer __value, __true_type) in _M_initialize_dispatch() argument 839 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 879 __true_type) in _M_insert_dispatch() argument
|
| D | stl_bvector.h | 515 void _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) { in _M_initialize_dispatch() argument 573 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 654 __true_type) { in _M_insert_dispatch() argument
|
| D | stl_list.h | 1018 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 1041 __true_type) in _M_insert_dispatch() argument
|
| D | stl_deque.h | 1265 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _M_initialize_dispatch() argument 1330 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 1411 _Integer __n, _Integer __x, __true_type) in _M_insert_dispatch() argument
|
| D | basic_string.h | 676 __true_type) in _S_construct_aux() argument
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | cpp_type_traits.h | 97 struct __true_type { }; struct 106 { typedef __true_type __type; }; 129 typedef __true_type __type; 144 typedef __true_type __type; 164 typedef __true_type __type; 171 typedef __true_type __type; 178 typedef __true_type __type; 185 typedef __true_type __type; 193 typedef __true_type __type; 201 typedef __true_type __type; [all …]
|
| D | stl_uninitialized.h | 74 __true_type) in _GLIBCXX_BEGIN_NAMESPACE() 138 const _Tp& __x, __true_type) in __uninitialized_fill_aux() argument 183 const _Tp& __x, __true_type) in __uninitialized_fill_n_aux() argument
|
| D | stl_tempbuf.h | 94 _M_initialize_buffer(const _Tp&, __true_type) { } in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | stl_construct.h | 136 __destroy_aux(_ForwardIterator, _ForwardIterator, __true_type) in __destroy_aux() argument
|
| D | stl_vector.h | 783 _M_initialize_dispatch(_Integer __n, _Integer __value, __true_type) in _M_initialize_dispatch() argument 835 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 876 __true_type) in _M_insert_dispatch() argument
|
| D | stl_deque.h | 1226 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _M_initialize_dispatch() argument 1290 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument 1370 _Integer __n, _Integer __x, __true_type) in _M_insert_dispatch() argument 1428 _M_destroy_data_dispatch(iterator, iterator, __true_type) { } in _M_destroy_data_dispatch() argument
|
| D | stl_bvector.h | 795 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 830 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 891 __true_type) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| D | stl_list.h | 1103 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _M_initialize_dispatch() argument 1134 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument
|
| D | basic_string.h | 1430 _Integer __val, __true_type) in _GLIBCXX_BEGIN_NAMESPACE() 1460 const _Alloc& __a, __true_type) in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/debug/ |
| D | functions.h | 116 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) in __valid_range_aux() argument
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | slist | 65 using std::__true_type; 415 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 539 __true_type)
|
| D | sso_string_base.h | 112 std::__true_type) in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | rc_string_base.h | 237 const _Alloc& __a, std::__true_type) in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | vstring.h | 1203 _Integer __val, std::__true_type) in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | slist | 401 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 486 __true_type) {
|