Searched refs:is_lt (Results 1 – 4 of 4) sorted by relevance
25 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_lt(partial_ordering __c) noexcept { return __c < 0; } in is_lt() function
25 constexpr bool is_lt (partial_ordering cmp) noexcept { return cmp < 0; }
1705 SYMBOL(is_lt, std::, <compare>)