Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dutils.h108 template <typename T> struct StrictIntegralType { struct
113 LIBC_INLINE StrictIntegralType(U value) : value(value) {} in StrictIntegralType() function
133 LIBC_INLINE static constexpr StrictIntegralType zero() { return {T(0)}; } in zero() argument
134 LIBC_INLINE static constexpr StrictIntegralType nonzero() { return {T(1)}; } in nonzero() argument