Lines Matching refs:DECL_SIZE
1699 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()
4057 if (DECL_SIZE (decl) in finish_decl()
4058 && !TREE_CONSTANT (DECL_SIZE (decl)) in finish_decl()
4082 if (DECL_SIZE (decl) == 0) in finish_decl()
6141 DECL_SIZE (x) = bitsize_int (width); in finish_struct()