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

  /external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp 48 ColumnScanned = CountColumns(ColumnScanned, Scanned,
51 ColumnScanned = CountColumns(ColumnScanned, Ptr, Size);
66 indent(std::max(int(NewCol - ColumnScanned), 1));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 47 /// ColumnScanned - The current output column of the data that's
51 unsigned ColumnScanned;
85 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {
89 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {

Completed in 181 milliseconds