Home
last modified time | relevance | path

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

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