Home
last modified time | relevance | path

Searched defs:Column (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h46 struct Column { struct
61 IndexedMap<Column> ActiveCols; argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp27 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 Dubsan_value.h47 u32 Column; variable
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c828 UINT32 Column, in AslInitEnode()
920 UINT32 Column, in AslCommonError2()
956 UINT32 Column, in AslCommonError()
1000 UINT32 Column, in AslLogNewError()
H A Ddtcompiler.h203 UINT32 Column; /* Start column for field value */ member
220 UINT32 Column; /* Start column for field value */ member
H A Dasllistsup.c479 UINT32 Column = 0; in LsWriteOneSourceLine() local
H A Dprutils.c261 UINT32 Column) in PrError()
H A Ddtfield.c808 UINT32 Column) in DtCreateTableUnit()
H A Ddtio.c325 UINT32 Column; in DtParseLine() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp122 unsigned Column = 0; in formatAfterToken() local
269 unsigned Column = 0; in precomputeFormattingInfos() local
H A DFormatTokenLexer.h115 unsigned Column; variable
H A DWhitespaceManager.cpp288 unsigned Column, bool RightJustify, F &&Matches, in AlignTokenSequence()
1230 unsigned Column) { in alignTrailingComments()
1279 unsigned Column) { in alignEscapedNewlines()
H A DContinuationIndenter.h413 unsigned Column; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp27 unsigned &Column = Position.first; in UpdatePosition() local
H A DUnicodeNameToCodepoint.cpp488 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 DDIALineNumber.cpp28 DWORD Column = 0; in getColumnNumber() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h33 unsigned Column; member
H A DCommandLineSourceLoc.h28 unsigned Column; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp508 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 DBreakpointResolver.h175 Column, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h317 unsigned Column = 0; in emitLineTableRows() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp70 unsigned Column = OS.getColumn(); in printColumnNames() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h33 unsigned Column = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h43 uint16_t Column; variable
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp335 std::optional<unsigned> Column; parseDebugLoc() local

123