Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h146 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { in has_single_bit() function
/llvm-project/libc/src/__support/CPP/
H A Dbit.h57 has_single_bit(T value) { has_single_bit() function