Searched refs:bit_from_pos (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.h | 28 extern tree bit_from_pos (tree, tree);
|
H A D | stor-layout.cc | 912 bit_from_pos (tree offset, tree bitpos) in bit_from_pos() function 1027 return bit_from_pos (rli->offset, rli->bitpos); in rli_size_so_far()
|
H A D | tree-ssa-sccvn.cc | 6577 bit_from_pos in eliminate_stmt()
|
H A D | tree.cc | 3628 return bit_from_pos (DECL_FIELD_OFFSET (field), in bit_position()
|
H A D | dwarf2out.cc | 20087 off = bit_from_pos (ctx->variant_part_offset, off); in add_data_member_location_attribute()
|
H A D | ChangeLog-2012 | 24697 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype 25137 * stor-layout.c (bit_from_pos): Document.
|
H A D | ChangeLog-2017 | 1871 (bit_from_pos): Use it. 14123 * stor-layout.c (bit_from_pos): Do not distribute the conversion.
|
H A D | ChangeLog-2000 | 23871 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
|
H A D | ChangeLog-2013 | 8125 (bit_from_pos): Moved to stor-layout.h.
|
H A D | ChangeLog-2004 | 11024 (bit_from_pos): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stor-layout.h | 28 extern tree bit_from_pos (tree, tree);
|
H A D | stor-layout.c | 909 bit_from_pos (tree offset, tree bitpos) in bit_from_pos() function 1024 return bit_from_pos (rli->offset, rli->bitpos); in rli_size_so_far()
|
H A D | tree-ssa-sccvn.c | 6142 bit_from_pos in eliminate_stmt()
|
H A D | tree.c | 3359 return bit_from_pos (DECL_FIELD_OFFSET (field), in bit_position()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 6708 DECL_SIZE (field) = bit_from_pos (size, bitsize_zero_node); in layout_class_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 6621 DECL_SIZE (field) = bit_from_pos (dsize, bitsize_zero_node); in layout_class_type()
|