/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.h | 46 struct Column { struct 61 IndexedMap<Column> ActiveCols; argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 27 struct Column { struct 28 enum TrimKind { NoTrim, WidthTrim, RightTrim }; 30 enum AlignmentKind { LeftAlignment, RightAlignment }; 32 StringRef Str; 33 unsigned Width; 34 TrimKind Trim; 35 AlignmentKind Alignment; 37 Column(StringRef Str, unsigned Width) in Column() argument 40 Column &set(TrimKind Value) { in set() 45 Column &set(AlignmentKind Value) { in set() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 47 u32 Column; variable 51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslerror.c | 828 UINT32 Column, in AslInitEnode() 920 UINT32 Column, in AslCommonError2() 956 UINT32 Column, in AslCommonError() 1000 UINT32 Column, in AslLogNewError()
|
H A D | dtcompiler.h | 203 UINT32 Column; /* Start column for field value */ member 220 UINT32 Column; /* Start column for field value */ member
|
H A D | asllistsup.c | 479 UINT32 Column = 0; in LsWriteOneSourceLine() local
|
H A D | prutils.c | 261 UINT32 Column) in PrError()
|
H A D | dtfield.c | 808 UINT32 Column) in DtCreateTableUnit()
|
H A D | dtio.c | 325 UINT32 Column; in DtParseLine() local
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.cpp | 122 unsigned Column = 0; in formatAfterToken() local 269 unsigned Column = 0; in precomputeFormattingInfos() local
|
H A D | FormatTokenLexer.h | 115 unsigned Column; variable
|
H A D | WhitespaceManager.cpp | 288 unsigned Column, bool RightJustify, F &&Matches, in AlignTokenSequence() 1230 unsigned Column) { in alignTrailingComments() 1279 unsigned Column) { in alignEscapedNewlines()
|
H A D | ContinuationIndenter.h | 413 unsigned Column; member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormattedStream.cpp | 27 unsigned &Column = Position.first; in UpdatePosition() local
|
H A D | UnicodeNameToCodepoint.cpp | 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/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIALineNumber.cpp | 28 DWORD Column = 0; in getColumnNumber() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | LogDiagnosticPrinter.h | 33 unsigned Column; member
|
H A D | CommandLineSourceLoc.h | 28 unsigned Column; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 508 unsigned Column = D.getColumnNo(); in SrcMgrDiagHandler() local 638 unsigned Line, Column; in UnsupportedDiagHandler() local 675 unsigned Line, Column; in EmitOptimizationMessage() local 786 unsigned Line, Column; in MisExpectDiagHandler() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 175 Column, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 317 unsigned Column = 0; in emitLineTableRows() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | ResourcePressureView.cpp | 70 unsigned Column = OS.getColumn(); in printColumnNames() local
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Diagnostics.h | 33 unsigned Column = 0; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 43 uint16_t Column; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 335 std::optional<unsigned> Column; parseDebugLoc() local
|