Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Diterator_concepts.h264 && same_as<remove_cv_t<typename _Tp::element_type>, in _GLIBCXX_VISIBILITY()
295 { ++__it } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
318 && same_as<remove_cvref_t<iter_reference_t<_Iter>>, in _GLIBCXX_VISIBILITY()
323 { *__it++ } -> same_as<iter_reference_t<_Iter>>; in _GLIBCXX_VISIBILITY()
330 { --__it } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
332 { *__it-- } -> same_as<iter_reference_t<_Iter>>; in _GLIBCXX_VISIBILITY()
341 { __it += __n } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
342 { __it -= __n } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
343 { __it + __n } -> same_as<_Iter>; in _GLIBCXX_VISIBILITY()
344 { __n + __it } -> same_as<_Iter>; in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h88 && same_as<_Iter1, _Sent1>) in _GLIBCXX_VISIBILITY()
94 && same_as<_Iter2, _Sent2>) in _GLIBCXX_VISIBILITY()
220 if constexpr (__is_move_iterator<_Iter> && same_as<_Iter, _Sent>) in _GLIBCXX_VISIBILITY()
228 else if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> in _GLIBCXX_VISIBILITY()
238 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) in _GLIBCXX_VISIBILITY()
362 if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> in _GLIBCXX_VISIBILITY()
372 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) in _GLIBCXX_VISIBILITY()
H A Duniform_int_dist.h51 { _Gen::min() } -> same_as<invoke_result_t<_Gen&>>; in _GLIBCXX_VISIBILITY()
52 { _Gen::max() } -> same_as<invoke_result_t<_Gen&>>; in _GLIBCXX_VISIBILITY()
H A Drange_access.h532 { _End{}(__t) } -> same_as<decltype(_Begin{}(__t))>; in _GLIBCXX_VISIBILITY()
942 { ranges::data(__t) } -> same_as<add_pointer_t<range_reference_t<_Tp>>>; in _GLIBCXX_VISIBILITY()
948 = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; in _GLIBCXX_VISIBILITY()
1047 else if constexpr (bidirectional_iterator<_It> && same_as<_It, _Sent>) in _GLIBCXX_VISIBILITY()
H A Drange_cmp.h70 = requires (_Tp&& __t, _Up&& __u) { { __t < __u } -> same_as<bool>; } in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h1692 static_assert(same_as<common_comparison_category_t<_Cat>, _Cat>); in _GLIBCXX_VISIBILITY()
1695 if constexpr (same_as<_Comp, __detail::_Synth3way> in _GLIBCXX_VISIBILITY()
1696 || same_as<_Comp, compare_three_way>) in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h57 && same_as<remove_cvref_t<iter_reference_t<_Iter>>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Diterator_concepts.h264 && same_as<remove_cv_t<typename _Tp::element_type>, in _GLIBCXX_VISIBILITY()
295 { ++__it } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
318 && same_as<remove_cvref_t<iter_reference_t<_Iter>>, in _GLIBCXX_VISIBILITY()
323 { *__it++ } -> same_as<iter_reference_t<_Iter>>; in _GLIBCXX_VISIBILITY()
330 { --__it } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
332 { *__it-- } -> same_as<iter_reference_t<_Iter>>; in _GLIBCXX_VISIBILITY()
341 { __it += __n } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
342 { __it -= __n } -> same_as<_Iter&>; in _GLIBCXX_VISIBILITY()
343 { __it + __n } -> same_as<_Iter>; in _GLIBCXX_VISIBILITY()
344 { __n + __it } -> same_as<_Iter>; in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h88 && same_as<_Iter1, _Sent1>) in _GLIBCXX_VISIBILITY()
94 && same_as<_Iter2, _Sent2>) in _GLIBCXX_VISIBILITY()
220 if constexpr (__is_move_iterator<_Iter> && same_as<_Iter, _Sent>) in _GLIBCXX_VISIBILITY()
228 else if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> in _GLIBCXX_VISIBILITY()
238 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) in _GLIBCXX_VISIBILITY()
362 if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> in _GLIBCXX_VISIBILITY()
372 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) in _GLIBCXX_VISIBILITY()
H A Duniform_int_dist.h51 { _Gen::min() } -> same_as<invoke_result_t<_Gen&>>; in _GLIBCXX_VISIBILITY()
52 { _Gen::max() } -> same_as<invoke_result_t<_Gen&>>; in _GLIBCXX_VISIBILITY()
H A Drange_access.h532 { _End{}(__t) } -> same_as<decltype(_Begin{}(__t))>; in _GLIBCXX_VISIBILITY()
942 { ranges::data(__t) } -> same_as<add_pointer_t<range_reference_t<_Tp>>>; in _GLIBCXX_VISIBILITY()
948 = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; in _GLIBCXX_VISIBILITY()
1047 else if constexpr (bidirectional_iterator<_It> && same_as<_It, _Sent>) in _GLIBCXX_VISIBILITY()
H A Drange_cmp.h70 = requires (_Tp&& __t, _Up&& __u) { { __t < __u } -> same_as<bool>; } in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h1692 static_assert(same_as<common_comparison_category_t<_Cat>, _Cat>); in _GLIBCXX_VISIBILITY()
1695 if constexpr (same_as<_Comp, __detail::_Synth3way> in _GLIBCXX_VISIBILITY()
1696 || same_as<_Comp, compare_three_way>) in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h57 && same_as<remove_cvref_t<iter_reference_t<_Iter>>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dremove.hpp32 : remove_if_impl< Sequence, same_as<T>, Inserter >
42 : reverse_remove_if_impl< Sequence, same_as<T>, Inserter >
H A Dfind.hpp29 : find_if< Sequence,same_as<T> >
H A Dsame_as.hpp26 struct same_as struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dconcepts60 /// [concept.same], concept same_as
62 concept same_as
80 = same_as<common_reference_t<_Tp, _Up>, common_reference_t<_Up, _Tp>>
87 = same_as<common_type_t<_Tp, _Up>, common_type_t<_Up, _Tp>>
129 { __lhs = static_cast<_Rhs&&>(__rhs) } -> same_as<_Lhs>;
196 || (same_as<_Tp, _Up> && is_lvalue_reference_v<_Tp>
H A Dcompare413 = same_as<common_comparison_category_t<_Tp, _Cat>, _Cat>;
629 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
678 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
725 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
768 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
802 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
836 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
H A Dranges85 && same_as<iterator_t<_Range>, iterator_t<const _Range>>
86 && same_as<sentinel_t<_Range>, sentinel_t<const _Range>>;
94 = !same_as<remove_cvref_t<_Tp>, remove_cvref_t<_Up>>;
98 requires is_class_v<_Derived> && same_as<_Derived, remove_cv_t<_Derived>>
597 { --__i } -> same_as<_It&>;
598 { __i-- } -> same_as<_It>;
605 { __i += __n } -> same_as<_It&>;
606 { __i -= __n } -> same_as<_It&>;
875 if constexpr (same_as<_Bound, unreachable_sentinel_t>)
882 end() const requires same_as<_Winc, _Bound>
[all …]
H A Dchrono297 { &_Tp::is_steady } -> same_as<const bool*>;
298 { _Tp::now() } -> same_as<typename _Tp::time_point>;
299 requires same_as<typename _Tp::duration,
301 requires same_as<typename _Tp::time_point::duration,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dconcepts60 /// [concept.same], concept same_as
62 concept same_as
80 = same_as<common_reference_t<_Tp, _Up>, common_reference_t<_Up, _Tp>>
87 = same_as<common_type_t<_Tp, _Up>, common_type_t<_Up, _Tp>>
129 { __lhs = static_cast<_Rhs&&>(__rhs) } -> same_as<_Lhs>;
196 || (same_as<_Tp, _Up> && is_lvalue_reference_v<_Tp>
H A Dcompare413 = same_as<common_comparison_category_t<_Tp, _Cat>, _Cat>;
629 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
678 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
725 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
768 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
802 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
836 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
H A Dranges85 && same_as<iterator_t<_Range>, iterator_t<const _Range>>
86 && same_as<sentinel_t<_Range>, sentinel_t<const _Range>>;
94 = !same_as<remove_cvref_t<_Tp>, remove_cvref_t<_Up>>;
98 requires is_class_v<_Derived> && same_as<_Derived, remove_cv_t<_Derived>>
597 { --__i } -> same_as<_It&>;
598 { __i-- } -> same_as<_It>;
605 { __i += __n } -> same_as<_It&>;
606 { __i -= __n } -> same_as<_It&>;
875 if constexpr (same_as<_Bound, unreachable_sentinel_t>)
882 end() const requires same_as<_Winc, _Bound>
[all …]
H A Dchrono297 { &_Tp::is_steady } -> same_as<const bool*>;
298 { _Tp::now() } -> same_as<typename _Tp::time_point>;
299 requires same_as<typename _Tp::duration,
301 requires same_as<typename _Tp::time_point::duration,

12