Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/
Dinteger_literals.h55 template <typename T, int base> struct DigitBuffer { struct
72 constexpr DigitBuffer(const char *str) { in DigitBuffer() argument
79 LIBC_INLINE static constexpr uint8_t get_digit_value(const char c) { in get_digit_value()
113 const DigitBuffer<T, base> buffer(str); in parse() argument