| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | stl_function.h | 346 struct less_equal; in _GLIBCXX_VISIBILITY() 401 struct less_equal : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() 468 struct less_equal<_Tp*> : public binary_function<_Tp*, _Tp*, bool> in _GLIBCXX_VISIBILITY() 702 struct less_equal<void> in _GLIBCXX_VISIBILITY() 717 { return less_equal<common_type_t<_Tp*, _Up*>>{}(__t, __u); } in _GLIBCXX_VISIBILITY() 731 return less_equal<const volatile void*>{}( in _GLIBCXX_VISIBILITY()
|
| H A D | range_cmp.h | 165 struct less_equal in _GLIBCXX_VISIBILITY() struct
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A 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()
|
| H A D | ranges_cmp.h | 165 struct less_equal in _GLIBCXX_VISIBILITY() struct
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | memory_resource.cc | 525 std::less_equal<uintptr_t> less_equal; in owns() local 526 return less_equal(reinterpret_cast<uintptr_t>(_M_p), in owns() 528 && less_equal(reinterpret_cast<uintptr_t>(p) + block_size, in owns()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | memory_resource.cc | 490 std::less_equal<uintptr_t> less_equal; in owns() local 491 return less_equal(reinterpret_cast<uintptr_t>(_M_p), in owns() 493 && less_equal(reinterpret_cast<uintptr_t>(p) + block_size, in owns()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
| H A D | propagate_const | 102 template <class T> struct less_equal<experimental::fundamentals_v2::propagate_const<T>>; 549 struct less_equal<experimental::fundamentals_v2::propagate_const<_Tp>> 557 …return std::less_equal<_Tp>()(_VSTD_LFTS_V2::get_underlying(__pc1), _VSTD_LFTS_V2::get_underlying(…
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
| H A D | propagate_const | 512 struct less_equal<experimental::propagate_const<_Tp>> 518 return less_equal<_Tp>{}(get_underlying(__x), get_underlying(__y));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
| H A D | propagate_const | 506 struct less_equal<experimental::propagate_const<_Tp>> 512 return less_equal<_Tp>{}(get_underlying(__x), get_underlying(__y));
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | valarray | 4497 __val_expr<_BinaryOp<less_equal<typename _Expr1::value_type>, _Expr1, _Expr2> > 4502 typedef _BinaryOp<less_equal<value_type>, _Expr1, _Expr2> _Op; 4503 return __val_expr<_Op>(_Op(less_equal<value_type>(), __x, __y)); 4511 __val_expr<_BinaryOp<less_equal<typename _Expr::value_type>, 4517 typedef _BinaryOp<less_equal<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4518 return __val_expr<_Op>(_Op(less_equal<value_type>(), 4527 __val_expr<_BinaryOp<less_equal<typename _Expr::value_type>, 4533 typedef _BinaryOp<less_equal<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4534 return __val_expr<_Op>(_Op(less_equal<value_type>(),
|
| H A D | functional | 145 struct less_equal : binary_function<T, T, bool> 805 struct _LIBCPP_TEMPLATE_VIS less_equal : binary_function<_Tp, _Tp, bool> 814 struct _LIBCPP_TEMPLATE_VIS less_equal<void> 3286 struct less_equal {
|
| H A D | variant | 1652 __lhs.index(), __convert_to_bool<less_equal<>>{}, __lhs, __rhs);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | bitmap_allocator.h | 293 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | bitmap_allocator.h | 292 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx1zStatusIssuesStatus.csv | 107 "`2450 <https://wg21.link/LWG2450>`__","``(greater|less|greater_equal|less_equal)<void>``\ do not …
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | variant | 1201 _VARIANT_RELATION_FUNCTION_TEMPLATE(<=, less_equal)
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | variant | 1264 _VARIANT_RELATION_FUNCTION_TEMPLATE(<=, less_equal)
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A 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>):
|
| H A 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
|
| H A D | ChangeLog-2020 | 7768 * testsuite/20_util/integer_comparisons/less_equal.cc: Likewise. 7960 * testsuite/20_util/integer_comparisons/less_equal.cc: New test.
|
| H A D | ChangeLog-2021 | 413 (less_equal): Replace __builtin_is_constant_evaluated and 8046 (ranges::less, ranges::greater, ranges::less_equal)
|
| H A D | ChangeLog-2013 | 808 greater_equal<void>, less_equal<void>, logical_and<void>,
|
| H A D | ChangeLog-2014 | 75 less_equal, logical_and, logical_or, logical_not, bit_and, bit_or,
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 93439 …136281951853f88433165f6865 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/less_equal.cc 93492 f05ebd715af452ae8c128db819daa930 libstdc++-v3/testsuite/20_util/integer_comparisons/less_equal.cc
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A 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
|