HomeSort by: relevance | last modified time | path
    Searched defs:Column (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FormattedStream.cpp 23 /// column we end up in after output, and how many line breaks are contained.
27 unsigned &Column = Position.first;
30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) {
33 Column += Width;
44 Column = 0;
48 Column += (8 - (Column & 0x7)) & 0x7;
65 // Concatenate them and process their effect on the line and column
94 /// ComputePosition - Examine the current output and update line and column
102 // column
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
asllistsup.c 371 UINT32 Column = 0;
439 Column++;
440 if (Column >= 128)
dtcompiler.h 94 UINT32 NameColumn; /* Start column for field name */
95 UINT32 Column; /* Start column for field value */
112 UINT32 Column; /* Start column for field value */
351 UINT32 Column);
dtio.c 217 UINT32 Column;
263 * There are two column values. One for the field name,
266 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3;
334 Field->Column = Column;
928 "LineNo ByteOff NameCol Column TableOff "
936 Field->Column, Field->TableOffset, Field->Flags,
1070 Field->Column-4, Field->Name, Field->Value);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CommandLineSourceLoc.h 27 unsigned Column;
39 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
55 Twine(Line) + ":" + Twine(Column))
64 /// the second element is the column.
67 /// second element is the column.
77 /// If the end line and column are omitted, the starting line and columns
99 EndColumn = Begin.Column;
102 {Begin.Line, Begin.Column},
112 /// Source locations are of the form filename:line:column.
130 << "source location must be of the form filename:line:column\n"
    [all...]
LogDiagnosticPrinter.h 32 /// The source file column number, if available.
33 unsigned Column;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
DIContext.h 41 uint32_t Column = 0;
53 return Line == RHS.Line && Column == RHS.Column &&
64 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
67 RHS.Column, RHS.StartLine, RHS.Discriminator);
79 OS << "column " << Column << ", ";
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIALineNumber.cpp 28 DWORD Column = 0;
29 return (S_OK == LineNumber->get_columnNumber(&Column)) ? Column : 0;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp 117 Column = DL->getColumn();
126 Column = 0;
149 unsigned &Column) const {
152 Column = Loc.getColumn();
158 unsigned Column = 0;
160 getLocation(Filename, Line, Column);
161 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
ResourcePressureView.cpp 70 unsigned Column = OS.getColumn();
80 Column += 7;
85 OS.PadToColumn(Column);
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.cpp 96 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth;
102 // bin-packed. Add a severe penalty to this so that column layouts are
109 unsigned Column = 0;
118 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
119 ++Column;
124 if (Column == Format->Columns || State.NextToken->MustBreakBefore) {
125 Column = 0;
138 // Formatting with 1 Column isn't really a column layout, so we don't need the
166 // Limit column layout for JavaScript array initializers to 20 or more item
    [all...]
FormatTokenLexer.h 40 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
101 unsigned Column;
ContinuationIndenter.h 53 /// column \p FirstIndent.
64 /// the column at which the state of the parent formatter is.
87 /// Get the column limit for this line. This is the style's column
130 /// when tokens are broken or lines exceed the column limit, and exceeded
132 /// column limit.
135 /// and column limit violation in all lines except for the last one. The
136 /// penalty for the column limit violation in the last line (and in single
140 /// protruding the column limit; if true, lines will be split strictly within
141 /// the column limit where possible; if false, words are allowed to protrud
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.h 42 // Information we want to track about one column in which we are printing a
44 struct Column {
59 IndexedMap<Column> ActiveCols;
68 // Get the column number (in characters) at which the first live variable
72 // Indent to the first live-range column to the right of the currently
73 // printed line, and return the index of that column.
74 // TODO: formatted_raw_ostream uses "column" to mean a number of characters
83 : LiveVariables(), ActiveCols(Column()), MRI(MRI), STI(STI) {}
  /src/sys/external/bsd/compiler_rt/dist/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; }
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 31 SourceLocation() : Line(), Column() {}
33 unsigned Column;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp 251 // Print source location (file:line), along with optional column
254 unsigned Line, Column;
256 &File, &Line, &Column, nullptr);
262 Out << Column << ":";
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
43 unsigned line, unsigned column, bool prologueend, bool isstmt)
45 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {}
61 /// Get the Column of this MCCVLoc.
62 unsigned getColumn() const { return Column; }
77 /// Set the Column of this MCCVLoc.
78 void setColumn(unsigned column) {
79 assert(column <= UINT16_MAX);
80 Column = column
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
YAMLRemarkParser.cpp 327 Optional<unsigned> Column;
340 } else if (KeyName == "Column") {
342 Column = *MaybeU;
356 if (!File || !Line || !Column)
359 return RemarkLocation{*File, *Line, *Column};
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageReport.cpp 27 struct Column {
37 Column(StringRef Str, unsigned Width)
40 Column &set(TrimKind Value) {
45 Column &set(AlignmentKind Value) {
76 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) {
81 Column column(StringRef Str, unsigned Width) { return Column(Str, Width); } function in namespace:__anon5631
84 Column column(StringRef Str, unsigned Width, const T &Value) function in namespace:__anon5631
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
OptReport.cpp 216 unsigned Column = Loc->SourceColumn;
229 [std::string(Remark.FunctionName)][Column];
233 [std::string(Remark.FunctionName)][Column];
238 [std::string(Remark.FunctionName)][Column];
363 // do this, we use a '^' character to point to the appropriate column in
  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
optrecord.py 137 def Column(self):
138 return self.DebugLoc['Column']
142 return "{}:{}:{}".format(self.File, self.Line, self.Column)
225 self.Line, self.Column, self.Function, self.Args)
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h 47 u32 Column;
50 SourceLocation() : Filename(), Line(), Column() {}
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
52 : Filename(Filename), Line(Line), Column(Column) {}
61 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
69 return Column == ~u32(0);
76 /// \brief Get the column within the presumed line.
77 unsigned getColumn() const { return Column; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 47 u32 Column;
50 SourceLocation() : Filename(), Line(), Column() {}
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
52 : Filename(Filename), Line(Line), Column(Column) {}
61 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
69 return Column == ~u32(0);
76 /// \brief Get the column within the presumed line.
77 unsigned getColumn() const { return Column; }
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 1034 UINT32 Column = 0;
1041 Column = 0;
1045 Column++;
1093 if ((Column % 4) == 0)

Completed in 47 milliseconds

1 2