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

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp313 unsigned int hexDigit; local
328 hexDigit = hexDigitValue(*p);
332 if (hexDigit == -1U)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp678 llvm::integerPart hexDigit local
680 hexDigit >>= (digitBitIndex % llvm::integerPartWidth);
681 hexDigit &= 0xF;
688 buffer[stringIndex] = charForHex[hexDigit];

Completed in 185 milliseconds