Lines Matching refs:bit_size
228 unsigned int bit_size = ctf_die_bitsize (type);
246 ctf_encoding.cte_bits = bit_size;
261 if (bit_size == float_bit_size)
263 else if (bit_size == double_bit_size)
265 else if (bit_size == long_double_bit_size)
271 ctf_encoding.cte_bits = bit_size;
293 ctf_encoding.cte_bits = bit_size;
307 if (bit_size == float_bit_size * 2)
309 else if (bit_size == double_bit_size * 2)
311 else if (bit_size == long_double_bit_size * 2)
317 ctf_encoding.cte_bits = bit_size;
526 uint32_t bit_size = ctf_die_bitsize (sou);
536 if (bit_size == 0 && declaration_p)
544 sou_name, kind, bit_size / 8,
593 HOST_WIDE_INT bit_size;
598 bit_size = AT_unsigned (attr) * 8;
601 bit_size = ctf_die_bitsize (field_type);
604 + bit_size
736 unsigned int bit_size = ctf_die_bitsize (enumeration);
752 if (bit_size == 0)
755 bit_size = ctf_die_bitsize (type);
760 enum_name, bit_size / 8, enumeration);