Searched refs:__lhs (Results 51 - 74 of 74) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dset.h611 operator==(const set<_Key, _Compare, _Allocator>& __lhs, argument
613 { return __lhs._M_base() == __rhs._M_base(); }
618 operator<=>(const set<_Key, _Compare, _Alloc>& __lhs, argument
620 { return __lhs._M_base() <=> __rhs._M_base(); }
624 operator!=(const set<_Key, _Compare, _Allocator>& __lhs, argument
626 { return __lhs._M_base() != __rhs._M_base(); }
630 operator<(const set<_Key, _Compare, _Allocator>& __lhs, argument
632 { return __lhs._M_base() < __rhs._M_base(); }
636 operator<=(const set<_Key, _Compare, _Allocator>& __lhs, argument
638 { return __lhs
642 operator >=(const set<_Key, _Compare, _Allocator>& __lhs, const set<_Key, _Compare, _Allocator>& __rhs) argument
648 operator >(const set<_Key, _Compare, _Allocator>& __lhs, const set<_Key, _Compare, _Allocator>& __rhs) argument
[all...]
H A Dmultiset.h601 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs, argument
603 { return __lhs._M_base() == __rhs._M_base(); }
608 operator<=>(const multiset<_Key, _Compare, _Alloc>& __lhs, argument
610 { return __lhs._M_base() <=> __rhs._M_base(); }
614 operator!=(const multiset<_Key, _Compare, _Allocator>& __lhs, argument
616 { return __lhs._M_base() != __rhs._M_base(); }
620 operator<(const multiset<_Key, _Compare, _Allocator>& __lhs, argument
622 { return __lhs._M_base() < __rhs._M_base(); }
626 operator<=(const multiset<_Key, _Compare, _Allocator>& __lhs, argument
628 { return __lhs
632 operator >=(const multiset<_Key, _Compare, _Allocator>& __lhs, const multiset<_Key, _Compare, _Allocator>& __rhs) argument
638 operator >(const multiset<_Key, _Compare, _Allocator>& __lhs, const multiset<_Key, _Compare, _Allocator>& __rhs) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc89 swap_its(__gnu_debug::_Safe_sequence_base& __lhs, argument
99 __iter->_M_sequence = &__lhs;
103 swap_seq_single(__gnu_debug::_Safe_sequence_base& __lhs, argument
106 swap(__lhs._M_version, __rhs._M_version);
107 swap_its(__lhs, __lhs._M_iterators,
109 swap_its(__lhs, __lhs._M_const_iterators,
146 swap_ucont_single(__gnu_debug::_Safe_unordered_container_base& __lhs,
149 swap_seq_single(__lhs, __rh
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h6038 * @param __lhs First string.
6040 * @return New string with value of @a __lhs followed by @a __rhs.
6044 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, argument
6047 basic_string<_CharT, _Traits, _Alloc> __str(__lhs);
6054 * @param __lhs First string.
6056 * @return New string with value of @a __lhs followed by @a __rhs.
6060 operator+(const _CharT* __lhs,
6065 * @param __lhs First string.
6067 * @return New string with @a __lhs followed by @a __rhs.
6071 operator+(_CharT __lhs, cons
6081 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
6097 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) argument
6109 operator +(basic_string<_CharT, _Traits, _Alloc>&& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
6115 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, basic_string<_CharT, _Traits, _Alloc>&& __rhs) argument
6121 operator +(basic_string<_CharT, _Traits, _Alloc>&& __lhs, basic_string<_CharT, _Traits, _Alloc>&& __rhs) argument
6143 operator +(const _CharT* __lhs, basic_string<_CharT, _Traits, _Alloc>&& __rhs) argument
6149 operator +(_CharT __lhs, basic_string<_CharT, _Traits, _Alloc>&& __rhs) argument
6155 operator +(basic_string<_CharT, _Traits, _Alloc>&& __lhs, const _CharT* __rhs) argument
6161 operator +(basic_string<_CharT, _Traits, _Alloc>&& __lhs, _CharT __rhs) argument
6197 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
6238 operator ==(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
6264 operator !=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
6276 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
6302 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
6314 operator <(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
6340 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
6352 operator >(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
6378 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
6390 operator <=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
6416 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
6428 operator >=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
[all...]
H A Drandom.h368 * @param __lhs A linear congruential random number generator object.
376 operator==(const linear_congruential_engine& __lhs,
378 { return __lhs._M_x == __rhs._M_x; }
423 * @param __lhs A linear congruential random number generator object.
433 __c, __m>& __lhs,
436 { return !(__lhs == __rhs); }
578 * @param __lhs A % mersenne_twister_engine random number generator
587 operator==(const mersenne_twister_engine& __lhs,
589 { return (std::equal(__lhs._M_x, __lhs
[all...]
H A Dshared_ptr_base.h1781 operator()(const _Tp& __lhs, const _Tp& __rhs) const noexcept
1782 { return __lhs.owner_before(__rhs); }
1785 operator()(const _Tp& __lhs, const _Tp1& __rhs) const noexcept
1786 { return __lhs.owner_before(__rhs); }
1789 operator()(const _Tp1& __lhs, const _Tp& __rhs) const noexcept
1790 { return __lhs.owner_before(__rhs); }
1798 operator()(const _Tp& __lhs, const _Up& __rhs) const noexcept
1799 -> decltype(__lhs.owner_before(__rhs))
1800 { return __lhs.owner_before(__rhs); }
H A Dranges_algo.h50 return [&] (auto&& __lhs, auto&& __rhs) -> bool {
51 using _TL = decltype(__lhs);
54 std::__invoke(__proj, std::forward<_TL>(__lhs)),
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h173 swap(exception_ptr& __lhs, exception_ptr& __rhs) argument
174 { __lhs.swap(__rhs); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.h371 * @param __lhs A linear congruential random number generator object.
379 operator==(const linear_congruential_engine& __lhs,
381 { return __lhs._M_x == __rhs._M_x; }
426 * @param __lhs A linear congruential random number generator object.
436 __c, __m>& __lhs,
439 { return !(__lhs == __rhs); }
581 * @param __lhs A % mersenne_twister_engine random number generator
590 operator==(const mersenne_twister_engine& __lhs,
592 { return (std::equal(__lhs._M_x, __lhs
[all...]
H A Dshared_ptr_base.h2135 operator()(const _Tp& __lhs, const _Tp& __rhs) const noexcept
2136 { return __lhs.owner_before(__rhs); }
2139 operator()(const _Tp& __lhs, const _Tp1& __rhs) const noexcept
2140 { return __lhs.owner_before(__rhs); }
2143 operator()(const _Tp1& __lhs, const _Tp& __rhs) const noexcept
2144 { return __lhs.owner_before(__rhs); }
2153 operator()(const _Tp& __lhs, const _Up& __rhs) const noexcept
2154 -> decltype(__lhs.owner_before(__rhs))
2155 { return __lhs.owner_before(__rhs); }
H A Dstl_list.h177 operator()(__detail::_List_node_base* __lhs, argument
179 { return _M_cmp(*_Iter(__lhs), *_Iter(__rhs)); }
186 operator()(__detail::_List_node_base* __lhs, argument
188 { return *_Iter(__lhs) < *_Iter(__rhs); }
H A Dranges_algo.h51 return [&] (auto&& __lhs, auto&& __rhs) -> bool {
52 using _TL = decltype(__lhs);
55 std::__invoke(__proj, std::forward<_TL>(__lhs)),
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h524 operator()(shared_ptr<_Tp> const& __lhs, argument
526 { return __lhs.owner_before(__rhs); }
530 operator()(shared_ptr<_Tp> const& __lhs, argument
532 { return __lhs.owner_before(__rhs); }
536 operator()(weak_ptr<_Tp> const& __lhs, argument
538 { return __lhs.owner_before(__rhs); }
542 operator()(weak_ptr<_Tp> const& __lhs, argument
544 { return __lhs.owner_before(__rhs); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h223 swap(exception_ptr& __lhs, exception_ptr& __rhs) argument
224 { __lhs.swap(__rhs); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h524 operator()(shared_ptr<_Tp> const& __lhs, argument
526 { return __lhs.owner_before(__rhs); }
530 operator()(shared_ptr<_Tp> const& __lhs, argument
532 { return __lhs.owner_before(__rhs); }
536 operator()(weak_ptr<_Tp> const& __lhs, argument
538 { return __lhs.owner_before(__rhs); }
542 operator()(weak_ptr<_Tp> const& __lhs, argument
544 { return __lhs.owner_before(__rhs); }
H A Dsimd_builtin.h2453 _S_masked_assign(_SimdWrapper<_K, _Np> __k, _SimdWrapper<_Tp, _Np>& __lhs,
2459 __lhs = __rhs;
2461 __lhs = _CommonImpl::_S_blend(__k, __lhs, __rhs);
2466 _S_masked_assign(_SimdWrapper<_K, _Np> __k, _SimdWrapper<_Tp, _Np>& __lhs,
2472 __lhs = __vector_broadcast<_Np>(__rhs);
2478 __lhs._M_data
2479 = __andnot(__vector_bitcast<_Tp>(__k), __lhs._M_data);
2482 __lhs
2483 = _CommonImpl::_S_blend(__k, __lhs, _SimdWrappe
[all...]
H A Dsimd_scalar.h617 _S_masked_assign(bool __k, _Tp& __lhs, _Tp __rhs) argument
618 { if (__k) __lhs = __rhs; }
623 _S_masked_cassign(const bool __k, _Tp& __lhs, const _Tp __rhs, _Op __op) argument
624 { if (__k) __lhs = __op(_SimdImplScalar{}, __lhs, __rhs); }
736 _GLIBCXX_SIMD_INTRINSIC static void _S_masked_assign(bool __k, bool& __lhs, argument
740 __lhs = __rhs;
H A Dsimd.h3404 [](auto __impl, auto __lhs, auto __rhs) constexpr { \
3405 return __impl.__name(__lhs, __rhs); \
4223 const value_type& __lhs = _M_read(); \
4224 _M_write(__lhs __op __x); \
4979 operator%=(_V& __lhs, const _V& __x)
4980 { return __lhs = __lhs % __x; }
4984 operator&=(_V& __lhs, const _V& __x)
4985 { return __lhs = __lhs
[all...]
H A Dsimd_fixed_size.h1753 _S_masked_assign(const _MaskMember __bits, _SimdTuple<_Tp, _As...>& __lhs,
1757 __lhs, __rhs,
1768 _S_masked_assign(const _MaskMember __bits, _SimdTuple<_Tp, _As...>& __lhs,
1772 __lhs, [&](auto __meta, auto& __native_lhs) constexpr {
1781 _SimdTuple<_Tp, _As...>& __lhs,
1786 __lhs, __rhs,
1797 _SimdTuple<_Tp, _As...>& __lhs,
1801 __lhs, [&](auto __meta, auto& __native_lhs) constexpr {
1970 _S_masked_assign(const _MaskMember __k, _MaskMember& __lhs,
1972 { __lhs
[all...]
H A Dsimd_x86.h4856 _SimdWrapper<bool, _Np>& __lhs,
4859 __lhs._M_data
4860 = (~__k._M_data & __lhs._M_data) | (__k._M_data & __rhs._M_data);
4866 _SimdWrapper<bool, _Np>& __lhs, bool __rhs)
4869 __lhs._M_data = __k._M_data | __lhs._M_data;
4871 __lhs._M_data = ~__k._M_data & __lhs._M_data;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc484 basic_string_view<value_type> __lhs = _M_pathname;
494 __lhs = _M_cmpts.front()._M_pathname;
496 __lhs = {};
510 const size_t __len = __lhs.size() + (int)__add_sep + __rhs.size();
517 __tmp = __lhs;
526 _M_pathname = __lhs;
539 _M_pathname.resize(__lhs.length());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc485 basic_string_view<value_type> __lhs = _M_pathname;
495 __lhs = _M_cmpts.front()._M_pathname;
497 __lhs = {};
511 const size_t __len = __lhs.size() + (int)__add_sep + __rhs.size();
518 __tmp = __lhs;
527 _M_pathname = __lhs;
540 _M_pathname.resize(__lhs.length());
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h923 operator<(const __weak_ptr& __lhs, const __weak_ptr<_Tp1, _Lp>& __rhs) argument
924 { return __lhs._M_less(__rhs); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h933 operator<(const __weak_ptr& __lhs, const __weak_ptr<_Tp1, _Lp>& __rhs) argument
934 { return __lhs._M_less(__rhs); }

Completed in 570 milliseconds

123