Searched refs:MaxValLen (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Statistic.cpp | 112 unsigned MaxNameLen = 0, MaxValLen = 0; in PrintStatistics() local 114 MaxValLen = std::max(MaxValLen, in PrintStatistics() 131 OS << std::string(MaxValLen-CountStr.size(), ' ') in PrintStatistics()
|
/external/llvm/lib/Support/ |
D | Statistic.cpp | 122 unsigned MaxDebugTypeLen = 0, MaxValLen = 0; in PrintStatistics() local 124 MaxValLen = std::max(MaxValLen, in PrintStatistics() 140 MaxValLen, Stats.Stats[i]->getValue(), in PrintStatistics()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Statistic.cpp | 177 unsigned MaxDebugTypeLen = 0, MaxValLen = 0; in PrintStatistics() local 179 MaxValLen = std::max(MaxValLen, in PrintStatistics() 195 MaxValLen, Stats.Stats[i]->getValue(), in PrintStatistics()
|