| /netbsd-src/external/apache2/llvm/dist/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() 199 OS << column("-", FileReportColumns[3], Column::RightAlignment); in render() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | FormatToken.cpp | 96 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth; in formatAfterToken() 109 unsigned Column = 0; in formatAfterToken() local 118 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken() 119 ++Column; in formatAfterToken() 124 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { 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() [all …]
|
| H A D | ContinuationIndenter.cpp | 242 State.Column = FirstStartColumn; in getInitialState() 244 State.Column = FirstIndent; in getInitialState() 251 State.Column = 0; in getInitialState() 312 if (Current.is(TT_FunctionDeclarationName) && State.Column < 6) { in canBreak() 381 getLengthToMatchingParen(Previous, State.Stack) + State.Column - 1 > in mustBreak() 390 (State.Column + State.Line->Last->TotalLength - Previous.TotalLength > in mustBreak() 410 State.Column + getLengthToNextOperator(Current) > Style.ColumnLimit && in mustBreak() 411 (State.Column > NewLineColumn || in mustBreak() 423 !(State.Column <= NewLineColumn && in mustBreak() 425 !(Previous.closesScopeAfterBlock() && State.Column <= NewLineColumn)) in mustBreak() [all …]
|
| H A D | FormatTokenLexer.cpp | 26 const SourceManager &SourceMgr, FileID ID, unsigned Column, in FormatTokenLexer() argument 31 Column(Column), TrailingWhitespace(0), SourceMgr(SourceMgr), ID(ID), 863 Column = 0; in getNextToken() 867 Column = 0; in getNextToken() 871 Column = 0; in getNextToken() 874 ++Column; in getNextToken() 877 Column += in getNextToken() 878 Style.TabWidth - (Style.TabWidth ? Column % Style.TabWidth : 0); in getNextToken() 944 Column = 0; in getNextToken() 951 FormatTok->OriginalColumn = Column; in getNextToken() [all …]
|
| H A D | ContinuationIndenter.h | 408 unsigned Column; member 460 if (Column != Other.Column) 461 return Column < Other.Column;
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/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()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_value.h | 46 u32 Column; variable 49 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation() 50 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() argument 51 : Filename(Filename), Line(Line), Column(Column) {} in SourceLocation() 60 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0), in acquire() 68 return Column == ~u32(0); in isDisabled() 76 unsigned getColumn() const { return Column; } in getColumn()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 181 unsigned Column = 0; member 520 unsigned Column; member in llvm::yaml::Scanner 852 Column = 0; in init() 980 Column += Final - Current; in advanceWhile() 1000 ++Column; in scan_ns_uri_char() 1019 ++Column; in consume() 1027 Column += Distance; in skip() 1042 Column = 0; in consumeLineBreakIfPresent() 1055 SK.Column = AtColumn; in saveSimpleKeyCandidate() 1065 if (i->Line != Line || i->Column + 1024 < Column) { in removeStaleSimpleKeyCandidates() [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslerror.c | 75 UINT32 Column, 88 UINT32 Column, 294 SourceColumn = Enode->Column + Enode->FilenameLength + 6 + 2; in AeDecodeErrorMessageId() 468 Enode->Column); in AePrintErrorSourceLine() 720 UINT32 Column, in AslInitEnode() argument 737 Enode->Column = Column; in AslInitEnode() 812 UINT32 Column, in AslCommonError2() argument 817 AslLogNewError (Level, MessageId, LineNumber, LineNumber, 0, Column, in AslCommonError2() 848 UINT32 Column, in AslCommonError() argument 860 LogicalByteOffset, Column, Filename, ExtraMessage, in AslCommonError() [all …]
|
| H A D | aslparseop.c | 91 Op->Asl.LineNumber, Op->Asl.Column, Op, in TrCreateOp() 257 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode)); in TrCreateLeafOp() 293 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode), in TrCreateValuedLeafOp() 413 Op->Asl.Column = OriginalOp->Asl.Column; in TrCreateTargetOp() 549 Operator->Asl.Column = Target->Asl.Column; in TrCreateAssignmentOp() 581 Op->Asl.LineNumber, Op->Asl.Column, Op, in TrCreateNullTargetOp() 686 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode), in TrCreateConstantLeafOp() 722 Op->Asl.Column in TrAllocateOp() [all...] |
| H A D | dtfield.c | 640 * Column 674 Field->NameColumn = FieldKey->Column; in DtCreateField() 675 Field->Column = FieldValue->Column; in DtCreateField() 688 * Column 700 UINT32 Column) in DtCreateTableUnit() argument 707 Unit->Column = Column; in DtCreateTableUnit()
|
| H A D | dtio.c | 217 UINT32 Column; in DtParseLine() local 266 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3; in DtParseLine() 334 Field->Column = Column; in DtParseLine() 936 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList() 1070 Field->Column-4, Field->Name, Field->Value); in DtWriteFieldToListing()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 41 uint32_t Column = 0; member 53 return Line == RHS.Line && Column == RHS.Column && 64 return std::tie(FileName, FunctionName, StartFileName, Line, Column, 67 RHS.Column, RHS.StartLine, RHS.Discriminator); 79 OS << "column " << Column << ", "; in dump()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
| H A D | vi.cmd.texi | 400 @item Column: 428 @item Column: 459 @item Column: 475 @item Column: 500 @item Column: 520 @item Column: 545 @item Column: 579 @item Column: 594 @item Column: 621 @item Column: [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 524 Loc.getLocWithOffset(Range.second - Column)); in SrcMgrDiagHandler() 583 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc() 589 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc() 597 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc() 617 << Filename << Line << Column; in getBestLocationFromDebugLoc() 629 unsigned Line, Column; in UnsupportedDiagHandler() local 638 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/share/i18n/csmapper/GB/ |
| H A D | UCS%GB2312EXT.src | 26 # 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, '#')
|
| /netbsd-src/share/i18n/csmapper/KOI/ |
| H A D | KOI8-T%UCS.src | 20 # 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, '#')
|
| H A D | UCS%KOI8-T.src | 20 # 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, '#')
|