OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewCol
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Support/
FormattedStream.cpp
65
/// \param
NewCol
- The column to move to.
67
formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned
NewCol
) {
72
indent(std::max(int(
NewCol
- getColumn()), 1));
/external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp
59
/// \param
NewCol
- The column to move to.
61
formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned
NewCol
) {
66
indent(std::max(int(
NewCol
- ColumnScanned), 1));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FormattedStream.cpp
66
/// \param
NewCol
- The column to move to.
68
formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned
NewCol
) {
73
indent(std::max(int(
NewCol
- getColumn()), 1));
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mode.c
35
UINTN
NewCol
;
80
NewCol
= ShellStrToUintn(Temp);
93
if (Col ==
NewCol
&& Row == NewRow) {
/external/llvm/include/llvm/Support/
FormattedStream.h
103
/// column is already equal to or more than
NewCol
, PadToColumn inserts one
106
/// \param
NewCol
- The column to move to.
107
formatted_raw_ostream &PadToColumn(unsigned
NewCol
);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h
118
/// column is already equal to or more than
NewCol
, PadToColumn inserts one
121
/// \param
NewCol
- The column to move to.
122
formatted_raw_ostream &PadToColumn(unsigned
NewCol
);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormattedStream.h
103
/// column is already equal to or more than
NewCol
, PadToColumn inserts one
106
/// \param
NewCol
- The column to move to.
107
formatted_raw_ostream &PadToColumn(unsigned
NewCol
);
Completed in 826 milliseconds