Home
last modified time | relevance | path

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

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