Home
last modified time | relevance | path

Searched refs:bit_from_pos (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.h28 extern tree bit_from_pos (tree, tree);
H A Dstor-layout.cc912 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 Dtree-ssa-sccvn.cc6577 bit_from_pos in eliminate_stmt()
H A Dtree.cc3628 return bit_from_pos (DECL_FIELD_OFFSET (field), in bit_position()
H A Ddwarf2out.cc20087 off = bit_from_pos (ctx->variant_part_offset, off); in add_data_member_location_attribute()
H A DChangeLog-201224697 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
25137 * stor-layout.c (bit_from_pos): Document.
H A DChangeLog-20171871 (bit_from_pos): Use it.
14123 * stor-layout.c (bit_from_pos): Do not distribute the conversion.
H A DChangeLog-200023871 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
H A DChangeLog-20138125 (bit_from_pos): Moved to stor-layout.h.
H A DChangeLog-200411024 (bit_from_pos): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.h28 extern tree bit_from_pos (tree, tree);
H A Dstor-layout.c909 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 Dtree-ssa-sccvn.c6142 bit_from_pos in eliminate_stmt()
H A Dtree.c3359 return bit_from_pos (DECL_FIELD_OFFSET (field), in bit_position()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc6708 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 Dclass.c6621 DECL_SIZE (field) = bit_from_pos (dsize, bitsize_zero_node); in layout_class_type()