| /NextBSD/contrib/gcc/ |
| HD | stor-layout.c | 329 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (type); in layout_decl() 331 else if (DECL_SIZE_UNIT (decl) == 0) in layout_decl() 332 DECL_SIZE_UNIT (decl) in layout_decl() 420 || DECL_SIZE_UNIT (decl) == 0 in layout_decl() 421 || TREE_CODE (DECL_SIZE_UNIT (decl)) == INTEGER_CST)) in layout_decl() 450 if (DECL_SIZE_UNIT (decl) != 0 in layout_decl() 451 && TREE_CODE (DECL_SIZE_UNIT (decl)) != INTEGER_CST) in layout_decl() 452 DECL_SIZE_UNIT (decl) = variable_size (DECL_SIZE_UNIT (decl)); in layout_decl() 459 tree size = DECL_SIZE_UNIT (decl); in layout_decl() 490 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in relayout_decl() [all …]
|
| HD | langhooks.c | 428 && DECL_SIZE_UNIT (exp) != 0) in lhd_expr_size() 429 return DECL_SIZE_UNIT (exp); in lhd_expr_size()
|
| HD | varasm.c | 939 if (DECL_SIZE_UNIT (decl) == NULL) in get_block_for_decl() 941 if (!host_integerp (DECL_SIZE_UNIT (decl), 1)) in get_block_for_decl() 1657 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in assemble_noswitch_variable() 1701 tree_low_cst (DECL_SIZE_UNIT (decl), 1), in assemble_variable_contents() 1705 assemble_zeros (tree_low_cst (DECL_SIZE_UNIT (decl), 1)); in assemble_variable_contents() 1789 && ! host_integerp (DECL_SIZE_UNIT (decl), 1)) in assemble_variable() 4337 else if (DECL_SIZE_UNIT (field)) in output_constructor() 4341 if (host_integerp (DECL_SIZE_UNIT (field), 1)) in output_constructor() 4342 fieldsize = tree_low_cst (DECL_SIZE_UNIT (field), 1); in output_constructor() 6061 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in place_block_symbol() [all …]
|
| HD | emit-rtl.c | 1548 size = (DECL_SIZE_UNIT (t) in set_mem_attributes_minus_bitpos() 1549 && host_integerp (DECL_SIZE_UNIT (t), 1) in set_mem_attributes_minus_bitpos() 1550 ? GEN_INT (tree_low_cst (DECL_SIZE_UNIT (t), 1)) : 0); in set_mem_attributes_minus_bitpos() 2005 if (! DECL_SIZE_UNIT (field)) in widen_memory_access() 2013 if (TREE_CODE (DECL_SIZE_UNIT (field)) == INTEGER_CST in widen_memory_access() 2014 && compare_tree_int (DECL_SIZE_UNIT (field), size) >= 0 in widen_memory_access() 2033 && DECL_SIZE_UNIT (expr) in widen_memory_access() 2034 && TREE_CODE (DECL_SIZE_UNIT (expr)) == INTEGER_CST in widen_memory_access() 2035 && compare_tree_int (DECL_SIZE_UNIT (expr), size) >= 0 in widen_memory_access()
|
| HD | cfgexpand.c | 219 stack_vars[stack_vars_num].size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in add_stack_var() 594 size = tree_low_cst (DECL_SIZE_UNIT (var), 1); in expand_one_stack_var() 716 if (optimize == 0 && tree_low_cst (DECL_SIZE_UNIT (var), 1) < 32) in defer_stack_allocation()
|
| HD | tree-mudflap.c | 818 if (TREE_CODE (DECL_SIZE_UNIT (field)) == INTEGER_CST) in mf_xform_derefs_1() 819 size = DECL_SIZE_UNIT (field); in mf_xform_derefs_1()
|
| HD | tree-ssa-ccp.c | 1700 if (!DECL_SIZE_UNIT (f) in maybe_fold_offset_to_component_ref() 1701 || TREE_CODE (DECL_SIZE_UNIT (f)) != INTEGER_CST) in maybe_fold_offset_to_component_ref() 1704 if (!tree_int_cst_lt (t, DECL_SIZE_UNIT (f))) in maybe_fold_offset_to_component_ref()
|
| HD | stmt.c | 1869 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (type); in expand_decl() 1929 else if (TREE_CODE (DECL_SIZE_UNIT (decl)) == INTEGER_CST in expand_decl() 1931 && 0 < compare_tree_int (DECL_SIZE_UNIT (decl), in expand_decl() 1977 size = expand_normal (DECL_SIZE_UNIT (decl)); in expand_decl()
|
| HD | tree-browser.c | 388 TB_SET_HEAD (DECL_SIZE_UNIT (head)); in browse_tree()
|
| HD | gimplify.c | 711 DECL_SIZE_UNIT (var) in force_constant_size() 712 = build_int_cst (TREE_TYPE (DECL_SIZE_UNIT (var)), max_size); in force_constant_size() 725 if (!host_integerp (DECL_SIZE_UNIT (tmp), 1)) in gimple_add_tmp_var() 1230 gimplify_one_sizepos (&DECL_SIZE_UNIT (decl), stmt_p); in gimplify_decl_expr() 1244 args = tree_cons (NULL, DECL_SIZE_UNIT (decl), NULL); in gimplify_decl_expr() 4461 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl)); in omp_add_variable()
|
| HD | coverage.c | 743 DECL_SIZE_UNIT (tree_ctr_tables[counter]) = TYPE_SIZE_UNIT (array_type); in build_ctr_info_value()
|
| HD | print-tree.c | 440 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4); in print_node()
|
| HD | c-decl.c | 1700 DECL_SIZE_UNIT (newdecl) = DECL_SIZE_UNIT (olddecl); in merge_decls() 3192 DECL_SIZE_UNIT (decl) in add_flexible_array_elts_to_size() 3193 = size_binop (PLUS_EXPR, DECL_SIZE_UNIT (decl), TYPE_SIZE_UNIT (type)); in add_flexible_array_elts_to_size() 3683 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in new_block_byref_decl()
|
| HD | function.c | 1996 DECL_SIZE_UNIT (p) = NULL; in split_complex_args() 3207 gimplify_one_sizepos (&DECL_SIZE_UNIT (parm), &stmts); in gimplify_parameters() 3234 args = tree_cons (NULL, DECL_SIZE_UNIT (parm), NULL); in gimplify_parameters()
|
| HD | tree.c | 5851 RETURN_TRUE_IF_VAR (DECL_SIZE_UNIT (t)); in variably_modified_type_p() 7621 WALK_SUBTREE (DECL_SIZE_UNIT (decl)); in walk_tree() 7721 WALK_SUBTREE (DECL_SIZE_UNIT (field)); in walk_tree()
|
| HD | expr.c | 8995 if (DECL_SIZE_UNIT (array) == NULL_TREE in string_constant() 8996 || TREE_CODE (DECL_SIZE_UNIT (array)) != INTEGER_CST in string_constant() 8998 || compare_tree_int (DECL_SIZE_UNIT (array), length) < 0) in string_constant() 9004 if (compare_tree_int (DECL_SIZE_UNIT (array), length) > 0 in string_constant()
|
| HD | omp-low.c | 669 size = remap_decl (DECL_SIZE_UNIT (decl), &ctx->cb); in fixup_remapped_decl() 672 DECL_SIZE_UNIT (new_decl) = size; in fixup_remapped_decl()
|
| HD | tree-inline.c | 180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); in remap_decl()
|
| HD | c-format.c | 1387 array_size = DECL_SIZE_UNIT (format_tree); in check_format_arg()
|
| HD | tree.h | 2466 #define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit) macro
|
| /NextBSD/contrib/gcc/config/ |
| HD | darwin.h | 556 if (tree_low_cst (DECL_SIZE_UNIT (DECL), 1) == 0) \
|
| /NextBSD/contrib/gcc/config/ia64/ |
| HD | predicates.md | 73 t = DECL_SIZE_UNIT (t);
|
| /NextBSD/contrib/gcc/cp/ |
| HD | class.c | 783 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (TREE_TYPE (decl)); in build_primary_vtable() 1777 DECL_SIZE (vtable) = DECL_SIZE_UNIT (vtable) = NULL_TREE; in layout_vtable_decl() 3614 DECL_SIZE_UNIT (decl) = CLASSTYPE_SIZE_UNIT (basetype); in build_base_field()
|
| HD | ChangeLog-2000 | 5356 (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop. 6054 * decl.c (init_decl_processing): Set DECL_SIZE_UNIT. 6056 * optimize.c (remap_decl): Walk DECL_SIZE_UNIT. 6057 * pt.c (tsubst_decl): Set DECL_SIZE_UNIT. 6059 (walk_tree): Walk DECL_SIZE_UNIT.
|
| HD | decl.c | 5431 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in new_block_byref_decl()
|