Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/
H A Dbit.h79 countr_zero(T value) { countr_zero() function
85 countr_zero(T value) { countr_zero() function
105 ADD_SPECIALIZATION(countr_zero,unsigned short,__builtin_ctzs) ADD_SPECIALIZATION() argument
/llvm-project/libcxx/include/__bit/
H A Dcountr.h69 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int countr_zero(_Tp __t) noexcept { in countr_zero() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1598 unsigned countr_zero() const { countr_zero() function