Home
last modified time | relevance | path

Searched defs:bit_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c88 unsigned long bit_size; member
125 unsigned long bit_size, align_bit_mask; in lay_out_struct() local
189 unsigned long bit_size, bit_align; in examine_struct_union_type() local
231 unsigned long bit_size = -1, alignment; in examine_array_type() local
256 unsigned long bit_size, alignment, modifiers; in examine_bitfield_type() local
374 unsigned int bit_size = array_element_offset(elem_type->bit_size, count); in implicit_array_size() local
388 int bit_size; in examine_node_type() local
746 int *bit_size; member
813 unsigned long bit_size = ctype->bit_size ? *ctype->bit_size : -1; in init_ctype() local
H A Dcompile-i386.c386 static struct storage *temp_from_bits(unsigned int bit_size) in temp_from_bits()
915 static void emit_scalar(struct expression *expr, unsigned int bit_size) in emit_scalar()
1091 unsigned int bit_size; in emit_copy() local
H A Dsymbol.h168 int bit_size; member