Home
last modified time | relevance | path

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

12345678910>>...15

/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.cpp108 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth; in formatAfterToken()
121 unsigned Column = 0; in formatAfterToken() local
130 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken()
131 ++Column; in formatAfterToken()
136 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { in formatAfterToken()
137 Column = 0; in formatAfterToken()
268 unsigned Column = 0; in precomputeFormattingInfos() local
271 if (MustBreakBeforeItem[i] || Column == Columns) { in precomputeFormattingInfos()
273 Column = 0; in precomputeFormattingInfos()
275 if (Column == Columns - 1) in precomputeFormattingInfos()
[all …]
H A DContinuationIndenter.cpp261 State.Column = FirstStartColumn; in getInitialState()
263 State.Column = FirstIndent; in getInitialState()
270 State.Column = 0; in getInitialState()
341 State.Column < 6) { in canBreak()
346 assert(State.Column >= State.FirstIndent); in canBreak()
347 if (State.Column - State.FirstIndent < 6) in canBreak()
463 getLengthToMatchingParen(Previous, State.Stack) + State.Column - 1 > in mustBreak()
473 (State.Column + State.Line->Last->TotalLength - Previous.TotalLength > in mustBreak()
494 State.Column + getLengthToNextOperator(Current) > Style.ColumnLimit && in mustBreak()
495 (State.Column > NewLineColumn || in mustBreak()
[all …]
H A DContinuationIndenter.h418 unsigned Column; member
470 if (Column != Other.Column)
471 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()
81 ++Column; in UpdatePosition()
H A DYAMLParser.cpp179 unsigned Column = 0; member
537 unsigned Column; member in llvm::yaml::Scanner
874 Column = 0; in init()
1003 Column += Final - Current; in advanceWhile()
1021 ++Column; in scan_ns_uri_char()
1041 ++Column; in consume()
1049 Column += Distance; in skip()
1080 Column = 0; in consumeLineBreakIfPresent()
1093 SK.Column = AtColumn; in saveSimpleKeyCandidate()
1103 if (i->Line != Line || i->Column + 1024 < Column) { in removeStaleSimpleKeyCandidates()
[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/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h30 unsigned Column; member
42 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString()
44 !(PSL.Column == 0 || PSL.Line == 0)) { in FromString()
59 Twine(Line) + ":" + Twine(Column)) in ToString()
107 EndColumn = Begin.Column; in fromString()
110 {Begin.Line, Begin.Column}, in fromString()
/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/llvm/include/llvm/ProfileData/
H A DMemProf.h257 uint32_t Column = 0;
268 Column = Other.Column;
273 : Function(Hash), LineOffset(Off), Column(Col), IsInlineFrame(Inline) {}
279 Other.Column == Column && Other.IsInlineFrame == IsInlineFrame;
288 Column = Other.Column;
319 LE.write<uint32_t>(Column);
341 sizeof(Frame::Column) + sizeof(Frame::IsInlineFrame);
350 << " Column: " << Column << "\n"
837 LineLocation(uint32_t L, uint32_t D) : LineOffset(L), Column(D) {}
840 return std::tie(LineOffset, Column) < std::tie(O.LineOffset, O.Column);
[all …]
H A DMemProfYAML.h82 : Function(F.Function), LineOffset(F.LineOffset), Column(F.Column),
85 return memprof::Frame(Function, LineOffset, Column, IsInlineFrame);
92 decltype(memprof::Frame::Column) Column = 0;
101 Io.mapRequired("Column", Keys->Column);
107 const auto &[Function, SymbolName, LineOffset, Column, IsInlineFrame] = F;
114 static_assert(std::is_same_v<remove_cvref_t<decltype(Column)>, uint32_t>);
123 (void)Column;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h44 uint16_t Column; variable
53 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc()
70 unsigned getColumn() const { return Column; } in getColumn()
88 Column = column; in setColumn()
178 unsigned FileNo, unsigned Line, unsigned Column,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp52 if (DE.Column != 0) { in EmitDiagEntry()
55 EmitInteger(OS, DE.Column) << '\n'; in EmitDiagEntry()
139 DE.Line = DE.Column = 0; in HandleDiagnostic()
154 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
/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/llvm/include/llvm/DebugInfo/
H A DDIContext.h47 uint32_t Column = 0; member
60 return Line == RHS.Line && Column == RHS.Column &&
69 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
72 RHS.Column, RHS.StartLine, RHS.Discriminator);
84 OS << "column " << Column << ", "; in dump()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp470 unsigned Column = D.getColumnNo(); in SrcMgrDiagHandler() local
471 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in SrcMgrDiagHandler()
472 Loc.getLocWithOffset(Range.second - Column)); in SrcMgrDiagHandler()
543 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
549 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
557 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
578 << Filename << Line << Column; in getBestLocationFromDebugLoc()
600 unsigned Line, Column; in UnsupportedDiagHandler() local
609 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
627 << 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()

12345678910>>...15