Home
last modified time | relevance | path

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

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