Searched refs:less_equal (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | stl_function.h | 365 struct less_equal; in _GLIBCXX_VISIBILITY() 423 struct less_equal : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() 478 struct less_equal<_Tp*> : public binary_function<_Tp*, _Tp*, bool> in _GLIBCXX_VISIBILITY() 709 struct less_equal<void> in _GLIBCXX_VISIBILITY() 724 { return less_equal<common_type_t<_Tp*, _Up*>>{}(__t, __u); } in _GLIBCXX_VISIBILITY() 738 return less_equal<const volatile void*>{}( in _GLIBCXX_VISIBILITY()
|
| D | ranges_cmp.h | 165 struct less_equal in _GLIBCXX_VISIBILITY() struct
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | bitmap_allocator.h | 292 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second) in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | variant | 1264 _VARIANT_RELATION_FUNCTION_TEMPLATE(<=, less_equal)
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2018 | 5726 (less_equal::__not_overloaded): Fix ambiguous specializations. 5786 (greater_equal<_Tp*>, less_equal<_Tp>*): Add partial specializations 5788 (greater<void>, less<void>, greater_equal<void>, less_equal<void>):
|
| D | ChangeLog-2019 | 1381 * testsuite/20_util/function_objects/range.cmp/less_equal.cc: New test. 6779 less_equal<_Tp*>::operator()): Use __builtin_is_constant_evaluated
|
| D | ChangeLog-2021 | 413 (less_equal): Replace __builtin_is_constant_evaluated and 8046 (ranges::less, ranges::greater, ranges::less_equal)
|
| D | ChangeLog-2020 | 7768 * testsuite/20_util/integer_comparisons/less_equal.cc: Likewise. 7960 * testsuite/20_util/integer_comparisons/less_equal.cc: New test.
|
| D | ChangeLog-2013 | 808 greater_equal<void>, less_equal<void>, logical_and<void>,
|
| D | ChangeLog-2014 | 75 less_equal, logical_and, logical_or, logical_not, bit_and, bit_or,
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 107529 …5a0d89e5008c592cd7ecfa30f0 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/less_equal.cc 107582 76d73b729a2e310b6506fd91d652821b libstdc++-v3/testsuite/20_util/integer_comparisons/less_equal.cc
|