HomeSort by relevance Sort by last modified time
    Searched defs:Column (Results 26 - 50 of 291) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/lib/Format/
FormatTokenLexer.h 69 unsigned Column;
FormatToken.cpp 92 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth;
97 // bin-packed. Add a severe penalty to this so that column layouts are
104 unsigned Column = 0;
113 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
114 ++Column;
119 if (Column == Format->Columns || State.NextToken->MustBreakBefore) {
120 Column = 0;
159 // Limit column layout for JavaScript array initializers to 20 or more items
165 // Column format doesn't really make sense if we don't align after brackets.
175 // trailing comments which are otherwise ignored for column alignment
    [all...]
ContinuationIndenter.h 38 /// column \p FirstIndent.
70 /// \brief Get the column limit for this line. This is the style's column
97 /// column limit violation in all lines except for the last one. The penalty
98 /// for the column limit violation in the last line (and in single line
122 /// \brief Calculate the new column for a line wrap before the next token.
183 /// \brief The column of a \c ? in a conditional expression;
197 /// contains the start column of the second line. Otherwise 0.
201 /// contains the start column of the second line. Otherwise 0.
204 /// \brief The column of the first variable name in a variable declaration
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIALineNumber.cpp 29 DWORD Column = 0;
30 return (S_OK == LineNumber->get_columnNumber(&Column)) ? Column : 0;
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 156 unsigned *Column) const {
161 *Column = L->getColumn();
167 unsigned Column = 0;
169 getLocation(&Filename, &Line, &Column);
170 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str();
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 22 struct Column {
32 Column(StringRef Str, unsigned Width)
35 Column &set(TrimKind Value) {
40 Column &set(AlignmentKind Value) {
48 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) {
54 void Column::render(raw_ostream &OS) const {
82 static Column column(StringRef Str, unsigned Width) { function
83 return Column(Str, Width);
87 static Column column(StringRef Str, unsigned Width, const T &Value) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 409 UINTN Column;
474 // Compute the starting row and starting column for the popup
477 Column = (Columns - (MaxLength + 2)) / 2;
492 ConOut->SetCursorPosition (ConOut, Column, Row++);
504 ConOut->SetCursorPosition (ConOut, Column, Row);
511 ConOut->SetCursorPosition (ConOut, Column + 1 + (MaxLength - Length) / 2, Row++);
523 ConOut->SetCursorPosition (ConOut, Column + 1, Row++);
538 ConOut->SetCursorPosition (ConOut, Column, Row++);
  /external/llvm/include/llvm/MC/
MCCodeView.h 35 uint16_t Column;
41 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
43 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
58 /// \brief Get the Column of this MCCVLoc.
59 unsigned getColumn() const { return Column; }
72 /// \brief Set the Column of this MCCVLoc.
73 void setColumn(unsigned column) {
74 assert(column <= UINT16_MAX);
75 Column = column
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 525 UINTN Column;
606 // Compute the starting row and starting column for the popup
609 Column = (Columns - (MaxLength + 2)) / 2;
624 ConOut->SetCursorPosition (ConOut, Column, Row++);
649 ConOut->SetCursorPosition (ConOut, Column, Row++);
663 ConOut->SetCursorPosition (ConOut, Column, Row++);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 259 UINTN Column;
294 for ( Column = 0
295 ; Column < ConsoleInfo->ColsPerScreen
296 ; Column++
298 if (Screen[Column] != CHAR_NULL) {
299 CurrentAttrib = Attributes[Column];
300 CurrentColumn = Column;
301 StringSegment = &Screen[Column];
312 , Column++
314 if (Attributes[Column] != CurrentAttrib) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 27 UINTN Column;
93 EFI_EDITOR_POSITION ScreenSize; // row number and column number
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 28 UINTN Column;
116 HEFI_EDITOR_POSITION ScreenSize; // row number and column number
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 32 SourceLocation() : Line(), Column() {}
34 unsigned Column;
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 264 // Print source location (file:line), along with optional column
267 unsigned Line, Column;
269 &File, &Line, &Column, nullptr);
275 Out << Column << ":";
  /external/clang/unittests/AST/
MatchVerifier.h 182 void expectLocation(unsigned Line, unsigned Column) {
184 ExpectColumn = Column;
192 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc);
193 if (Line != ExpectLine || Column != ExpectColumn) {
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 48 u32 Column;
51 SourceLocation() : Filename(), Line(), Column() {}
52 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
53 : Filename(Filename), Line(Line), Column(Column) {}
62 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
70 return Column == ~u32(0);
77 /// \brief Get the column within the presumed line.
78 unsigned getColumn() const { return Column; }
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
Table.java 31 private final List<Column> columns;
39 this.columns = new ArrayList<Table.Column>();
43 * Adds a new column with the given properties to the table.
46 * column header caption
49 * column
51 * callback for column rendering
53 * If <code>true</code>, this column is the default sorting
54 * column. Only one column can be selected for default sorting.
59 columns.add(new Column(columns.size(), header, style, renderer
    [all...]

Completed in 6111 milliseconds

12 3 4 5 6 7 8 91011>>