Lines Matching refs:DECL_SIZE
1775 && (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()
5431 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in new_block_byref_decl()