HomeSort by relevance Sort by last modified time
    Searched refs:MaxLen (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
SubtargetFeature.cpp 140 size_t MaxLen = 0;
142 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key));
143 return MaxLen;
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 275 unsigned MaxLen = 0;
278 MaxLen = std::max(MaxLen, (unsigned)I->first.size());
315 << std::string(MaxLen-I->first.size()+1, ' ');

Completed in 139 milliseconds