Home
last modified time | relevance | path

Searched refs:__true_type (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dcpp_type_traits.h73 struct __true_type { }; in _GLIBCXX_VISIBILITY() struct
82 { typedef __true_type __type; }; in _GLIBCXX_VISIBILITY()
105 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
120 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
141 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
148 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
155 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
162 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
170 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
179 typedef __true_type __type; in _GLIBCXX_VISIBILITY()
[all …]
Dstl_bvector.h1335 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _GLIBCXX_VISIBILITY()
1375 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _GLIBCXX_VISIBILITY()
1440 __true_type) in _GLIBCXX_VISIBILITY()
Dstl_vector.h1640 _M_initialize_dispatch(_Integer __n, _Integer __value, __true_type) in _GLIBCXX_VISIBILITY()
1730 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _GLIBCXX_VISIBILITY()
1771 __true_type) in _GLIBCXX_VISIBILITY()
Dstl_deque.h1848 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _GLIBCXX_VISIBILITY()
1936 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _GLIBCXX_VISIBILITY()
2019 _Integer __n, _Integer __x, __true_type) in _GLIBCXX_VISIBILITY()
Dstl_list.h1923 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _GLIBCXX_VISIBILITY()
1971 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _GLIBCXX_VISIBILITY()
Dcow_string.h2108 _Integer __val, __true_type) in _GLIBCXX_VISIBILITY()
2140 const _Alloc& __a, __true_type) in _GLIBCXX_VISIBILITY()
Dbasic_string.h320 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) in _GLIBCXX_VISIBILITY()
2504 _Integer __n, _Integer __val, __true_type) in _GLIBCXX_VISIBILITY()
Dstl_iterator.h2581 typedef __true_type __type;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dhelper_functions.h75 struct _DiffTraits<_DiffType, std::__true_type>
85 struct _Distance_traits<_Integral, std::__true_type>
145 __valid_range_aux(_Integral, _Integral, std::__true_type)
153 std::__true_type)
Dfunctions.h104 std::__true_type) in __foreign_iterator_aux3() argument
173 _Integral, _Integral, std::__true_type) in __foreign_iterator_aux() argument
282 std::__true_type) in __check_sorted_set_aux() argument
298 _Predicate __pred, std::__true_type) in __check_sorted_set_aux() argument
Dvector850 : std::__true_type
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dnumeric_traits.h100 typedef std::__true_type __type; \ in _GLIBCXX_VISIBILITY()
107 typedef std::__true_type __type; \ in _GLIBCXX_VISIBILITY()
Dsso_string_base.h110 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) in _GLIBCXX_VISIBILITY()
Drc_string_base.h244 const _Alloc& __a, std::__true_type) in _GLIBCXX_VISIBILITY()
Dslist411 _M_assign_dispatch(_Integer __n, _Integer __val, std::__true_type)
536 std::__true_type)
Dvstring.h1593 _Integer __n, _Integer __val, std::__true_type) in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20073671 _M_initialize_dispatch(_Integer, _Integer, __true_type)): Use it.
4952 _InIterator, const _Alloc&, __true_type)): Do not cast the
4955 _Integer, const _Alloc&, std::__true_type)): Likewise.
4957 _InIterator, std::__true_type)): Likewise.
4959 _Integer, __true_type)): Cast the first argument.
4960 (_M_assign_dispatch(_Integer, _Integer, __true_type)): Do
4962 (_M_insert_dispatch(iterator, _Integer, _Integer, __true_type)):
4965 _Integer, __true_type)): Likewise.
4966 (_M_assign_dispatch(_Integer, _Integer, __true_type)): Do
4969 _Integer, __true_type)): Cast the first argument.
[all …]
DChangeLog-2009533 (_S_construct_aux(_Integer, _Integer, const _Alloc&, __true_type)):
537 (_M_construct_aux(_Integer, _Integer, std::__true_type)): Call it.
540 (_S_construct_aux(_Integer, _Integer, const _Alloc&, __true_type)):
553 const _Alloc&, __true_type)): Cast the second argument to value_type.
555 std::__true_type)): Likewise.
557 const _Alloc&, std::__true_type)): Likewise.
620 const _Alloc&, __true_type)): Cast the second argument to value_type.
622 std::__true_type)): Likewise.
624 const _Alloc&, std::__true_type)): Likewise.
DChangeLog-20191747 (__valid_range_aux(_Integral, _Integral, std::__true_type)): New,
3430 (allocator, __true_type, __false_type): Likewise.
DChangeLog-20123866 (forward_list<>::_M_initialize_dispatch(,, __true_type): Remove.
DChangeLog-20172256 (vector<bool>::_M_initialize_dispatch(_Integer, _Integer, __true_type)):
DChangeLog-20011259 (__true_type, __false_type): Change to be plain structs.
DChangeLog-2006543 * include/bits/cpp_type_traits.h: Change __true_type and
DChangeLog-20181725 const _InputIter&, __true_type)): Use empty() rather than begin() ==
DChangeLog-20046193 _Integer, __true_type)): Ditto.