Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DOSLog.cpp28 std::optional<const Expr *> FieldWidth; member
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp431 uint32_t FieldWidth) { in dumpSectionContrib()
451 uint32_t FieldWidth) { in dumpSectionContrib()
745 size_t FieldWidth = std::max(LongestNamespace, LongestTypeLeafKind); in dumpUdtStats() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h413 OptionalAmount FieldWidth; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp865 const size_t FieldWidth = computeFieldWidth(FS); in HandlePrintfSpecifier() local
979 size_t FieldWidth = 0; in computeFieldWidth() local
13291 unsigned FieldWidth = Bitfield->getBitWidthValue(S.Context); in AnalyzeBitFieldAssignment() local
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5473 const int FieldWidth = ELFT::Is64Bits ? 18 : 10; in printCoreNote() local