Searched refs:DECL_FIELD_OFFSET (Results 1 – 23 of 23) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | stor-layout.c | 774 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()
|
| D | except.c | 421 = (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()
|
| D | tree-browser.c | 374 TB_SET_HEAD (DECL_FIELD_OFFSET (head)); in browse_tree()
|
| D | tree.c | 1825 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()
|
| D | tree-object-size.c | 106 off = size_binop (PLUS_EXPR, DECL_FIELD_OFFSET (t), in compute_object_offset()
|
| D | print-tree.c | 470 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4); in print_node()
|
| D | tree-dump.c | 513 if (DECL_FIELD_OFFSET (t)) in dequeue_and_dump()
|
| D | tree-sra.c | 443 h = iterative_hash_expr (DECL_FIELD_OFFSET (t), 0); in sra_hash_tree()
|
| D | tree-ssa-structalias.c | 2352 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()
|
| D | tree-inline.c | 185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); in remap_decl()
|
| D | gimplify.c | 4386 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()
|
| D | expr.c | 4965 offset = DECL_FIELD_OFFSET (field); in store_constructor() 5924 return SUBSTITUTE_PLACEHOLDER_IN_EXPR (DECL_FIELD_OFFSET (field), exp); in component_ref_field_offset()
|
| D | tree.h | 2663 #define DECL_FIELD_OFFSET(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.offset) macro
|
| D | tree.def | 377 Operand 2, if present, is the value of DECL_FIELD_OFFSET, measured
|
| D | builtins.c | 1105 && 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()
|
| D | c-common.c | 6246 off = size_binop (PLUS_EXPR, DECL_FIELD_OFFSET (t), in fold_offsetof_1()
|
| D | ChangeLog-2006 | 1304 * tree.h (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): Fix 1306 DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET, and DECL_OFFSET_ALIGN.
|
| D | ChangeLog-2000 | 24355 print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET. 24469 (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
|
| D | ChangeLog-2005 | 5821 * stor-layout.c (place_field): Set DECL_FIELD_OFFSET and
|
| D | ChangeLog-2004 | 25936 and copy DECL_FIELD_OFFSET and DECL_QUALIFIER, if they exist.
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | class.c | 3280 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()
|
| D | ChangeLog-2000 | 4867 if we don't have a DECL_FIELD_OFFSET. 5124 (finish_struct_1): Set DECL_FIELD_OFFSET.
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 972 combination of three attributes. @code{DECL_FIELD_OFFSET} is the position,
|