Searched refs:simple_type_size_in_bits (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c352 static inline unsigned simple_type_size_in_bits PROTO((tree));
1985 simple_type_size_in_bits (type)
2048 type_size_in_bits = simple_type_size_in_bits (type);
2717 size = simple_type_size_in_bits (field_type (tree_node))
2790 highest_order_object_bit_offset += simple_type_size_in_bits (type);
1975 simple_type_size_in_bits (type) function
H A Ddwarf2out.c2582 static unsigned simple_type_size_in_bits PROTO((tree));
6786 simple_type_size_in_bits (type)
6848 type_size_in_bits = simple_type_size_in_bits (type);
7503 size = simple_type_size_in_bits (field_type (tree_node)) / BITS_PER_UNIT;
7573 highest_order_object_bit_offset += simple_type_size_in_bits (type);
6778 simple_type_size_in_bits (type) function
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c3247 static unsigned HOST_WIDE_INT simple_type_size_in_bits (const_tree);
10570 simple_type_size_in_bits (const_tree type)
10794 simple_type_size_in_bits (type) / BITS_PER_UNIT);
10808 simple_type_size_in_bits (type) / BITS_PER_UNIT);
16637 unsigned int prec = simple_type_size_in_bits (TREE_TYPE (value));
16980 highest_order_object_bit_offset += simple_type_size_in_bits (type);
17827 if (simple_type_size_in_bits (TREE_TYPE (value))
10557 simple_type_size_in_bits (const_tree type) function

Completed in 130 milliseconds