| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 27 struct Column { struct 37 Column(StringRef Str, unsigned Width) in Column() argument 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() 184 OS << column(FileName, FileReportColumns[0], Column::NoTrim); in render() 270 Column::RightTrim) in render() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.cpp | 109 unsigned Column = 0; in formatAfterToken() local 118 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken() 119 ++Column; in formatAfterToken() 125 Column = 0; in formatAfterToken() 249 unsigned Column = 0; in precomputeFormattingInfos() local 252 if (MustBreakBeforeItem[i] || Column == Columns) { in precomputeFormattingInfos() 254 Column = 0; in precomputeFormattingInfos() 256 if (Column == Columns - 1) in precomputeFormattingInfos() 260 Format.ColumnSizes[Column] = std::max(Format.ColumnSizes[Column], Length); in precomputeFormattingInfos() 261 MinSizeInColumn[Column] = std::min(MinSizeInColumn[Column], Length); in precomputeFormattingInfos() [all …]
|
| H A D | ContinuationIndenter.cpp | 242 State.Column = FirstStartColumn; in getInitialState() 244 State.Column = FirstIndent; in getInitialState() 251 State.Column = 0; in getInitialState() 411 (State.Column > NewLineColumn || in mustBreak() 423 !(State.Column <= NewLineColumn && in mustBreak() 542 State.Column = EndColumn; in addTokenToState() 705 State.Column += Spaces; in addTokenOnCurrentLine() 800 if (State.Column > State.FirstIndent) in addTokenOnNewLine() 888 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine() 1230 State.Column + in moveStateToNextToken() [all …]
|
| H A D | ContinuationIndenter.h | 408 unsigned Column; member 460 if (Column != Other.Column) 461 return Column < Other.Column;
|
| H A D | FormatTokenLexer.cpp | 31 Column(Column), TrailingWhitespace(0), SourceMgr(SourceMgr), ID(ID), 865 Column = 0; in getNextToken() 869 Column = 0; in getNextToken() 873 Column = 0; in getNextToken() 876 ++Column; in getNextToken() 879 Column += in getNextToken() 946 Column = 0; in getNextToken() 953 FormatTok->OriginalColumn = Column; in getNextToken() 979 ++Column; in getNextToken() 984 ++Column; in getNextToken() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_value.h | 47 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-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormattedStream.cpp | 27 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 D | YAMLParser.cpp | 852 Column = 0; in init() 1000 ++Column; in scan_ns_uri_char() 1019 ++Column; in consume() 1042 Column = 0; in consumeLineBreakIfPresent() 1065 if (i->Line != Line || i->Column + 1024 < Column) { in removeStaleSimpleKeyCandidates() 1123 ++Column; in skipComment() 1141 Column = 0; in scanToNextToken() 1164 Column = 0; in scanStreamEnd() 1435 ++Column; in scanPlainScalar() 1499 ++Column; in scanAliasOrAnchor() [all …]
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslerror.c | 183 UINT32 Column, 196 UINT32 Column, 576 Enode->Column); in AePrintErrorSourceLine() 828 UINT32 Column, in AslInitEnode() argument 845 Enode->Column = Column; in AslInitEnode() 920 UINT32 Column, in AslCommonError2() argument 956 UINT32 Column, in AslCommonError() argument 1000 UINT32 Column, in AslLogNewError() argument 1241 NewErrorLocationNode->Column = AslGbl_CurrentColumn; in AslLogExpectedExceptionByLine() 1572 Op->Asl.Column, in AslError() [all …]
|
| H A D | aslparseop.c | 199 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() 828 Op->Asl.Column = AslGbl_CurrentColumn; in TrAllocateOp()
|
| H A D | dtfield.c | 776 Field->NameColumn = FieldKey->Column; in DtCreateField() 777 Field->Column = FieldValue->Column; in DtCreateField() 802 UINT32 Column) in DtCreateTableUnit() argument 809 Unit->Column = Column; in DtCreateTableUnit()
|
| H A D | prutils.c | 261 UINT32 Column) in PrError() argument 269 if (Column > 120) in PrError() 271 Column = 0; in PrError() 277 AslGbl_CurrentLineNumber, Column, in PrError()
|
| H A D | dtio.c | 325 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-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 27 unsigned Column; member 39 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString() 55 Twine(Line) + ":" + Twine(Column)) in ToString() 99 EndColumn = Begin.Column; in fromString() 102 {Begin.Line, Begin.Column}, in fromString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 36 uint16_t Column; variable 45 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc() 62 unsigned getColumn() const { return Column; } in getColumn() 80 Column = column; in setColumn() 166 unsigned FileNo, unsigned Line, unsigned Column,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 41 uint32_t Column = 0; member 53 return Line == RHS.Line && Column == RHS.Column && 62 return std::tie(FileName, FunctionName, StartFileName, Line, Column, 65 RHS.Column, RHS.StartLine, RHS.Discriminator); 77 OS << "column " << Column << ", "; in dump()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 55 if (DE.Column != 0) { in EmitDiagEntry() 58 EmitInteger(OS, DE.Column) << '\n'; in EmitDiagEntry() 142 DE.Line = DE.Column = 0; in HandleDiagnostic() 158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIALineNumber.cpp | 28 DWORD Column = 0; in getColumnNumber() local 29 return (S_OK == LineNumber->get_columnNumber(&Column)) ? Column : 0; in getColumnNumber()
|
| /freebsd-13.1/share/i18n/csmapper/KOI/ |
| H A D | KOI8-T%UCS.src | 21 # 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-13.1/share/i18n/csmapper/GB/ |
| H A D | UCS%GB2312EXT.src | 27 # 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 D | GB2312EXT%UCS.src | 27 # 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-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 376 unsigned &Line, unsigned &Column) const; 522 unsigned Column = D.getColumnNo(); in SrcMgrDiagHandler() local 523 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in SrcMgrDiagHandler() 585 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc() 591 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc() 599 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc() 619 << Filename << Line << Column; in getBestLocationFromDebugLoc() 631 unsigned Line, Column; in UnsupportedDiagHandler() local 658 << Filename << Line << Column; in UnsupportedDiagHandler() 668 unsigned Line, Column; in EmitOptimizationMessage() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.h | 44 struct Column { struct 59 IndexedMap<Column> ActiveCols; argument 83 : LiveVariables(), ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 115 Column = DL->getColumn(); in DiagnosticLocation() 124 Column = 0; in DiagnosticLocation() 147 unsigned &Column) const { in getLocation() 150 Column = Loc.getColumn(); in getLocation() 156 unsigned Column = 0; in getLocationStr() local 158 getLocation(Filename, Line, Column); in getLocationStr() 159 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str(); in getLocationStr()
|
| /freebsd-13.1/share/i18n/csmapper/MISC/ |
| H A D | ATARIST%UCS.src | 46 # 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
|