Searched refs:less_equal (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | function.h | 79 using std::less_equal;
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | propagate_const | 103 template <class T> struct less_equal<experimental::fundamentals_v2::propagate_const<T>>; 550 struct less_equal<experimental::fundamentals_v2::propagate_const<_Tp>> 558 …return std::less_equal<_Tp>()(_VSTD_LFTS_V2::get_underlying(__pc1), _VSTD_LFTS_V2::get_underlying(…
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_function.h | 241 struct less_equal : public binary_function<_Tp, _Tp, bool> struct
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | input_buffer.cc | 755 expr = new binary_operator<8, std::less_equal<valty>>(l, "<="); in parse_binary_expression()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | valarray | 4519 __val_expr<_BinaryOp<less_equal<typename _Expr1::value_type>, _Expr1, _Expr2> > 4524 typedef _BinaryOp<less_equal<value_type>, _Expr1, _Expr2> _Op; 4525 return __val_expr<_Op>(_Op(less_equal<value_type>(), __x, __y)); 4533 __val_expr<_BinaryOp<less_equal<typename _Expr::value_type>, 4539 typedef _BinaryOp<less_equal<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4540 return __val_expr<_Op>(_Op(less_equal<value_type>(), 4549 __val_expr<_BinaryOp<less_equal<typename _Expr::value_type>, 4555 typedef _BinaryOp<less_equal<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4556 return __val_expr<_Op>(_Op(less_equal<value_type>(),
|
| H A D | functional | 143 struct less_equal : binary_function<T, T, bool> 784 struct _LIBCPP_TEMPLATE_VIS less_equal : binary_function<_Tp, _Tp, bool> 793 struct _LIBCPP_TEMPLATE_VIS less_equal<void>
|
| H A D | variant | 1516 __lhs.index(), __convert_to_bool<less_equal<>>{}, __lhs, __rhs);
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | bitmap_allocator.h | 324 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)
|