Home
last modified time | relevance | path

Searched refs:fmt_repeat (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp85 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 DDumpOutputStyle.cpp234 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 DBytesOutputStyle.cpp82 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
H A DMinimalTypeDumper.cpp388 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatAdapters.h97 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst391 S = formatv("{0}", fmt_repeat("hi", 3)); // S == "hihihi"