Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dfunction.h79 using std::less_equal;
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dpropagate_const103 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 Dstl_function.h241 struct less_equal : public binary_function<_Tp, _Tp, bool> struct
/freebsd-12.1/usr.bin/dtc/
H A Dinput_buffer.cc755 expr = new binary_operator<8, std::less_equal<valty>>(l, "<="); in parse_binary_expression()
/freebsd-12.1/contrib/libc++/include/
H A Dvalarray4519 __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 Dfunctional143 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 Dvariant1516 __lhs.index(), __convert_to_bool<less_equal<>>{}, __lhs, __rhs);
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h324 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)