Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DUnicode.cpp27 bool isPrintable(int UCS) { in isPrintable() function
/llvm-project/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp49 bool RuntimeDebugBuilder::isPrintable(Type *Ty) { in isPrintable() function in RuntimeDebugBuilder
/llvm-project/llvm/unittests/Support/
H A DUnicodeTest.cpp72 TEST(Unicode, isPrintable) { in TEST() argument
/llvm-project/clang/unittests/Basic/
H A DCharInfoTest.cpp314 TEST(CharInfoTest, isPrintable) { in TEST() argument
/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h160 LLVM_READONLY inline bool isPrintable(unsigned char c) { in isPrintable() function