Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DFormattedStream.cpp61 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn() argument
66 indent(std::max(int(NewCol - ColumnScanned), 1)); in PadToColumn()
/external/llvm/lib/Support/
DFormattedStream.cpp67 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn() argument
72 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFormattedStream.h122 formatted_raw_ostream &PadToColumn(unsigned NewCol);
/external/llvm/include/llvm/Support/
DFormattedStream.h107 formatted_raw_ostream &PadToColumn(unsigned NewCol);