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.cpp47 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit() function
2145 unsigned digit = getDigit(*p, radix); in fromString()