Home
last modified time | relevance | path

Searched defs:isPrintable (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DUnicode.cpp22 bool isPrintable(int UCS) { in isPrintable() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h139 LLVM_READONLY inline bool isPrintable(unsigned char c) { in isPrintable() function