| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 28 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 D | FormatToken.cpp | 108 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 D | ContinuationIndenter.cpp | 243 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 D | FormatTokenLexer.cpp | 30 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 D | ContinuationIndenter.h | 379 unsigned Column; member 431 if (Column != Other.Column) 432 return Column < Other.Column;
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_value.h | 48 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 D | aslerror.c | 180 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 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() 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 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 | 368 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 D | FormattedStream.cpp | 25 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 D | YAMLParser.cpp | 774 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 D | OptRemarksParser.cpp | 50 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 D | DIContext.h | 36 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 D | CommandLineSourceLoc.h | 28 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 D | MCCodeView.h | 37 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 D | LogDiagnosticPrinter.cpp | 56 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 D | DIALineNumber.cpp | 29 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 D | CodeGenAction.cpp | 451 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 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-12.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-12.1/contrib/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 117 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 D | DebugInfoMetadata.cpp | 28 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 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
|