Home
last modified time | relevance | path

Searched refs:IsHexadecimalDigit (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dcharacters.cpp197 IsHexadecimalDigit(cp[2]) && IsHexadecimalDigit(cp[3])) { in DecodeEscapedCharacter()
Dtoken-parsers.h325 if (!IsHexadecimalDigit(**at)) { in Parse()
Dprescan.cpp486 } while (IsHexadecimalDigit(*at_)); in NextToken()
/external/llvm-project/flang/include/flang/Parser/
Dcharacters.h45 inline constexpr bool IsHexadecimalDigit(char ch) { in IsHexadecimalDigit() function