Searched refs:isHexDigit (Results 1 – 15 of 15) sorted by relevance
88 inline bool isHexDigit(char c) { in isHexDigit() function108 while (I < Text.size() && isHexDigit(Text[I])) in getEscapeSequenceLength()
116 while (isHexDigit(*CurPtr)) in LexHexFloatLiteral()277 if (LexHex && isHexDigit(*LookAhead)) in doHexLookAhead()336 while (isHexDigit(*CurPtr)) { in LexDigit()436 while (isHexDigit(CurPtr[0])) in LexDigit()522 while (isHexDigit(CurPtr[0])) in LexDigit()828 if (LexMotorolaIntegers && isHexDigit(*CurPtr)) in LexToken()
3054 if (i + 1 >= length || !isHexDigit(Str[i + 1])) in parseEscapedString()3060 while (i + 1 < length && isHexDigit(Str[i + 1])) in parseEscapedString()
33 if (!llvm::all_of(Scalar, llvm::isHexDigit)) in input()
185 if (!all_of(Scalar, isHexDigit)) in input()
144 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
161 while (ptr != ThisTokEnd && (isHexDigit(*ptr) || isDigitSeparator(*ptr))) in SkipHexDigits()
197 } else if (ThisTokBuf == ThisTokEnd || !isHexDigit(*ThisTokBuf)) { in ProcessCharEscape()473 } else if (ThisTokBuf == ThisTokEnd || !isHexDigit(*ThisTokBuf)) { in ProcessNumericUCNEscape()1221 if (isHexDigit(*s) && *s != 'e' && *s != 'E' && in ParseDecimalOrOctalCommon()1322 if ((c1 == 'x' || c1 == 'X') && (isHexDigit(s[1]) || s[1] == '.')) { in ParseNumberStartingWithZero()1408 } else if (isHexDigit(*s) && in ParseNumberStartingWithZero()
172 static inline bool isHexDigit(const char C) { in isHexDigit() function971 if (!isHexDigit(look())) in parseHexNumber()
108 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function
175 BuildId.find_if_not(llvm::isHexDigit, 2) != StringRef::npos) in ConstructJob()
36 return isHexDigit(C); in isHTMLHexCharacterReferenceCharacter()
113 if (!all_of(str, llvm::isHexDigit)) in parseModuleId()
1384 CheckDI(Checksum->Value.find_if_not(llvm::isHexDigit) == StringRef::npos, in visitDIFile()
5369 } else if (!isHexDigit(StrRef[i])) { in handleUuidAttr()