Home
last modified time | relevance | path

Searched refs:less_equal (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_function.h346 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 Drange_cmp.h165 struct less_equal in _GLIBCXX_VISIBILITY() struct
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_function.h365 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 Dranges_cmp.h165 struct less_equal in _GLIBCXX_VISIBILITY() struct
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc525 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 Dmemory_resource.cc490 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 Dpropagate_const102 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 Dpropagate_const512 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 Dpropagate_const506 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 Dvalarray4497 __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 Dfunctional145 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 Dvariant1652 __lhs.index(), __convert_to_bool<less_equal<>>{}, __lhs, __rhs);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h293 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 Dbitmap_allocator.h292 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1zStatusIssuesStatus.csv107 "`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 Dvariant1201 _VARIANT_RELATION_FUNCTION_TEMPLATE(<=, less_equal)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dvariant1264 _VARIANT_RELATION_FUNCTION_TEMPLATE(<=, less_equal)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20185726 (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 DChangeLog-20191381 * testsuite/20_util/function_objects/range.cmp/less_equal.cc: New test.
6779 less_equal<_Tp*>::operator()): Use __builtin_is_constant_evaluated
H A DChangeLog-20207768 * testsuite/20_util/integer_comparisons/less_equal.cc: Likewise.
7960 * testsuite/20_util/integer_comparisons/less_equal.cc: New test.
H A DChangeLog-2021413 (less_equal): Replace __builtin_is_constant_evaluated and
8046 (ranges::less, ranges::greater, ranges::less_equal)
H A DChangeLog-2013808 greater_equal<void>, less_equal<void>, logical_and<void>,
H A DChangeLog-201475 less_equal, logical_and, logical_or, logical_not, bit_and, bit_or,
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS93439 …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 DMD5SUMS107529 …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