Home
last modified time | relevance | path

Searched refs:ItemsLeft (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp814 uint32_t ItemsLeft = E.LineNumbers.size(); in typesetLinesAndColumns() local
816 while (ItemsLeft != 0) { in typesetLinesAndColumns()
817 uint32_t RowColumns = std::min(ItemsLeft, ColumnsPerRow); in typesetLinesAndColumns()
833 --ItemsLeft; in typesetLinesAndColumns()