Searched refs:is_pdt_type (Results 1 – 5 of 5) sorted by relevance
4552 bool is_pdt_type = false; in gfc_trans_deferred_vars() local4683 is_pdt_type = true; in gfc_trans_deferred_vars()4717 is_pdt_type = true; in gfc_trans_deferred_vars()5092 else if (!(UNLIMITED_POLY(sym)) && !is_pdt_type) in gfc_trans_deferred_vars()
8959 bool is_pdt_type = c->ts.type == BT_DERIVED in structure_alloc_comps() local9645 if (cmp_has_alloc_comps || is_pdt_type) in structure_alloc_comps()
4483 bool is_pdt_type = false; in gfc_trans_deferred_vars() local4614 is_pdt_type = true; in gfc_trans_deferred_vars()4648 is_pdt_type = true; in gfc_trans_deferred_vars()5027 else if (!(UNLIMITED_POLY(sym)) && !is_pdt_type) in gfc_trans_deferred_vars()
9127 bool is_pdt_type = c->ts.type == BT_DERIVED in structure_alloc_comps() local9846 if (cmp_has_alloc_comps || is_pdt_type) in structure_alloc_comps()
2723 * trans-array.c (structure_alloc_comps): Add 'is_pdt_type' and