Searched refs:expects_bool_condition (Results 1 – 1 of 1) sorted by relevance
22 LIBC_INLINE constexpr bool expects_bool_condition(T value, T expected) { in expects_bool_condition() function27 #define LIBC_LIKELY(x) LIBC_NAMESPACE::details::expects_bool_condition(x, true)29 LIBC_NAMESPACE::details::expects_bool_condition(x, false)