| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/custom/ |
| H A D | raw-ostream.h | 29 static const T& printable(const T& V) { return V; } in printable() function 34 template <typename T> decltype(auto) printable(const T &V) { in decltype() 36 return StreamSwitch<T>::printable(V); in decltype() 68 static const RawStreamProxy<T> printable(const T &V) { return {V}; } 78 printable(const llvm::Optional<T> &V) {
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | JSON.td | 82 // CHECK: data['VarObj']['base']['printable'] == 'D' 88 // CHECK: data['VarObj']['d']['operator']['printable'] == 'ExampleDagOp' 90 // CHECK: data['VarObj']['d']['printable'] == '(ExampleDagOp 22, "hello":$foo)' 96 // CHECK: data['VarObj']['ref_int']['printable'] == 'undef_int' 107 // CHECK: data['VarObj']['ref_bits'][1]['printable'] == 'undef_bits{1}' 111 // CHECK: data['VarObj']['ref_bits'][0]['printable'] == 'undef_bits{0}' 115 // CHECK: data['VarObj']['complex_ref_int']['printable'] == '!add(undef_int, 2)'
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-strings.rst | 15 :program:`strings`, which looks for printable strings in files and writes them 16 to the standard output stream. A printable string is any sequence of four (by 17 default) or more printable ASCII characters. The end of the file, or any other 48 Set the minimum number of printable ASCII characters required for a sequence of
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-message.h | 132 *ss_ << llvm_gtest::printable(val); 154 *ss_ << llvm_gtest::printable(pointer);
|
| H A D | gtest-printers.h | 291 *os << ::llvm_gtest::printable(value); in DefaultPrintNonContainerTo()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | StringPrinter.cpp | 337 auto printable = in DumpEncodedBufferToStream() local 339 auto printable_bytes = printable.GetBytes(); in DumpEncodedBufferToStream() 340 auto printable_size = printable.GetSize(); in DumpEncodedBufferToStream()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | raw-string-literal.rst | 37 and octal or hexadecimal escapes for printable ASCII characters.
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | file_extract.py | 148 if c in string.printable or ord(c) == 0:
|
| H A D | gdbremote.py | 335 if all(c in string.printable for c in s):
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | CoreProperties.td | 173 …Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting …
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | formatting.rst | 166 you to desensitize control characters and also emit non-printable characters.
|
| H A D | variable.rst | 268 | ``printable character`` | C | show the bytes as printable AS…
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | vscode.py | 44 if ch in string.printable and ch not in string.whitespace:
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | BackEnds.rst | 547 which kind of value the object represents, and ``printable`` is a 580 ``printable`` field can be used to extract a representation of them
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SymbolizerMarkupFormat.rst | 150 A string of printable characters, not including ``:`` or ``}``.
|
| H A D | MIRLangRef.rst | 719 special non-printable characters in it.
|
| H A D | WritingAnLLVMBackend.rst | 1648 the LLVM to printable assembly. The implementation must include the following
|
| H A D | LangRef.rst | 2663 The strings can contain any character by escaping non-printable 5217 contain any character by escaping non-printable characters with
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regengine.inc | 1038 - pchar - make a character printable
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 82 // (e.g. '#' or '$') are not acceptable. If any non-printable or
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 519 non-printable characters (as octal "\\xxx").
|