Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.cpp64 Result += hexDigitValue(*Buffer); in HexIntToVal()
80 Pair[0] += hexDigitValue(*Buffer); in HexToIntPair()
85 Pair[1] += hexDigitValue(*Buffer); in HexToIntPair()
99 Pair[1] += hexDigitValue(*Buffer); in FP80HexToIntPair()
104 Pair[0] += hexDigitValue(*Buffer); in FP80HexToIntPair()
125 *BOut = hexDigitValue(BIn[1]) * 16 + hexDigitValue(BIn[2]); in UnEscapeLexed()
/external/llvm/include/llvm/ADT/
DStringExtras.h34 static inline unsigned hexDigitValue(char C) { in hexDigitValue() function
/external/clang/lib/Lex/
DLiteralSupport.cpp143 int CharVal = llvm::hexDigitValue(ThisTokBuf[0]); in ProcessCharEscape()
237 int CharVal = llvm::hexDigitValue(ThisTokBuf[0]); in ProcessUCNEscape()
838 N = N * radix + llvm::hexDigitValue(*Ptr); in GetIntegerValue()
855 unsigned C = llvm::hexDigitValue(*Ptr++); in GetIntegerValue()
DPreprocessor.cpp535 unsigned Value = llvm::hexDigitValue(*I); in expandUCNs()
DLexer.cpp2596 unsigned Value = llvm::hexDigitValue(C); in tryReadUCN()
/external/clang/lib/AST/
DCommentLexer.cpp77 CodePoint += llvm::hexDigitValue(C); in resolveHTMLHexCharacterReference()
/external/llvm/lib/Support/
DAPFloat.cpp328 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()
2332 hex_value = hexDigitValue(*p); in convertFromHexadecimalString()
2790 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()