Searched refs:fmt_repeat (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | FormatUtil.cpp | 85 Result += std::string(formatv("{0}", fmt_repeat(' ', IndentLevel))); in typesetItemList() 95 Result += std::string(formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S)); in typesetStringList()
|
H A D | DumpOutputStyle.cpp | 234 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader() 337 P.formatLine("{0}", fmt_repeat('-', 74)); in printModuleDetailStats() 404 fmt_repeat(' ', NumDigits(StreamCount)), in dumpStreamSummary() 717 P.formatLine("{0}", fmt_repeat('-', 74)); in dumpTypeStats() 866 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats() 874 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats() 879 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
|
H A D | BytesOutputStyle.cpp | 82 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
|
H A D | MinimalTypeDumper.cpp | 388 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FormatAdapters.h | 97 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ProgrammersManual.rst | 391 S = formatv("{0}", fmt_repeat("hi", 3)); // S == "hihihi"
|