Home
last modified time | relevance | path

Searched refs:Column (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp27 struct Column { struct
37 Column(StringRef Str, unsigned Width) in Column() function
40 Column &set(TrimKind Value) { in set() argument
45 Column &set(AlignmentKind Value) { in set() argument
76 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) { in operator <<()
81 Column column(StringRef Str, unsigned Width) { return Column(Str, Width); } in column()
84 Column column(StringRef Str, unsigned Width, const T &Value) { in column()
85 return Column(Str, Width).set(Value); in column()
236 OS << column(FileName, FileReportColumns[0], Column::NoTrim); in render()
251 OS << column("-", FileReportColumns[3], Column::RightAlignment); in render()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp109 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth; in formatAfterToken()
122 unsigned Column = 0; in formatAfterToken() local
131 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken()
132 ++Column; in formatAfterToken()
137 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { in formatAfterToken()
138 Column = 0; in formatAfterToken()
269 unsigned Column = 0; in precomputeFormattingInfos() local
272 if (MustBreakBeforeItem[i] || Column == Columns) { in precomputeFormattingInfos()
274 Column = 0; in precomputeFormattingInfos()
276 if (Column == Columns - 1) in precomputeFormattingInfos()
[all …]
H A DContinuationIndenter.cpp253 State.Column = FirstStartColumn; in getInitialState()
255 State.Column = FirstIndent; in getInitialState()
262 State.Column = 0; in getInitialState()
333 State.Column < 6) { in canBreak()
338 assert(State.Column >= State.FirstIndent); in canBreak()
339 if (State.Column - State.FirstIndent < 6) in canBreak()
435 getLengthToMatchingParen(Previous, State.Stack) + State.Column - 1 > in mustBreak()
445 (State.Column + State.Line->Last->TotalLength - Previous.TotalLength > in mustBreak()
468 State.Column + getLengthToNextOperator(Current) > Style.ColumnLimit && in mustBreak()
469 (State.Column > NewLineColumn || in mustBreak()
[all …]
H A DContinuationIndenter.h413 unsigned Column; member
465 if (Column != Other.Column)
466 return Column < Other.Column;
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h47 u32 Column; variable
50 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation()
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() argument
52 : Filename(Filename), Line(Line), Column(Column) {} in SourceLocation()
61 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0), in acquire()
69 return Column == ~u32(0); in isDisabled()
77 unsigned getColumn() const { return Column; } in getColumn()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp27 unsigned &Column = Position.first; in UpdatePosition() local
30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition()
33 Column += Width; in UpdatePosition()
44 Column = 0; in UpdatePosition()
48 Column += (8 - (Column & 0x7)) & 0x7; in UpdatePosition()
H A DYAMLParser.cpp179 unsigned Column = 0; member
380 /// This updates Cur and Column while scanning.
385 /// \a Expected. This updates \a Column.
388 /// Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
538 unsigned Column;
874 Column = 0; in init()
1003 Column += Final - Current; in scan_ns_uri_char()
1023 ++Column; in consume()
1042 ++Column; in skip()
1050 Column in isBlankOrBreak()
534 unsigned Column; global() member in llvm::yaml::Scanner
[all...]
H A DUnicodeNameToCodepoint.cpp260 char &PreviousInName, int &Pos, int Column) {
261 assert(Column == 0 || Column == 1 || Column == 2); in findSyllable()
265 for (std::size_t I = 0; I < CountPerColumn[Column]; I++) { in findSyllable()
266 StringRef Syllable(HangulSyllables[I][Column]); in findSyllable()
485 auto Get = [&Distances, Columns](size_t Column, std::size_t Row) -> char & { in nearestMatchesForCodepointName()
486 assert(Column < Columns); in nearestMatchesForCodepointName()
488 return Distances[Row * Columns + Column]; in nearestMatchesForCodepointName() argument
262 findSyllable(StringRef Name,bool Strict,char & PreviousInName,int & Pos,int Column) findSyllable() argument
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c183 UINT32 Column,
196 UINT32 Column,
402 SourceColumn = Enode->Column + Enode->FilenameLength + 6 + 2; in AeDecodeErrorMessageId()
576 Enode->Column); in AePrintErrorSourceLine()
828 UINT32 Column, in AslInitEnode() argument
845 Enode->Column = Column; in AslInitEnode()
920 UINT32 Column, in AslCommonError2() argument
925 AslLogNewError (Level, MessageId, LineNumber, LineNumber, 0, Column, in AslCommonError2()
956 UINT32 Column, in AslCommonError() argument
968 LogicalByteOffset, Column, Filename, ExtraMessage, in AslCommonError()
[all …]
H A Daslparseop.c199 Op->Asl.LineNumber, Op->Asl.Column, Op, in TrCreateOp()
365 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode)); in TrCreateLeafOp()
401 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode), in TrCreateValuedLeafOp()
521 Op->Asl.Column = OriginalOp->Asl.Column; in TrCreateTargetOp()
657 Operator->Asl.Column = Target->Asl.Column; in TrCreateAssignmentOp()
689 Op->Asl.LineNumber, Op->Asl.Column, Op, in TrCreateNullTargetOp()
794 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode), in TrCreateConstantLeafOp()
830 Op->Asl.Column = AslGbl_CurrentColumn; in TrAllocateOp()
H A Ddtfield.c782 Field->NameColumn = FieldKey->Column; in DtCreateField()
783 Field->Column = FieldValue->Column; in DtCreateField()
808 UINT32 Column) in DtCreateTableUnit() argument
815 Unit->Column = Column; in DtCreateTableUnit()
H A Ddtio.c325 UINT32 Column; in DtParseLine() local
374 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3; in DtParseLine()
442 Field->Column = Column; in DtParseLine()
1044 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList()
1178 Field->Column-4, Field->Name, Field->Value); in DtWriteFieldToListing()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h28 unsigned Column; member
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString()
56 Twine(Line) + ":" + Twine(Column)) in ToString()
100 EndColumn = Begin.Column; in fromString()
103 {Begin.Line, Begin.Column}, in fromString()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h43 uint16_t Column; variable
52 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc()
69 unsigned getColumn() const { return Column; } in getColumn()
87 Column = column; in setColumn()
176 unsigned FileNo, unsigned Line, unsigned Column,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h46 uint32_t Column = 0; member
58 return Line == RHS.Line && Column == RHS.Column &&
67 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
70 RHS.Column, RHS.StartLine, RHS.Discriminator);
82 OS << "column " << Column << ", "; in dump()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp28 DWORD Column = 0; in getColumnNumber() local
29 return (S_OK == LineNumber->get_columnNumber(&Column)) ? Column : 0; in getColumnNumber()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp508 unsigned Column = D.getColumnNo(); in SrcMgrDiagHandler() local
509 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in SrcMgrDiagHandler()
510 Loc.getLocWithOffset(Range.second - Column)); in SrcMgrDiagHandler()
581 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
587 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
595 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
616 << Filename << Line << Column; in getBestLocationFromDebugLoc()
638 unsigned Line, Column; in UnsupportedDiagHandler() local
647 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
665 << Filename << Line << Column; in UnsupportedDiagHandler()
[all …]
/freebsd/share/i18n/csmapper/GB/
H A DUCS%GB2312EXT.src26 # Column #1 is the cp936 code (in hex)
27 # Column #2 is the Unicode (in hex as 0xXXXX)
28 # Column #3 is the Unicode name (follows a comment sign, '#')
H A DGB2312EXT%UCS.src26 # Column #1 is the cp936 code (in hex)
27 # Column #2 is the Unicode (in hex as 0xXXXX)
28 # Column #3 is the Unicode name (follows a comment sign, '#')
/freebsd/share/i18n/csmapper/KOI/
H A DKOI8-T%UCS.src20 # Column 1 is the KOI8-T code (in hex as 0xXX)
21 # Column 2 is the Unicode code (in hex as 0xXXXX)
22 # Column 3 is the Unicode name (follows a comment sign, '#')
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h317 unsigned Column = 0; in emitLineTableRows() local
349 if (Column != Row.Column) { in emitLineTableRows()
350 Column = Row.Column; in emitLineTableRows()
352 encodeULEB128(Column, Section.OS); in emitLineTableRows()
407 RowsSinceLastSequence = Column = Discriminator = Isa = 0; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h46 struct Column { struct
61 IndexedMap<Column> ActiveCols; argument
85 : ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp118 Column = DL->getColumn(); in DiagnosticLocation()
127 Column = 0; in DiagnosticLocation()
150 unsigned &Column) const { in getLocation()
153 Column = Loc.getColumn(); in getLocation()
159 unsigned Column = 0; in getLocationStr() local
161 getLocation(Filename, Line, Column); in getLocationStr()
162 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str(); in getLocationStr()
/freebsd/share/i18n/csmapper/MISC/
H A DATARIST%UCS.src45 # Column 1 is the AtariST code (in hex as 0xXX)
46 # Column 2 is the Unicode (in hex as 0xXXXX)
47 # Column 3 the Unicode name (follows a comment sign, '#')
48 # Column 4 is the actual character or <symbol> (follows a comment sign, '#')
49 # Column 5 indicates backward compatible character set mappings
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h215 uint32_t Column; member
225 Column = Other.Column; in Frame()
230 : Function(Hash), LineOffset(Off), Column(Col), IsInlineFrame(Inline) {} in Frame()
236 Other.Column == Column && Other.IsInlineFrame == IsInlineFrame;
245 Column = Other.Column;
276 LE.write<uint32_t>(Column); in serialize()
298 sizeof(Frame::Column) + sizeof(Frame::IsInlineFrame); in serializedSize()
307 << " Column: " << Column << "\n" in printYAML()
326 Result ^= HashCombine(Column, Result); in hash()

12345678910>>...14