Home
last modified time | relevance | path

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

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