Home
last modified time | relevance | path

Searched refs:byte_position (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dexpr.c56 cst = byte_position (member); in cplus_expand_constant()
65 cst = size_binop (PLUS_EXPR, cst, byte_position (member)); in cplus_expand_constant()
H A Dclass.c3277 field_offset = byte_position (field); in walk_subobject_offsets()
3433 offset = byte_position (decl); in layout_nonempty_base_or_field()
4724 byte_position(field), in layout_class_type()
4749 byte_position (field)) in layout_class_type()
H A DChangeLog-20005112 (get_vfield_offset): Use byte_position.
5118 and call byte_position.
5126 * expr.c (cplus_expand_constant): Use byte_position.
5128 * typeck.c (build_component_addr): Use byte_position and don't
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexpr.c55 tree offset = byte_position (member);
H A Dclass.c3619 field_offset = byte_position (field);
3758 offset = byte_position (decl); in layout_nonempty_base_or_field()
5091 byte_position(field), in layout_class_type()
5111 byte_position (field)) in layout_class_type()
H A Dtypeck.c4346 cp_convert (argtype, byte_position (field))));
H A DChangeLog14984 (get_vfield_offset): Use byte_position.
14990 and call byte_position.
14998 * expr.c (cplus_expand_constant): Use byte_position.
15000 * typeck.c (build_component_addr): Use byte_position and don't
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-ccp.c1660 field_offset = byte_position (f); in maybe_fold_offset_to_component_ref()
1720 offset = int_const_binop (MINUS_EXPR, offset, byte_position (f), 1); in maybe_fold_offset_to_component_ref()
H A Dtree-mudflap.c826 byte_position (field))); in mf_xform_derefs_1()
H A Dtree.c1839 byte_position (tree field) in byte_position() function
1852 return tree_low_cst (byte_position (field), 0); in int_byte_position()
H A Dtree.h3884 extern tree byte_position (tree);
H A Dvarasm.c2356 && host_integerp (byte_position (TREE_OPERAND (target, 1)), 0)) in decode_addr_const()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c1240 byte_position (field) in byte_position() function
1255 return tree_low_cst (byte_position (field), 0);
H A Dtree.h2540 extern tree byte_position PARAMS ((tree));
H A Dvarasm.c2093 && host_integerp (byte_position (TREE_OPERAND (target, 1)), 0))
H A Dc-typeck.c3076 convert (argtype, byte_position (field))));
H A DChangeLog.38608 * tree.c (bit_position, byte_position): Likewise.
8962 * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
9192 (byte_position, int_byte_position): New functions.
9224 (byte_position, int_byte_position): Likewise.
9235 * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c1231 : byte_position (fdecl)))));
H A DChangeLog5947 * boehm.c (mark_reference_fields): Only call byte_position on
6141 * class.c (make_field_value): Use byte_position.
6142 * expr.c (JAVA_ARRAY_LENGTH_OFFSET): Use byte_position.
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c3819 ivar = tree_cons (NULL_TREE, byte_position (field_decl), ivar);
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c5161 ivar = tree_cons (NULL_TREE, byte_position (field_decl), ivar); in build_ivar_list_initializer()