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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp50 inline static unsigned getDigit(char cdigit, uint8_t radix) { function
2149 unsigned digit = getDigit(*p, radix);

Completed in 104 milliseconds