Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3184 uint64_t field_bitwidth = getASTContext()->getTypeSize(qual_type); in IsHomogeneousAggregate() local
3204 base_bitwidth = field_bitwidth; in IsHomogeneousAggregate()
3209 if (base_bitwidth != field_bitwidth) in IsHomogeneousAggregate()