/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | print.h | 44 bool isPrint; member 49 bool isPrint; member 54 bool isPrint; member 59 bool isPrint; member 64 bool isPrint; member 69 bool isPrint; member
|
D | print.cpp | 58 if (isPrint) { in operator const char*() 66 if (isPrint) { in operator const char*() 74 if (isPrint) { in operator const char*() 82 if (isPrint) { in operator const char*() 90 if (isPrint) { in operator const char*() 102 if (isPrint) { in operator const char*()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | print.h | 44 bool isPrint; member 49 bool isPrint; member 54 bool isPrint; member 59 bool isPrint; member 64 bool isPrint; member 69 bool isPrint; member
|
D | print.cpp | 58 if (isPrint) { in operator const char*() 66 if (isPrint) { in operator const char*() 74 if (isPrint) { in operator const char*() 82 if (isPrint) { in operator const char*() 90 if (isPrint) { in operator const char*() 102 if (isPrint) { in operator const char*()
|
/external/llvm-project/llvm/unittests/ADT/ |
D | StringExtrasTest.cpp | 15 TEST(StringExtrasTest, isPrint) { in TEST() argument 16 EXPECT_FALSE(isPrint('\0')); in TEST() 17 EXPECT_FALSE(isPrint('\t')); in TEST() 18 EXPECT_TRUE(isPrint('0')); in TEST() 19 EXPECT_TRUE(isPrint('a')); in TEST() 20 EXPECT_TRUE(isPrint('A')); in TEST() 21 EXPECT_TRUE(isPrint(' ')); in TEST() 22 EXPECT_TRUE(isPrint('~')); in TEST() 23 EXPECT_TRUE(isPrint('?')); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | Locale.h | 11 bool isPrint(int c);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Locale.h | 11 bool isPrint(int c);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Locale.h | 11 bool isPrint(int c);
|
/external/llvm-project/llvm/lib/Support/ |
D | Locale.cpp | 13 bool isPrint(int UCS) { in isPrint() function
|
D | StringExtras.cpp | 67 else if (isPrint(C) && C != '"') in printEscapedString()
|
D | raw_ostream.cpp | 180 if (isPrint(c)) { in write_escaped() 459 if (isPrint(Byte)) in operator <<()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Locale.cpp | 13 bool isPrint(int UCS) { in isPrint() function
|
D | StringExtras.cpp | 65 else if (isPrint(C) && C != '"') in printEscapedString()
|
D | raw_ostream.cpp | 182 if (isPrint(c)) { in write_escaped() 458 if (isPrint(Byte)) in operator <<()
|
/external/llvm/lib/Support/ |
D | Locale.cpp | 18 bool isPrint(int UCS) { in isPrint() function
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | OptionDefinition.h | 50 return llvm::isPrint(short_option); in HasShortOption()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 52 W << (isPrint(Start[i]) ? static_cast<char>(Start[i]) : '.'); in printAsPrintable() 177 W.startLine() << (isPrint(TmpSecPtr[i]) in printSectionsAsHex()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | RawStringLiteral.cpp | 77 if (!llvm::isPrint(C) && C != '\n' && C != '\t') in canBeRaw()
|
/external/llvm-project/llvm/tools/llvm-strings/ |
D | llvm-strings.cpp | 85 if (isPrint(*P) || *P == '\t') { in strings()
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 158 inline void isPrint(UChar32 ch) in isPrint() function
|
D | charperf.cpp | 168 return new CharPerfFunction(isPrint, MIN_, MAX_); in TestIsPrint()
|
/external/llvm-project/lldb/source/Utility/ |
D | Event.cpp | 128 std::count_if(m_bytes.begin(), m_bytes.end(), llvm::isPrint); in Dump()
|
/external/llvm-project/lldb/source/Core/ |
D | DumpDataExtractor.cpp | 222 if (llvm::isPrint(c)) { in DumpCharacter() 350 if (llvm::isPrint(ch)) in DumpDataExtractor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 105 inline bool isPrint(char C) { in isPrint() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | StringExtras.h | 117 inline bool isPrint(char C) { in isPrint() function
|