Home
last modified time | relevance | path

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

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