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