Searched refs:byte_position (Results 1 – 21 of 21) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | expr.c | 56 cst = byte_position (member); in cplus_expand_constant() 65 cst = size_binop (PLUS_EXPR, cst, byte_position (member)); in cplus_expand_constant()
|
H A D | class.c | 3277 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 D | ChangeLog-2000 | 5112 (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 D | expr.c | 55 tree offset = byte_position (member);
|
H A D | class.c | 3619 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 D | typeck.c | 4346 cp_convert (argtype, byte_position (field))));
|
H A D | ChangeLog | 14984 (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 D | tree-ssa-ccp.c | 1660 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 D | tree-mudflap.c | 826 byte_position (field))); in mf_xform_derefs_1()
|
H A D | tree.c | 1839 byte_position (tree field) in byte_position() function 1852 return tree_low_cst (byte_position (field), 0); in int_byte_position()
|
H A D | tree.h | 3884 extern tree byte_position (tree);
|
H A D | varasm.c | 2356 && host_integerp (byte_position (TREE_OPERAND (target, 1)), 0)) in decode_addr_const()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 1240 byte_position (field) in byte_position() function 1255 return tree_low_cst (byte_position (field), 0);
|
H A D | tree.h | 2540 extern tree byte_position PARAMS ((tree));
|
H A D | varasm.c | 2093 && host_integerp (byte_position (TREE_OPERAND (target, 1)), 0))
|
H A D | c-typeck.c | 3076 convert (argtype, byte_position (field))));
|
H A D | ChangeLog.3 | 8608 * 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 D | class.c | 1231 : byte_position (fdecl)))));
|
H A D | ChangeLog | 5947 * 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 D | objc-act.c | 3819 ivar = tree_cons (NULL_TREE, byte_position (field_decl), ivar);
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 5161 ivar = tree_cons (NULL_TREE, byte_position (field_decl), ivar); in build_ivar_list_initializer()
|