Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.cpp28 struct Column { struct
38 Column(StringRef Str, unsigned Width) in Column() function
41 Column &set(TrimKind Value) { in set() argument
46 Column &set(AlignmentKind Value) { in set() argument
77 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) { in operator <<()
82 Column column(StringRef Str, unsigned Width) { return Column(Str, Width); } in column()
85 Column column(StringRef Str, unsigned Width, const T &Value) { in column()
86 return Column(Str, Width).set(Value); in column()
185 OS << column(FileName, FileReportColumns[0], Column::NoTrim); in render()
214 OS << column("-", FileReportColumns[6], Column::RightAlignment); in render()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp108 unsigned Column = 0; in formatAfterToken() local
117 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken()
118 ++Column; in formatAfterToken()
124 Column = 0; in formatAfterToken()
248 unsigned Column = 0; in precomputeFormattingInfos() local
251 if (MustBreakBeforeItem[i] || Column == Columns) { in precomputeFormattingInfos()
253 Column = 0; in precomputeFormattingInfos()
255 if (Column == Columns - 1) in precomputeFormattingInfos()
259 Format.ColumnSizes[Column] = std::max(Format.ColumnSizes[Column], Length); in precomputeFormattingInfos()
260 MinSizeInColumn[Column] = std::min(MinSizeInColumn[Column], Length); in precomputeFormattingInfos()
[all …]
H A DContinuationIndenter.cpp243 State.Column = FirstStartColumn; in getInitialState()
245 State.Column = FirstIndent; in getInitialState()
252 State.Column = 0; in getInitialState()
393 (State.Column > NewLineColumn || in mustBreak()
408 State.Column <= NewLineColumn)) in mustBreak()
417 if (State.Column <= NewLineColumn) in mustBreak()
521 State.Column = EndColumn; in addTokenToState()
677 State.Column += Spaces; in addTokenOnCurrentLine()
843 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()
1101 State.Column + in moveStateToNextToken()
[all …]
H A DFormatTokenLexer.cpp30 Column(Column), TrailingWhitespace(0), SourceMgr(SourceMgr), ID(ID),
514 Column = 0; in getNextToken()
518 Column = 0; in getNextToken()
522 Column = 0; in getNextToken()
525 ++Column; in getNextToken()
528 Column += Style.TabWidth - Column % Style.TabWidth; in getNextToken()
594 Column = 0; in getNextToken()
601 FormatTok->OriginalColumn = Column; in getNextToken()
627 ++Column; in getNextToken()
632 ++Column; in getNextToken()
[all …]
H A DContinuationIndenter.h379 unsigned Column; member
431 if (Column != Other.Column)
432 return Column < Other.Column;
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_value.h48 u32 Column; variable
51 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation()
52 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() argument
53 : Filename(Filename), Line(Line), Column(Column) {} in SourceLocation()
62 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0), in acquire()
70 return Column == ~u32(0); in isDisabled()
78 unsigned getColumn() const { return Column; } in getColumn()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslerror.c180 UINT32 Column,
193 UINT32 Column,
569 Enode->Column); in AePrintErrorSourceLine()
814 UINT32 Column, in AslInitEnode() argument
830 Enode->Column = Column; in AslInitEnode()
889 UINT32 Column, in AslCommonError2() argument
925 UINT32 Column, in AslCommonError() argument
937 LogicalByteOffset, Column, Filename, ExtraMessage, in AslCommonError()
969 UINT32 Column, in AslLogNewError() argument
1433 Op->Asl.Column, in AslError()
[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()
399 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode), in TrCreateValuedLeafOp()
495 Op->Asl.Column = OriginalOp->Asl.Column; in TrCreateTargetOp()
631 Operator->Asl.Column = Target->Asl.Column; in TrCreateAssignmentOp()
663 Op->Asl.LineNumber, Op->Asl.Column, Op, in TrCreateNullTargetOp()
757 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode), in TrCreateConstantLeafOp()
791 Op->Asl.Column = AslGbl_CurrentColumn; in TrAllocateOp()
H A Dprutils.c261 UINT32 Column) in PrError() argument
269 if (Column > 120) in PrError()
271 Column = 0; in PrError()
277 AslGbl_CurrentLineNumber, Column, in PrError()
H A Ddtio.c368 UINT32 Column; in DtParseLine() local
417 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3; in DtParseLine()
485 Field->Column = Column; in DtParseLine()
1089 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList()
1223 Field->Column-4, Field->Name, Field->Value); in DtWriteFieldToListing()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFormattedStream.cpp25 unsigned &Column = Position.first; in UpdatePosition() local
31 ++Column; in UpdatePosition()
37 Column = 0; in UpdatePosition()
41 Column += (8 - (Column & 0x7)) & 0x7; in UpdatePosition()
H A DYAMLParser.cpp774 Column = 0; in init()
929 ++Column; in scan_ns_uri_char()
944 ++Column; in consume()
967 Column = 0; in consumeLineBreakIfPresent()
990 if (i->Line != Line || i->Column + 1024 < Column) { in removeStaleSimpleKeyCandidates()
1048 ++Column; in skipComment()
1066 Column = 0; in scanToNextToken()
1089 Column = 0; in scanStreamEnd()
1356 ++Column; in scanPlainScalar()
1420 ++Column; in scanAliasOrAnchor()
[all …]
/freebsd-12.1/contrib/llvm/lib/OptRemarks/
H A DOptRemarksParser.cpp50 Optional<unsigned> Column; member
82 Optional<unsigned> &Column, yaml::KeyValueNode &Node);
161 Optional<unsigned> &Column, in parseDebugLoc() argument
177 if (Error E = parseValue(Column, DLNode)) in parseDebugLoc()
188 if (!File || !Line || !Column) in parseDebugLoc()
204 Optional<unsigned> Column; in parseArg() local
214 if (File || Line || Column) in parseArg()
218 if (Error E = parseDebugLoc(File, Line, Column, ArgEntry)) in parseArg()
244 Line.getValueOr(0), Column.getValueOr(0)}}); in parseArg()
280 parseDebugLoc(State.File, State.Line, State.Column, RemarkField)) in parseYAMLElement()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h36 uint32_t Column = 0; member
45 return Line == RHS.Line && Column == RHS.Column &&
55 return std::tie(FileName, FunctionName, Line, Column, StartLine,
57 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
70 OS << "column " << Column << ", "; in dump()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h28 unsigned Column; member
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString()
93 EndColumn = Begin.Column; in fromString()
96 {Begin.Line, Begin.Column}, in fromString()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h37 uint16_t Column; variable
46 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc()
63 unsigned getColumn() const { return Column; } in getColumn()
81 Column = column; in setColumn()
167 unsigned FileNo, unsigned Line, unsigned Column,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp56 if (DE.Column != 0) { in EmitDiagEntry()
59 EmitInteger(OS, DE.Column) << '\n'; in EmitDiagEntry()
142 DE.Line = DE.Column = 0; in HandleDiagnostic()
158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp29 DWORD Column = 0; in getColumnNumber() local
30 return (S_OK == LineNumber->get_columnNumber(&Column)) ? Column : 0; in getColumnNumber()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp451 unsigned Column = D.getColumnNo(); in InlineAsmDiagHandler2() local
452 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in InlineAsmDiagHandler2()
453 Loc.getLocWithOffset(Range.second - Column)); in InlineAsmDiagHandler2()
546 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
552 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
560 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
580 << Filename << Line << Column; in getBestLocationFromDebugLoc()
591 unsigned Line, Column; in UnsupportedDiagHandler() local
604 << Filename << Line << Column; in UnsupportedDiagHandler()
614 unsigned Line, Column; in EmitOptimizationMessage() local
[all …]
/freebsd-12.1/share/i18n/csmapper/KOI/
H A DKOI8-T%UCS.src21 # Column 1 is the KOI8-T code (in hex as 0xXX)
22 # Column 2 is the Unicode code (in hex as 0xXXXX)
23 # Column 3 is the Unicode name (follows a comment sign, '#')
/freebsd-12.1/share/i18n/csmapper/GB/
H A DUCS%GB2312EXT.src27 # Column #1 is the cp936 code (in hex)
28 # Column #2 is the Unicode (in hex as 0xXXXX)
29 # Column #3 is the Unicode name (follows a comment sign, '#')
H A DGB2312EXT%UCS.src27 # Column #1 is the cp936 code (in hex)
28 # Column #2 is the Unicode (in hex as 0xXXXX)
29 # Column #3 is the Unicode name (follows a comment sign, '#')
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDiagnosticInfo.cpp117 Column = DL->getColumn(); in DiagnosticLocation()
126 Column = 0; in DiagnosticLocation()
149 unsigned &Column) const { in getLocation()
152 Column = Loc.getColumn(); in getLocation()
158 unsigned Column = 0; in getLocationStr() local
160 getLocation(Filename, Line, Column); in getLocationStr()
161 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str(); in getLocationStr()
H A DDebugInfoMetadata.cpp28 unsigned Column, ArrayRef<Metadata *> MDs, in DILocation() argument
35 assert(Column < (1u << 16) && "Expected 16-bit column"); in DILocation()
38 SubclassData16 = Column; in DILocation()
43 static void adjustColumn(unsigned &Column) { in adjustColumn() argument
45 if (Column >= (1u << 16)) in adjustColumn()
46 Column = 0; in adjustColumn()
50 unsigned Column, Metadata *Scope, in getImpl() argument
54 adjustColumn(Column); in getImpl()
58 DILocationInfo::KeyTy(Line, Column, Scope, in getImpl()
669 adjustColumn(Column); in getImpl()
[all …]
/freebsd-12.1/share/i18n/csmapper/MISC/
H A DATARIST%UCS.src46 # Column 1 is the AtariST code (in hex as 0xXX)
47 # Column 2 is the Unicode (in hex as 0xXXXX)
48 # Column 3 the Unicode name (follows a comment sign, '#')
49 # Column 4 is the actual character or <symbol> (follows a comment sign, '#')
50 # Column 5 indicates backward compatible character set mappings

12345678910>>...13