Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp6243 const uint32_t child_bit_size = child_byte_size * 8; in GetChildCompilerTypeAtIndex() local
6249 child_bitfield_bit_offset = bit_offset % child_bit_size; in GetChildCompilerTypeAtIndex()