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

  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
StringToOffsetTable.h 51 unsigned CharsPrinted = 0;
53 if (CharsPrinted > 70) {
55 CharsPrinted = 0;
58 ++CharsPrinted;
72 CharsPrinted += 3;
75 ++CharsPrinted;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 440 size_t CharsPrinted = 0;
442 for (size_t I = 0; I < Line.size(); ++I, CharsPrinted += 2) {
444 ++CharsPrinted;
453 assert(BlockCharWidth >= CharsPrinted);
454 indent(BlockCharWidth - CharsPrinted + 2);

Completed in 22 milliseconds