Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DEncoding.h89 inline bool isHexDigit(char c) { in isHexDigit() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCharInfo.h129 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h99 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp175 static inline bool isHexDigit(const char C) { in isHexDigit() function