Home
last modified time | relevance | path

Searched refs:DECL_SIZE (Results 1 – 25 of 55) sorted by relevance

123

/NextBSD/contrib/gcc/
HDstor-layout.c326 if (DECL_SIZE (decl) == 0) in layout_decl()
328 DECL_SIZE (decl) = TYPE_SIZE (type); in layout_decl()
333 = fold_convert (sizetype, size_binop (CEIL_DIV_EXPR, DECL_SIZE (decl), in layout_decl()
354 if (integer_zerop (DECL_SIZE (decl)) in layout_decl()
383 = mode_for_size_tree (DECL_SIZE (decl), MODE_INT, 1); in layout_decl()
448 if (DECL_SIZE (decl) != 0 && TREE_CODE (DECL_SIZE (decl)) != INTEGER_CST) in layout_decl()
449 DECL_SIZE (decl) = variable_size (DECL_SIZE (decl)); in layout_decl()
490 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in relayout_decl()
698 || (!integer_zerop (DECL_SIZE (field)) in update_alignment_for_field()
702 && ! integer_zerop (DECL_SIZE (rli->prev_field))))) in update_alignment_for_field()
[all …]
HDsdbout.c1028 && DECL_SIZE (tail) in sdbout_field_types()
1029 && host_integerp (DECL_SIZE (tail), 1) in sdbout_field_types()
1200 && DECL_SIZE (tem) in sdbout_one_type()
1201 && host_integerp (DECL_SIZE (tem), 1) in sdbout_one_type()
1213 PUT_SDB_SIZE (tree_low_cst (DECL_SIZE (tem), 1)); in sdbout_one_type()
HDtree-ssa-alias.c3196 && DECL_SIZE (var) in find_used_portions()
3198 && TREE_CODE (DECL_SIZE (var)) == INTEGER_CST) in find_used_portions()
3206 up->maxused = TREE_INT_CST_LOW (DECL_SIZE (var)); in find_used_portions()
3233 if (DECL_SIZE (var) in find_used_portions()
3235 && TREE_CODE (DECL_SIZE (var)) == INTEGER_CST) in find_used_portions()
3243 up->maxused = TREE_INT_CST_LOW (DECL_SIZE (var)); in find_used_portions()
3287 && DECL_SIZE (var) in create_structure_vars()
3290 && TREE_CODE (DECL_SIZE (var)) == INTEGER_CST) in create_structure_vars()
HDc-decl.c1699 DECL_SIZE (newdecl) = DECL_SIZE (olddecl); in merge_decls()
3190 DECL_SIZE (decl) in add_flexible_array_elts_to_size()
3191 = size_binop (PLUS_EXPR, DECL_SIZE (decl), TYPE_SIZE (type)); in add_flexible_array_elts_to_size()
3683 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in new_block_byref_decl()
3804 int was_incomplete = (DECL_SIZE (decl) == 0); in finish_decl()
3945 if (DECL_SIZE (decl) == 0 && TREE_TYPE (decl) != error_mark_node in finish_decl()
3949 if (DECL_SIZE (decl) == 0 in finish_decl()
3969 && DECL_SIZE (decl) != 0) in finish_decl()
3971 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST) in finish_decl()
3972 constant_expression_warning (DECL_SIZE (decl)); in finish_decl()
[all …]
HDgimplify.c713 DECL_SIZE (var) in force_constant_size()
714 = build_int_cst (TREE_TYPE (DECL_SIZE (var)), max_size * BITS_PER_UNIT); in force_constant_size()
1222 if (TREE_CODE (DECL_SIZE (decl)) != INTEGER_CST) in gimplify_decl_expr()
1229 gimplify_one_sizepos (&DECL_SIZE (decl), stmt_p); in gimplify_decl_expr()
2823 if (TREE_CODE (fdecl) == FIELD_DECL && DECL_SIZE (fdecl) in zero_sized_field_decl()
2824 && integer_zerop (DECL_SIZE (fdecl))) in zero_sized_field_decl()
4442 if (DECL_SIZE (decl) && TREE_CODE (DECL_SIZE (decl)) != INTEGER_CST) in omp_add_variable()
4462 omp_firstprivatize_variable (ctx, DECL_SIZE (decl)); in omp_add_variable()
HDtree.c5558 && DECL_SIZE (TREE_OPERAND (op, 1)) != 0 in get_unwidened()
5559 && host_integerp (DECL_SIZE (TREE_OPERAND (op, 1)), 1)) in get_unwidened()
5562 = tree_low_cst (DECL_SIZE (TREE_OPERAND (op, 1)), 1); in get_unwidened()
5649 && DECL_SIZE (TREE_OPERAND (op, 1)) != 0 in get_narrower()
5650 && host_integerp (DECL_SIZE (TREE_OPERAND (op, 1)), 1)) in get_narrower()
5653 = tree_low_cst (DECL_SIZE (TREE_OPERAND (op, 1)), 1); in get_narrower()
5850 RETURN_TRUE_IF_VAR (DECL_SIZE (t)); in variably_modified_type_p()
7620 WALK_SUBTREE (DECL_SIZE (decl)); in walk_tree()
7720 WALK_SUBTREE (DECL_SIZE (field)); in walk_tree()
HDtree-ssa-operands.c1182 && DECL_SIZE (alias) in access_can_touch_variable()
1183 && TREE_CODE (DECL_SIZE (alias)) == INTEGER_CST in access_can_touch_variable()
1184 && uoffset > TREE_INT_CST_LOW (DECL_SIZE (alias))) in access_can_touch_variable()
HDdbxout.c1413 || ! DECL_SIZE (tem) in dbxout_type_fields()
1414 || ! host_integerp (DECL_SIZE (tem), 1)))) in dbxout_type_fields()
1459 stabstr_D (tree_low_cst (DECL_SIZE (tem), 1)); in dbxout_type_fields()
HDtree-ssa-structalias.c2979 lhstypesize = DECL_P (lhsop) ? DECL_SIZE (lhsop) : TYPE_SIZE (lhstype); in do_structure_copy()
2980 rhstypesize = DECL_P (rhsop) ? DECL_SIZE (rhsop) : TYPE_SIZE (rhstype); in do_structure_copy()
3777 && DECL_SIZE (field) in push_fields_onto_fieldstack()
3778 && !integer_zerop (DECL_SIZE (field))) in push_fields_onto_fieldstack()
3790 pair->size = DECL_SIZE (field); in push_fields_onto_fieldstack()
4063 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decltype); in create_variable_info_for()
HDtree-browser.c397 TB_SET_HEAD (DECL_SIZE (head)); in browse_tree()
HDtree-dfa.c875 size_tree = DECL_SIZE (TREE_OPERAND (exp, 1)); in get_ref_base_and_extent()
HDstmt.c1868 DECL_SIZE (decl) = TYPE_SIZE (type); in expand_decl()
1888 else if (DECL_SIZE (decl) == 0) in expand_decl()
2066 = mode_for_size_tree (DECL_SIZE (decl_elt), MODE_INT, 1); in expand_anon_union_decl()
HDfunction.c1995 DECL_SIZE (p) = NULL; in split_complex_args()
3190 if (data.passed_mode == VOIDmode || DECL_SIZE (parm) == NULL) in gimplify_parameters()
3204 if (!TREE_CONSTANT (DECL_SIZE (parm))) in gimplify_parameters()
3206 gimplify_one_sizepos (&DECL_SIZE (parm), &stmts); in gimplify_parameters()
3220 if (TREE_CONSTANT (DECL_SIZE (parm))) in gimplify_parameters()
HDtree-ssa-ccp.c1492 || !host_integerp (DECL_SIZE (field), 1) in widen_bitfield()
1497 field_size = tree_low_cst (DECL_SIZE (field), 1); in widen_bitfield()
HDtree-nested.c259 return DECL_SIZE (decl) == NULL || !TREE_CONSTANT (DECL_SIZE (decl)); in use_pointer_in_frame()
HDcoverage.c742 DECL_SIZE (tree_ctr_tables[counter]) = TYPE_SIZE (array_type); in build_ctr_info_value()
HDprint-tree.c439 print_node (file, "size", DECL_SIZE (node), indent + 4); in print_node()
HDtree-dump.c508 dump_child ("size", DECL_SIZE (t)); in dequeue_and_dump()
/NextBSD/contrib/gcc/config/
HDnetbsd-aout.h161 && (DECL) && DECL_SIZE (DECL)) \
184 if (!flag_inhibit_size_directive && DECL_SIZE (DECL) \
HDopenbsd.h236 && (DECL) && DECL_SIZE (DECL)) \
255 if (!flag_inhibit_size_directive && DECL_SIZE (DECL) \
HDelfos.h294 && (DECL) && DECL_SIZE (DECL)) \
319 && DECL_SIZE (DECL) \
/NextBSD/contrib/gcc/config/sparc/
HDsol2.h99 && (DECL) && DECL_SIZE (DECL)) \
HDsparc.c4668 if (DECL_SIZE (field) != 0) in function_arg_record_value_1()
4670 if (integer_zerop (DECL_SIZE (field))) in function_arg_record_value_1()
4816 if (DECL_SIZE (field) != 0) in function_arg_record_value_2()
4818 if (integer_zerop (DECL_SIZE (field))) in function_arg_record_value_2()
6694 && (TREE_CODE (DECL_SIZE (DECL_RESULT (current_function_decl))) in print_operand()
6696 && ! integer_zerop (DECL_SIZE (DECL_RESULT (current_function_decl)))) in print_operand()
/NextBSD/contrib/gcc/cp/
HDclass.c782 DECL_SIZE (decl) = TYPE_SIZE (TREE_TYPE (decl)); in build_primary_vtable()
1777 DECL_SIZE (vtable) = DECL_SIZE_UNIT (vtable) = NULL_TREE; in layout_vtable_decl()
2728 DECL_SIZE (field) = convert (bitsizetype, w); in check_bitfield_decl()
3613 DECL_SIZE (decl) = CLASSTYPE_SIZE (basetype); in build_base_field()
4671 && INT_CST_LT (TYPE_SIZE (type), DECL_SIZE (field))) in layout_class_type()
4681 if (INT_CST_LT (DECL_SIZE (field), in layout_class_type()
4694 || INT_CST_LT (TYPE_SIZE (integer_type), DECL_SIZE (field))) in layout_class_type()
4699 padding = DECL_SIZE (field); in layout_class_type()
4707 padding = size_binop (MINUS_EXPR, DECL_SIZE (field), in layout_class_type()
4724 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type()
[all …]
HDdecl.c1775 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl))) in duplicate_decls()
4332 if (!DECL_SIZE (decl) in layout_var_decl()
4340 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE) in layout_var_decl()
4361 && DECL_SIZE (decl) != NULL_TREE in layout_var_decl()
4362 && ! TREE_CONSTANT (DECL_SIZE (decl))) in layout_var_decl()
4364 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST) in layout_var_decl()
4365 constant_expression_warning (DECL_SIZE (decl)); in layout_var_decl()
5089 if (DECL_SIZE (decl) == NULL_TREE) in initialize_local_var()
5096 if (DECL_SIZE (decl) && type != error_mark_node) in initialize_local_var()
5133 if (DECL_SIZE (decl) && cleanup) in initialize_local_var()
[all …]

123