Home
last modified time | relevance | path

Searched refs:bit_position (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c5887 bitpos = bit_position (purpose);
5891 if (tree_int_cst_lt (bitpos, bit_position (p->purpose)))
6217 tree bitpos = bit_position (field);
6222 bit_position (constructor_unfilled_fields))))
6230 else if (tree_int_cst_lt (bitpos, bit_position (p->purpose)))
6349 bitpos = bit_position (field);
6350 unfillpos = bit_position (constructor_unfilled_fields);
6482 ctor_unfilled_bitpos = bit_position (constructor_unfilled_fields);
6483 elt_bitpos = bit_position (elt->purpose);
6519 bit_position (elt->purpose))))
[all …]
H A Dsdbout.c1050 && host_integerp (bit_position (tail), 0))
1232 && host_integerp (bit_position (tem), 0))
H A Dtree-dump.c480 dump_child ("bpos", bit_position (t));
H A Ddwarfout.c2422 if (! host_integerp (bit_position (decl), 0)
3149 if (! host_integerp (bit_position (decl), 0)
H A Dtree.c1217 bit_position (field) in bit_position() function
1233 return tree_low_cst (bit_position (field), 0);
H A Dstor-layout.c1371 || ! host_integerp (bit_position (field), 1)
H A Ddbxout.c809 && (! host_integerp (bit_position (tem), 0)
H A Dtree.h2538 extern tree bit_position PARAMS ((tree));
H A Ddwarf2out.c8881 if (! host_integerp (bit_position (decl), 0))
9940 if (! host_integerp (bit_position (decl), 0)
H A DChangeLog.38608 * tree.c (bit_position, byte_position): Likewise.
9191 * tree.c (bit_position): Compute from new fields.
9806 (build_unary_op, add_pending_init): Use bit_position.
9813 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
9837 (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
9840 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
9841 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
9844 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
/openbsd-src/gnu/gcc/gcc/
H A Dsdbout.c1030 && host_integerp (bit_position (tail), 0)) in sdbout_field_types()
1202 && host_integerp (bit_position (tem), 0)) in sdbout_one_type()
H A Dc-typeck.c5798 bitpos = bit_position (purpose); in add_pending_init()
5802 if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in add_pending_init()
6127 tree bitpos = bit_position (field); in find_init_member()
6132 bit_position (constructor_unfilled_fields)))) in find_init_member()
6140 else if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in find_init_member()
6267 bitpos = bit_position (field); in output_init_element()
6268 unfillpos = bit_position (constructor_unfilled_fields); in output_init_element()
6401 ctor_unfilled_bitpos = bit_position (constructor_unfilled_fields); in output_pending_init_elements()
6402 elt_bitpos = bit_position (elt->purpose); in output_pending_init_elements()
6438 bit_position (elt->purpose)))) in output_pending_init_elements()
[all …]
H A Dtree-dump.c514 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
H A Dstor-layout.c1340 || ! host_integerp (bit_position (field), 1) in compute_record_mode()
H A Ddbxout.c1412 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields()
H A Dtree.c1819 bit_position (tree field) in bit_position() function
1832 return tree_low_cst (bit_position (field), 0); in int_bit_position()
H A Dtree.h3882 extern tree bit_position (tree);
H A Ddwarf2out.c9601 if (! host_integerp (bit_position (decl), 0)) in field_byte_offset()
10815 if (! host_integerp (bit_position (decl), 0) in add_bit_offset_attribute()
H A Dexpr.c4980 && host_integerp (bit_position (field), 0)) in store_constructor()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20004866 * dump.c (dequeue_and_dump): Don't try to print the bit_position
5125 * dump.c (dequeue_and_dump): Call bit_position.
5352 (get_vfield_offset): Use bit_position.
5359 (finish_struct_1): Use bit_position.
5365 * expr.c (cplus_expand_constant): Use bit_position.
5367 * rtti.c (get_base_offset): Use bit_position.
5371 (build_component_addr): Use bit_position.
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1270 && host_integerp (bit_position (field), 0) in function_arg()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4624 && host_integerp (bit_position (field), 1))
4760 && host_integerp (bit_position (field), 1))
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4676 if (host_integerp (bit_position (field), 1)) in function_arg_record_value_1()
4824 if (host_integerp (bit_position (field), 1)) in function_arg_record_value_2()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog14738 * dump.c (dequeue_and_dump): Don't try to print the bit_position
14997 * dump.c (dequeue_and_dump): Call bit_position.
15224 (get_vfield_offset): Use bit_position.
15231 (finish_struct_1): Use bit_position.
15237 * expr.c (cplus_expand_constant): Use bit_position.
15239 * rtti.c (get_base_offset): Use bit_position.
15243 (build_component_addr): Use bit_position.
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c3861 && host_integerp (bit_position (field), 0) in function_arg()

12