Searched defs:isHexDigit (Results 1 – 4 of 4) sorted by relevance
89 inline bool isHexDigit(char c) { in isHexDigit() function
129 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
99 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function
175 static inline bool isHexDigit(const char C) { in isHexDigit() function