Home
last modified time | relevance | path

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

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