Searched refs:__lhs (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dsafe_iterator.h376 _M_get_distance(const _Iterator1& __lhs, const _Iterator2& __rhs) argument
380 return _M_get_distance(__lhs, __rhs, _Category());
385 _M_get_distance(const _Iterator1& __lhs, const _Iterator2& __rhs, argument
388 return std::make_pair(__rhs.base() - __lhs.base(), __dp_exact);
393 _M_get_distance(const _Iterator1& __lhs, const _Iterator2& __rhs, argument
396 return std::make_pair(__lhs.base() == __rhs.base()? 0 : 1,
411 operator==(const _Safe_iterator<_IteratorL, _Sequence>& __lhs, argument
414 _GLIBCXX_DEBUG_VERIFY(! __lhs._M_singular() && ! __rhs._M_singular(),
416 ._M_iterator(__lhs, "lhs")
418 _GLIBCXX_DEBUG_VERIFY(__lhs
427 operator ==(const _Safe_iterator<_Iterator, _Sequence>& __lhs, const _Safe_iterator<_Iterator, _Sequence>& __rhs) argument
443 operator !=(const _Safe_iterator<_IteratorL, _Sequence>& __lhs, const _Safe_iterator<_IteratorR, _Sequence>& __rhs) argument
459 operator !=(const _Safe_iterator<_Iterator, _Sequence>& __lhs, const _Safe_iterator<_Iterator, _Sequence>& __rhs) argument
475 operator <(const _Safe_iterator<_IteratorL, _Sequence>& __lhs, const _Safe_iterator<_IteratorR, _Sequence>& __rhs) argument
491 operator <(const _Safe_iterator<_Iterator, _Sequence>& __lhs, const _Safe_iterator<_Iterator, _Sequence>& __rhs) argument
507 operator <=(const _Safe_iterator<_IteratorL, _Sequence>& __lhs, const _Safe_iterator<_IteratorR, _Sequence>& __rhs) argument
523 operator <=(const _Safe_iterator<_Iterator, _Sequence>& __lhs, const _Safe_iterator<_Iterator, _Sequence>& __rhs) argument
539 operator >(const _Safe_iterator<_IteratorL, _Sequence>& __lhs, const _Safe_iterator<_IteratorR, _Sequence>& __rhs) argument
555 operator >(const _Safe_iterator<_Iterator, _Sequence>& __lhs, const _Safe_iterator<_Iterator, _Sequence>& __rhs) argument
571 operator >=(const _Safe_iterator<_IteratorL, _Sequence>& __lhs, const _Safe_iterator<_IteratorR, _Sequence>& __rhs) argument
587 operator >=(const _Safe_iterator<_Iterator, _Sequence>& __lhs, const _Safe_iterator<_Iterator, _Sequence>& __rhs) argument
607 operator -(const _Safe_iterator<_IteratorL, _Sequence>& __lhs, const _Safe_iterator<_IteratorR, _Sequence>& __rhs) argument
623 operator -(const _Safe_iterator<_Iterator, _Sequence>& __lhs, const _Safe_iterator<_Iterator, _Sequence>& __rhs) argument
[all...]
H A Dmultiset.h285 operator==(const multiset<_Key,_Compare,_Allocator>& __lhs, argument
287 { return __lhs._M_base() == __rhs._M_base(); }
291 operator!=(const multiset<_Key,_Compare,_Allocator>& __lhs, argument
293 { return __lhs._M_base() != __rhs._M_base(); }
297 operator<(const multiset<_Key,_Compare,_Allocator>& __lhs, argument
299 { return __lhs._M_base() < __rhs._M_base(); }
303 operator<=(const multiset<_Key,_Compare,_Allocator>& __lhs, argument
305 { return __lhs._M_base() <= __rhs._M_base(); }
309 operator>=(const multiset<_Key,_Compare,_Allocator>& __lhs, argument
311 { return __lhs
315 operator >(const multiset<_Key,_Compare,_Allocator>& __lhs, const multiset<_Key,_Compare,_Allocator>& __rhs) argument
[all...]
H A Dset.h290 operator==(const set<_Key,_Compare,_Allocator>& __lhs, argument
292 { return __lhs._M_base() == __rhs._M_base(); }
296 operator!=(const set<_Key,_Compare,_Allocator>& __lhs, argument
298 { return __lhs._M_base() != __rhs._M_base(); }
302 operator<(const set<_Key,_Compare,_Allocator>& __lhs, argument
304 { return __lhs._M_base() < __rhs._M_base(); }
308 operator<=(const set<_Key,_Compare,_Allocator>& __lhs, argument
310 { return __lhs._M_base() <= __rhs._M_base(); }
314 operator>=(const set<_Key,_Compare,_Allocator>& __lhs, argument
316 { return __lhs
320 operator >(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
[all...]
H A Dmap.h290 operator==(const map<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
292 { return __lhs._M_base() == __rhs._M_base(); }
296 operator!=(const map<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
298 { return __lhs._M_base() != __rhs._M_base(); }
302 operator<(const map<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
304 { return __lhs._M_base() < __rhs._M_base(); }
308 operator<=(const map<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
310 { return __lhs._M_base() <= __rhs._M_base(); }
314 operator>=(const map<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
316 { return __lhs
320 operator >(const map<_Key,_Tp,_Compare,_Allocator>& __lhs, const map<_Key,_Tp,_Compare,_Allocator>& __rhs) argument
326 swap(map<_Key,_Tp,_Compare,_Allocator>& __lhs, map<_Key,_Tp,_Compare,_Allocator>& __rhs) argument
[all...]
H A Dmultimap.h277 operator==(const multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
279 { return __lhs._M_base() == __rhs._M_base(); }
283 operator!=(const multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
285 { return __lhs._M_base() != __rhs._M_base(); }
289 operator<(const multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
291 { return __lhs._M_base() < __rhs._M_base(); }
295 operator<=(const multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
297 { return __lhs._M_base() <= __rhs._M_base(); }
301 operator>=(const multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, argument
303 { return __lhs
307 operator >(const multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, const multimap<_Key,_Tp,_Compare,_Allocator>& __rhs) argument
313 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, multimap<_Key,_Tp,_Compare,_Allocator>& __rhs) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dpostypes.h199 operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) argument
200 { return streamoff(__lhs) == streamoff(__rhs); }
204 operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) argument
205 { return streamoff(__lhs) != streamoff(__rhs); }
H A Dstl_iterator.h732 operator==(const __normal_iterator<_IteratorL, _Container>& __lhs, argument
734 { return __lhs.base() == __rhs.base(); }
738 operator==(const __normal_iterator<_Iterator, _Container>& __lhs, argument
740 { return __lhs.base() == __rhs.base(); }
744 operator!=(const __normal_iterator<_IteratorL, _Container>& __lhs, argument
746 { return __lhs.base() != __rhs.base(); }
750 operator!=(const __normal_iterator<_Iterator, _Container>& __lhs, argument
752 { return __lhs.base() != __rhs.base(); }
757 operator<(const __normal_iterator<_IteratorL, _Container>& __lhs, argument
759 { return __lhs
763 operator <(const __normal_iterator<_Iterator, _Container>& __lhs, const __normal_iterator<_Iterator, _Container>& __rhs) argument
769 operator >(const __normal_iterator<_IteratorL, _Container>& __lhs, const __normal_iterator<_IteratorR, _Container>& __rhs) argument
775 operator >(const __normal_iterator<_Iterator, _Container>& __lhs, const __normal_iterator<_Iterator, _Container>& __rhs) argument
781 operator <=(const __normal_iterator<_IteratorL, _Container>& __lhs, const __normal_iterator<_IteratorR, _Container>& __rhs) argument
787 operator <=(const __normal_iterator<_Iterator, _Container>& __lhs, const __normal_iterator<_Iterator, _Container>& __rhs) argument
793 operator >=(const __normal_iterator<_IteratorL, _Container>& __lhs, const __normal_iterator<_IteratorR, _Container>& __rhs) argument
799 operator >=(const __normal_iterator<_Iterator, _Container>& __lhs, const __normal_iterator<_Iterator, _Container>& __rhs) argument
809 operator -(const __normal_iterator<_IteratorL, _Container>& __lhs, const __normal_iterator<_IteratorR, _Container>& __rhs) argument
815 operator -(const __normal_iterator<_Iterator, _Container>& __lhs, const __normal_iterator<_Iterator, _Container>& __rhs) argument
[all...]
H A Dbasic_string.h2081 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, argument
2084 basic_string<_CharT, _Traits, _Alloc> __str(__lhs);
2097 operator+(const _CharT* __lhs,
2108 operator+(_CharT __lhs, const basic_string<_CharT,_Traits,_Alloc>& __rhs);
2118 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, argument
2121 basic_string<_CharT, _Traits, _Alloc> __str(__lhs);
2134 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) argument
2138 __string_type __str(__lhs);
2152 operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, argument
2154 { return __lhs
2164 operator ==(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2176 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2189 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2201 operator !=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2213 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2226 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2238 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2250 operator <(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2263 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2275 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2287 operator >(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2300 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2312 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2324 operator <=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2337 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2349 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2361 operator >=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2374 swap(basic_string<_CharT, _Traits, _Alloc>& __lhs, basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring.h1805 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1817 operator+(const _CharT* __lhs,
1829 operator+(_CharT __lhs,
1841 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1853 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1866 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, argument
1868 { return __lhs.compare(__rhs) == 0; }
1879 operator==(const _CharT* __lhs, argument
1881 { return __rhs.compare(__lhs) == 0; }
1892 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, argument
1906 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1919 operator !=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1932 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
1946 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1959 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
1972 operator <(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1986 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1999 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2012 operator >(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2026 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2039 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2052 operator <=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2066 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2079 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2092 operator >=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2106 swap(__versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h912 operator<(const __weak_ptr& __lhs, const __weak_ptr<_Tp1, _Lp>& __rhs) argument
913 { return __lhs._M_less(__rhs); }

Completed in 202 milliseconds