Home
last modified time | relevance | path

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

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