Lines Matching refs:decl
483 static void update_decl_size(tree decl) in update_decl_size() argument
488 type = TREE_TYPE(decl); in update_decl_size()
493 init = DECL_INITIAL(decl); in update_decl_size()
507 for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field)) in update_decl_size()
522 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); in update_decl_size()
530 tree decl = (tree)event_data; in randomize_layout_finish_decl() local
533 if (decl == NULL_TREE || decl == error_mark_node) in randomize_layout_finish_decl()
536 type = TREE_TYPE(decl); in randomize_layout_finish_decl()
538 if (TREE_CODE(decl) != VAR_DECL) in randomize_layout_finish_decl()
547 DECL_SIZE(decl) = 0; in randomize_layout_finish_decl()
548 DECL_SIZE_UNIT(decl) = 0; in randomize_layout_finish_decl()
549 SET_DECL_ALIGN(decl, 0); in randomize_layout_finish_decl()
550 SET_DECL_MODE (decl, VOIDmode); in randomize_layout_finish_decl()
551 SET_DECL_RTL(decl, 0); in randomize_layout_finish_decl()
552 update_decl_size(decl); in randomize_layout_finish_decl()
553 layout_decl(decl, 0); in randomize_layout_finish_decl()