Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/gcc/
H A Dstor-layout.c326 if (DECL_SIZE (decl) == 0) in layout_decl()
328 DECL_SIZE (decl) = TYPE_SIZE (type); in layout_decl()
354 if (integer_zerop (DECL_SIZE (decl)) 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()
698 || (!integer_zerop (DECL_SIZE (field)) in update_alignment_for_field()
951 tree dsize = DECL_SIZE (field); in place_field()
983 tree dsize = DECL_SIZE (field); in place_field()
1122 if (DECL_SIZE (field) != NULL in place_field()
1187 if (DECL_SIZE (field) == 0) in place_field()
[all …]
H A Dsdbout.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()
H A Dtree-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()
H A Dc-decl.c1699 DECL_SIZE (newdecl) = DECL_SIZE (olddecl); in merge_decls()
3184 DECL_SIZE (decl) in add_flexible_array_elts_to_size()
3677 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in new_block_byref_decl()
3798 int was_incomplete = (DECL_SIZE (decl) == 0); in finish_decl()
3943 if (DECL_SIZE (decl) == 0 in finish_decl()
3963 && DECL_SIZE (decl) != 0) in finish_decl()
3965 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST) in finish_decl()
4051 if (DECL_SIZE (decl) in finish_decl()
4052 && !TREE_CONSTANT (DECL_SIZE (decl)) in finish_decl()
4076 if (DECL_SIZE (decl) == 0) in finish_decl()
[all …]
H A Dgimplify.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()
H A Dtree.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()
H A Dtree-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()
H A Ddbxout.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()
H A Dtree-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()
H A Dtree-browser.c397 TB_SET_HEAD (DECL_SIZE (head)); in browse_tree()
H A Dtree-dfa.c875 size_tree = DECL_SIZE (TREE_OPERAND (exp, 1)); in get_ref_base_and_extent()
H A Dstmt.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()
H A Dfunction.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()
H A Dtree-nested.c259 return DECL_SIZE (decl) == NULL || !TREE_CONSTANT (DECL_SIZE (decl)); in use_pointer_in_frame()
H A Dtree-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()
H A Dcoverage.c742 DECL_SIZE (tree_ctr_tables[counter]) = TYPE_SIZE (array_type); in build_ctr_info_value()
H A Dprint-tree.c439 print_node (file, "size", DECL_SIZE (node), indent + 4); in print_node()
H A Dtree-dump.c508 dump_child ("size", DECL_SIZE (t)); in dequeue_and_dump()
/freebsd-12.1/contrib/gcc/config/
H A Dnetbsd-aout.h161 && (DECL) && DECL_SIZE (DECL)) \
184 if (!flag_inhibit_size_directive && DECL_SIZE (DECL) \
H A Dopenbsd.h236 && (DECL) && DECL_SIZE (DECL)) \
255 if (!flag_inhibit_size_directive && DECL_SIZE (DECL) \
H A Delfos.h294 && (DECL) && DECL_SIZE (DECL)) \
319 && DECL_SIZE (DECL) \
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsol2.h99 && (DECL) && DECL_SIZE (DECL)) \
H A Dsparc.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()
/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c782 DECL_SIZE (decl) = TYPE_SIZE (TREE_TYPE (decl)); in build_primary_vtable()
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()
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()
4734 DECL_SIZE (field) = TYPE_SIZE (type); in layout_class_type()
4817 DECL_SIZE (padding_field) = padding; in layout_class_type()
[all …]
H A Ddecl.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