Searched refs:LabelWidth (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 385 unsigned &LabelWidth) { in BuildInputAnnotations() argument 400 LabelWidth = 0; in BuildInputAnnotations() 422 LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size()); in BuildInputAnnotations() 519 unsigned LabelWidth) { in DumpEllipsisOrElidedLines() argument 526 << right_justify(".", LabelWidth); in DumpEllipsisOrElidedLines() 539 unsigned LabelWidth) { in DumpAnnotatedInput() argument 607 LabelWidth = std::max(LabelWidth, LineNoWidth) + 3; in DumpAnnotatedInput() 644 DumpEllipsisOrElidedLines(OS, ElidedLinesOS.str(), LabelWidth); in DumpAnnotatedInput() 650 << format_decimal(Line, LabelWidth) << ": "; in DumpAnnotatedInput() 703 COS << left_justify(AnnotationItr->Label, LabelWidth) << " "; in DumpAnnotatedInput() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 120 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() 121 : P(Other.P), IndentLevel(Other.IndentLevel), LabelWidth(LabelWidth) {} in PrintScope() 125 uint32_t LabelWidth = 0; member
|
| H A D | InputFile.h | 170 fmt_align(Modi, AlignStyle::Right, HeaderScope.LabelWidth), SG.name()); in iterateOneModule()
|
| /openbsd-src/lib/libcurses/base/ |
| H A D | lib_slk.c | 58 #define LabelWidth InfoOf(SP_PARM).labelwidth macro 63 #define LabelWidth label_width 182 ? LabelWidth * LabelHeight in _nc_slk_initialize()
|