Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/macros/
H A Doptimization.h22 LIBC_INLINE constexpr bool expects_bool_condition(T value, T expected) { in expects_bool_condition() function
27 #define LIBC_LIKELY(x) LIBC_NAMESPACE::details::expects_bool_condition(x, true)
29 LIBC_NAMESPACE::details::expects_bool_condition(x, false)