| /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 D | iterator_concepts.h | 264 && 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 D | ranges_algobase.h | 88 && 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 D | uniform_int_dist.h | 51 { _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 D | range_access.h | 532 { _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 D | range_cmp.h | 70 = requires (_Tp&& __t, _Up&& __u) { { __t < __u } -> same_as<bool>; } in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algobase.h | 1692 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 D | ranges_uninitialized.h | 57 && 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 D | iterator_concepts.h | 264 && 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 D | ranges_algobase.h | 88 && 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 D | uniform_int_dist.h | 51 { _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 D | range_access.h | 532 { _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 D | range_cmp.h | 70 = requires (_Tp&& __t, _Up&& __u) { { __t < __u } -> same_as<bool>; } in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algobase.h | 1692 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 D | ranges_uninitialized.h | 57 && 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 D | remove.hpp | 32 : remove_if_impl< Sequence, same_as<T>, Inserter > 42 : reverse_remove_if_impl< Sequence, same_as<T>, Inserter >
|
| H A D | find.hpp | 29 : find_if< Sequence,same_as<T> >
|
| H A D | same_as.hpp | 26 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 D | concepts | 60 /// [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 D | compare | 413 = 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 D | ranges | 85 && 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 D | chrono | 297 { &_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 D | concepts | 60 /// [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 D | compare | 413 = 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 D | ranges | 85 && 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 D | chrono | 297 { &_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,
|