HomeSort by: relevance | last modified time | path
    Searched refs:LabelWidth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.h 98 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth)
99 : P(Other.P), IndentLevel(Other.IndentLevel), LabelWidth(LabelWidth) {}
103 uint32_t LabelWidth = 0;
DumpOutputStyle.cpp 442 fmt_align(Modi, AlignStyle::Right, HeaderScope->LabelWidth), SG.name());
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 381 unsigned &LabelWidth) {
396 LabelWidth = 0;
419 LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size());
512 /// To OS, print a vertical ellipsis (right-justified at LabelWidth) if it would
516 unsigned LabelWidth) {
523 << right_justify(".", LabelWidth);
536 unsigned LabelWidth) {
604 LabelWidth = std::max(LabelWidth, LineNoWidth) + 3
    [all...]

Completed in 18 milliseconds