Home
last modified time | relevance | path

Searched defs:Columns (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h68 FixedStreamArray<ColumnNumberEntry> Columns; member
113 std::vector<ColumnNumberEntry> Columns; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp239 int Columns = 0; in genColumnByteMapping() local
325 unsigned Columns, in selectInterestingSourceRegion()
545 unsigned Columns) { in findEndOfWord()
608 static bool printWordWrapped(raw_ostream &OS, StringRef Str, unsigned Columns, in printWordWrapped()
720 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
1406 unsigned Columns = DiagOpts->MessageLength; in emitSnippetAndCaret() local
H A DDependencyFile.cpp368 unsigned Columns = 0; in outputDependencyFile() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp262 for (unsigned Columns = 1; Columns <= MaxItems; ++Columns) { in precomputeFormattingInfos() local
H A DFormatToken.h999 unsigned Columns; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h77 std::vector<SourceColumnEntry> Columns; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp471 SmallVector<std::string, 8> Columns; in emitTableRow() local
558 SmallVector<std::string, 4> Columns; in emitColumnLabelsForIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp478 const std::size_t Columns = nearestMatchesForCodepointName() local
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp500 unsigned Columns = 0; in writeIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1186 const SPIRVType *ElemType, uint32_t Scope, uint32_t Rows, uint32_t Columns, in getOrCreateOpTypeCoopMatr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4183 llvm::APSInt Columns(BitWidth); in mangleType() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8584 class Columns { class