Home | History | Annotate | Download | only in TableGen

Lines Matching refs:MaxLen

747   unsigned MaxLen = 0;
750 MaxLen = std::max(MaxLen, (unsigned)I.first.size());
763 OS << I.first << " */ " << std::string(MaxLen - I.first.size(), ' ');