Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDItaniumMangle.cpp678 llvm::integerPart hexDigit in mangleFloat() local
680 hexDigit >>= (digitBitIndex % llvm::integerPartWidth); in mangleFloat()
681 hexDigit &= 0xF; in mangleFloat()
688 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
/trueos/contrib/llvm/lib/Support/
HDAPFloat.cpp313 unsigned int hexDigit; in trailingHexadecimalFraction() local
328 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()
332 if (hexDigit == -1U) in trailingHexadecimalFraction()