Searched refs:isHexDigit (Results 1 – 17 of 17) sorted by relevance
88 inline bool isHexDigit(char c) { in isHexDigit() function108 while (I < Text.size() && isHexDigit(Text[I])) in getEscapeSequenceLength()
196 while (isHexDigit(*CurPtr)) in LexHexFloatLiteral()357 if (LexHex && isHexDigit(*LookAhead)) in doHexLookAhead()416 while (isHexDigit(*CurPtr)) { in LexDigit()516 while (isHexDigit(CurPtr[0])) in LexDigit()602 while (isHexDigit(CurPtr[0])) in LexDigit()912 if (LexMotorolaIntegers && isHexDigit(*CurPtr)) in LexToken()
2999 if (i + 1 >= length || !isHexDigit(Str[i + 1])) in parseEscapedString()3005 while (i + 1 < length && isHexDigit(Str[i + 1])) in parseEscapedString()
33 if (!llvm::all_of(Scalar, llvm::isHexDigit)) in input()
188 if (!all_of(Scalar, isHexDigit)) in input()
109 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function
144 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
199 } else if (ThisTokBuf == ThisTokEnd || !isHexDigit(*ThisTokBuf)) { in ProcessCharEscape()474 } else if (ThisTokBuf == ThisTokEnd || !isHexDigit(*ThisTokBuf)) { in ProcessNumericUCNEscape()1223 if (isHexDigit(*s) && *s != 'e' && *s != 'E' && in ParseDecimalOrOctalCommon()1324 if ((c1 == 'x' || c1 == 'X') && (isHexDigit(s[1]) || s[1] == '.')) { in ParseNumberStartingWithZero()1410 } else if (isHexDigit(*s) && in ParseNumberStartingWithZero()1439 } else if ((isHexDigit(*s) && *s != 'e' && *s != 'E' && *s != '.') && in ParseNumberStartingWithZero()
161 while (ptr != ThisTokEnd && (isHexDigit(*ptr) || isDigitSeparator(*ptr))) in SkipHexDigits()
172 static inline bool isHexDigit(const char C) { in isHexDigit() function971 if (!isHexDigit(look())) in parseHexNumber()
222 while (Length < Code.size() && isHexDigit(Code[Length])) in consumeNumberLiteral()228 if (c == '-' || c == '+' || c == '.' || isHexDigit(c)) { in consumeNumberLiteral()
174 BuildId.find_if_not(llvm::isHexDigit, 2) != StringRef::npos) in ConstructJob()
509 while (isHexDigit(CurPtr[0])); in LexNumber()
113 if (!all_of(str, llvm::isHexDigit)) in parseModuleId()
36 return isHexDigit(C); in isHTMLHexCharacterReferenceCharacter()
1455 CheckDI(Checksum->Value.find_if_not(llvm::isHexDigit) == StringRef::npos, in visitDIFile()
6087 } else if (!isHexDigit(StrRef[i])) { in handleUuidAttr()