Home
last modified time | relevance | path

Searched refs:DECL_FIELD_OFFSET (Results 1 – 23 of 23) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dstor-layout.c774 DECL_FIELD_OFFSET (field) = size_zero_node; in place_union_field()
860 DECL_FIELD_OFFSET (field) = rli->offset; in place_field()
1152 DECL_FIELD_OFFSET (field) = rli->offset; in place_field()
1162 else if (integer_zerop (DECL_FIELD_OFFSET (field))) in place_field()
1164 else if (host_integerp (DECL_FIELD_OFFSET (field), 1)) in place_field()
1166 * (tree_low_cst (DECL_FIELD_OFFSET (field), 1) in place_field()
1167 & - tree_low_cst (DECL_FIELD_OFFSET (field), 1))); in place_field()
Dexcept.c421 = (tree_low_cst (DECL_FIELD_OFFSET (f_cs), 1) in init_eh()
424 = (tree_low_cst (DECL_FIELD_OFFSET (f_data), 1) in init_eh()
427 = (tree_low_cst (DECL_FIELD_OFFSET (f_per), 1) in init_eh()
430 = (tree_low_cst (DECL_FIELD_OFFSET (f_lsda), 1) in init_eh()
433 = (tree_low_cst (DECL_FIELD_OFFSET (f_jbuf), 1) in init_eh()
Dtree-browser.c374 TB_SET_HEAD (DECL_FIELD_OFFSET (head)); in browse_tree()
Dtree.c1825 return bit_from_pos (DECL_FIELD_OFFSET (field), in bit_position()
1845 return byte_from_pos (DECL_FIELD_OFFSET (field), in byte_position()
2293 && (CONTAINS_PLACEHOLDER_P (DECL_FIELD_OFFSET (field)) in type_contains_placeholder_1()
5820 RETURN_TRUE_IF_VAR (DECL_FIELD_OFFSET (t)); in variably_modified_type_p()
7097 if (!operand_equal_p (DECL_FIELD_OFFSET (f1), in fields_compatible_p()
7098 DECL_FIELD_OFFSET (f2), OEP_ONLY_CONST)) in fields_compatible_p()
7693 WALK_SUBTREE (DECL_FIELD_OFFSET (field)); in walk_tree()
Dtree-object-size.c106 off = size_binop (PLUS_EXPR, DECL_FIELD_OFFSET (t), in compute_object_offset()
Dprint-tree.c470 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4); in print_node()
Dtree-dump.c513 if (DECL_FIELD_OFFSET (t)) in dequeue_and_dump()
Dtree-sra.c443 h = iterative_hash_expr (DECL_FIELD_OFFSET (t), 0); in sra_hash_tree()
Dtree-ssa-structalias.c2352 if (TREE_CODE (DECL_FIELD_OFFSET (fdecl)) != INTEGER_CST in bitpos_of_field()
2356 return (tree_low_cst (DECL_FIELD_OFFSET (fdecl), 1) * 8) in bitpos_of_field()
Dtree-inline.c185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); in remap_decl()
Dgimplify.c4386 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field)); in omp_firstprivatize_type_sizes()
6124 gimplify_one_sizepos (&DECL_FIELD_OFFSET (field), list_p); in gimplify_type_sizes()
Dexpr.c4965 offset = DECL_FIELD_OFFSET (field); in store_constructor()
5924 return SUBSTITUTE_PLACEHOLDER_IN_EXPR (DECL_FIELD_OFFSET (field), exp); in component_ref_field_offset()
Dtree.h2663 #define DECL_FIELD_OFFSET(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.offset) macro
Dtree.def377 Operand 2, if present, is the value of DECL_FIELD_OFFSET, measured
Dbuiltins.c1105 && host_integerp (DECL_FIELD_OFFSET (field), 0)) in get_memory_rtx()
1106 offset += tree_low_cst (DECL_FIELD_OFFSET (field), 0) in get_memory_rtx()
Dc-common.c6246 off = size_binop (PLUS_EXPR, DECL_FIELD_OFFSET (t), in fold_offsetof_1()
DChangeLog-20061304 * tree.h (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): Fix
1306 DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET, and DECL_OFFSET_ALIGN.
DChangeLog-200024355 print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
24469 (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
DChangeLog-20055821 * stor-layout.c (place_field): Set DECL_FIELD_OFFSET and
DChangeLog-200425936 and copy DECL_FIELD_OFFSET and DECL_QUALIFIER, if they exist.
/freebsd-9-stable/contrib/gcc/cp/
Dclass.c3280 field_offset = DECL_FIELD_OFFSET (field); in walk_subobject_offsets()
4748 && !tree_int_cst_equal (DECL_FIELD_OFFSET (field), in layout_class_type()
4876 DECL_FIELD_OFFSET (*next_field) = DECL_FIELD_OFFSET (field); in layout_class_type()
DChangeLog-20004867 if we don't have a DECL_FIELD_OFFSET.
5124 (finish_struct_1): Set DECL_FIELD_OFFSET.
/freebsd-9-stable/contrib/gcc/doc/
Dc-tree.texi972 combination of three attributes. @code{DECL_FIELD_OFFSET} is the position,