Searched defs:has_single_bit (Results 1 – 3 of 3) sorted by relevance
27 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
146 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { in has_single_bit() function
57 has_single_bit(T value) { has_single_bit() function