Searched refs:sym_has_alloc_comp (Results 1 – 2 of 2) sorted by relevance
10957 bool sym_has_alloc_comp, has_finalizer; in gfc_trans_deferred_array() local10959 sym_has_alloc_comp = (sym->ts.type == BT_DERIVED in gfc_trans_deferred_array()10966 gcc_assert (sym->attr.pointer || sym->attr.allocatable || sym_has_alloc_comp in gfc_trans_deferred_array()10997 if (TREE_STATIC (descriptor) && !sym_has_alloc_comp && !has_finalizer) in gfc_trans_deferred_array()11010 if ((sym_has_alloc_comp || (has_finalizer && sym->ts.type != BT_CLASS)) in gfc_trans_deferred_array()11070 && sym_has_alloc_comp && !(sym->attr.function || sym->attr.result) in gfc_trans_deferred_array()
11191 bool sym_has_alloc_comp, has_finalizer; in gfc_trans_deferred_array() local11193 sym_has_alloc_comp = (sym->ts.type == BT_DERIVED in gfc_trans_deferred_array()11200 gcc_assert (sym->attr.pointer || sym->attr.allocatable || sym_has_alloc_comp in gfc_trans_deferred_array()11231 if (TREE_STATIC (descriptor) && !sym_has_alloc_comp && !has_finalizer) in gfc_trans_deferred_array()11244 if ((sym_has_alloc_comp || (has_finalizer && sym->ts.type != BT_CLASS)) in gfc_trans_deferred_array()11318 && sym_has_alloc_comp && !(sym->attr.function || sym->attr.result) in gfc_trans_deferred_array()