Home
last modified time | relevance | path

Searched defs:FieldWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp28 std::optional<const Expr *> FieldWidth; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp432 uint32_t FieldWidth) { in dumpSectionContrib()
452 uint32_t FieldWidth) { in dumpSectionContrib()
746 size_t FieldWidth = std::max(LongestNamespace, LongestTypeLeafKind); in dumpUdtStats() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h424 OptionalAmount FieldWidth; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp932 const size_t FieldWidth = computeFieldWidth(FS); in HandlePrintfSpecifier() local
1067 size_t FieldWidth = 0; in computeFieldWidth() local
10259 unsigned FieldWidth = Bitfield->getBitWidthValue(S.Context); in AnalyzeBitFieldAssignment() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5872 const int FieldWidth = ELFT::Is64Bits ? 18 : 10; in printCoreNote() local