Home
last modified time | relevance | path

Searched refs:getDigit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp49 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit() function
2115 unsigned digit = getDigit(*p, radix); in fromString()