|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/ObjectYAML/COFFEmitter.cpp 41 StringTable.append(4, char(0));
lib/ProfileData/SampleProf.cpp 225 OutputString.append(1, '\0');
tools/clang/lib/Format/WhitespaceManager.cpp 803 Text.append(Spaces, ' ');
815 Text.append(Spaces, ' ');
824 Text.append(Spaces, ' ');
831 Text.append(Spaces / Style.TabWidth, '\t');
832 Text.append(Spaces % Style.TabWidth, ' ');
834 Text.append(Spaces, ' ');
847 Text.append(Tabs, '\t');
851 Text.append(Spaces, ' ');
856 Text.append(Tabs, '\t');
859 Text.append(Spaces, ' ');
tools/lldb/source/Core/FormatEntity.cpp 280 children.back().string.append(1, ch);
tools/lldb/source/Expression/REPL.cpp 408 code.append(1, '\n');
tools/lldb/source/Host/common/OptionParser.cpp 65 s.append(1, (char)long_options[i].val);
72 s.append(2, ':');
75 s.append(1, ':');
tools/lldb/source/Interpreter/CommandInterpreter.cpp 3075 gdb_format_option.append(1, ' ');
tools/lldb/source/Utility/Args.cpp 462 dst.append(1, '\a');
465 dst.append(1, '\b');
468 dst.append(1, '\f');
471 dst.append(1, '\n');
474 dst.append(1, '\r');
477 dst.append(1, '\t');
480 dst.append(1, '\v');
483 dst.append(1, '\\');
486 dst.append(1, '\'');
489 dst.append(1, '"');
508 dst.append(1, static_cast<char>(octal_value));
528 dst.append(1, static_cast<char>(hex_value));
530 dst.append(1, 'x');
537 dst.append(1, *p);
550 dst.append(1, *p);
tools/lldb/source/Utility/StreamString.cpp 64 m_packet.append(column - line_columns, fill_char);
tools/lldb/source/Utility/StringExtractor.cpp 304 str.append(1, ch);
315 str.append(1, GetHexU8(0, false)), pch = Peek(), nibble_count += 2) {
326 str.append(1, ch);
usr/include/c++/7.4.0/bits/basic_string.h 5946 __str.append(__size_type(1), __rhs);
5997 { return std::move(__lhs.append(1, __rhs)); }
usr/include/c++/7.4.0/bits/basic_string.tcc 1180 __str.append(__size_type(1), __lhs);