Home
last modified time | relevance | path

Searched refs:printable (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/custom/
H A Draw-ostream.h29 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 DJSON.td82 // 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 Dllvm-strings.rst15 :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 Dgtest-message.h132 *ss_ << llvm_gtest::printable(val);
154 *ss_ << llvm_gtest::printable(pointer);
H A Dgtest-printers.h291 *os << ::llvm_gtest::printable(value); in DefaultPrintNonContainerTo()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DStringPrinter.cpp337 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 Draw-string-literal.rst37 and octal or hexadecimal escapes for printable ASCII characters.
/llvm-project-15.0.7/lldb/examples/python/
H A Dfile_extract.py148 if c in string.printable or ord(c) == 0:
H A Dgdbremote.py335 if all(c in string.printable for c in s):
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td173 …Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting …
/llvm-project-15.0.7/lldb/docs/use/
H A Dformatting.rst166 you to desensitize control characters and also emit non-printable characters.
H A Dvariable.rst268 | ``printable character`` | C | show the bytes as printable AS…
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py44 if ch in string.printable and ch not in string.whitespace:
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackEnds.rst547 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 DSymbolizerMarkupFormat.rst150 A string of printable characters, not including ``:`` or ``}``.
H A DMIRLangRef.rst719 special non-printable characters in it.
H A DWritingAnLLVMBackend.rst1648 the LLVM to printable assembly. The implementation must include the following
H A DLangRef.rst2663 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 Dregengine.inc1038 - pchar - make a character printable
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-gdb-remote.txt82 // (e.g. '#' or '$') are not acceptable. If any non-printable or
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst519 non-printable characters (as octal "\\xxx").