Home
last modified time | relevance | path

Searched refs:field_bitwidth (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3106 uint64_t field_bitwidth = getASTContext().getTypeSize(qual_type); in IsHomogeneousAggregate() local
3126 base_bitwidth = field_bitwidth; in IsHomogeneousAggregate()
3131 if (base_bitwidth != field_bitwidth) in IsHomogeneousAggregate()