Home
last modified time | relevance | path

Searched defs:has_single_bit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dhas_single_bit.h27 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h110 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { has_single_bit() function