| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 5887 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 D | sdbout.c | 1050 && host_integerp (bit_position (tail), 0)) 1232 && host_integerp (bit_position (tem), 0))
|
| H A D | tree-dump.c | 480 dump_child ("bpos", bit_position (t));
|
| H A D | dwarfout.c | 2422 if (! host_integerp (bit_position (decl), 0) 3149 if (! host_integerp (bit_position (decl), 0)
|
| H A D | tree.c | 1217 bit_position (field) in bit_position() function 1233 return tree_low_cst (bit_position (field), 0);
|
| H A D | stor-layout.c | 1371 || ! host_integerp (bit_position (field), 1)
|
| H A D | dbxout.c | 809 && (! host_integerp (bit_position (tem), 0)
|
| H A D | tree.h | 2538 extern tree bit_position PARAMS ((tree));
|
| H A D | dwarf2out.c | 8881 if (! host_integerp (bit_position (decl), 0)) 9940 if (! host_integerp (bit_position (decl), 0)
|
| H A D | ChangeLog.3 | 8608 * 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 D | sdbout.c | 1030 && host_integerp (bit_position (tail), 0)) in sdbout_field_types() 1202 && host_integerp (bit_position (tem), 0)) in sdbout_one_type()
|
| H A D | c-typeck.c | 5798 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 D | tree-dump.c | 514 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
|
| H A D | stor-layout.c | 1340 || ! host_integerp (bit_position (field), 1) in compute_record_mode()
|
| H A D | dbxout.c | 1412 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields()
|
| H A D | tree.c | 1819 bit_position (tree field) in bit_position() function 1832 return tree_low_cst (bit_position (field), 0); in int_bit_position()
|
| H A D | tree.h | 3882 extern tree bit_position (tree);
|
| H A D | dwarf2out.c | 9601 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 D | expr.c | 4980 && host_integerp (bit_position (field), 0)) in store_constructor()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 4866 * 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 D | iq2000.c | 1270 && host_integerp (bit_position (field), 0) in function_arg()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 4624 && host_integerp (bit_position (field), 1)) 4760 && host_integerp (bit_position (field), 1))
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 4676 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 D | ChangeLog | 14738 * 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 D | mips.c | 3861 && host_integerp (bit_position (field), 0) in function_arg()
|