Home
last modified time | relevance | path

Searched defs:isHexDigit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h88 inline bool isHexDigit(char c) { in isHexDigit() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h144 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h108 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp172 static inline bool isHexDigit(const char C) { in isHexDigit() function