Searched refs:isPrint (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLocale.h11 bool isPrint(int c);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DLocale.cpp13 bool isPrint(int UCS) { function in namespace:llvm::sys::locale
H A DStringExtras.cpp67 else if (isPrint(C) && C != '"')
H A Draw_ostream.cpp182 if (isPrint(c)) {
461 if (isPrint(Byte))
H A Dregengine.inc1016 if (isPrint(ch) || ch == ' ')
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp85 if (isPrint(*P) || *P == '\t') {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp37 W << (isPrint(Start[i]) ? static_cast<char>(Start[i]) : '.');
163 W.startLine() << (isPrint(TmpSecPtr[i])
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h46 return llvm::isPrint(ch);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp128 std::count_if(m_bytes.begin(), m_bytes.end(), llvm::isPrint);
H A DArgs.cpp549 if (llvm::isPrint(*p))
H A DDataExtractor.cpp936 sstr.Printf(" %c", llvm::isPrint(ch) ? ch : ' ');
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h105 inline bool isPrint(char C) { function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp940 if (!isPrint(static_cast<unsigned char>(Record[j]))) {
964 if (!isPrint(static_cast<unsigned char>(Blob[i]))) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp222 if (llvm::isPrint(c)) {
350 if (llvm::isPrint(ch))
H A DIOHandlerCursesGUI.cpp922 if (llvm::isPrint(shortcut_key)) {
951 if (!underlined_shortcut && llvm::isPrint(m_key_value)) {
2718 if (llvm::isPrint(ch))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp136 if (!llvm::sys::locale::isPrint(c)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp792 if (llvm::sys::locale::isPrint(c) || c == '\t') {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp148 [](char c) { return isPrint(c) || isSpace(c); });
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp766 if (!llvm::isPrint(c) && !llvm::isSpace(c)) {
H A DGDBRemoteCommunicationClient.cpp844 if (llvm::isPrint(*p)) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1519 AsciiData[NumBytes] = isPrint(Byte) ? Byte : '.';
2337 if (isPrint(static_cast<unsigned char>(Contents[Addr + I]) & 0xFF))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp975 if (isPrint((unsigned char)C)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7543 if (!llvm::sys::locale::isPrint(*csStart)) {

Completed in 241 milliseconds