Home
last modified time | relevance | path

Searched refs:is_pdt_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-decl.c4552 bool is_pdt_type = false; in gfc_trans_deferred_vars() local
4683 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()
H A Dtrans-array.c8959 bool is_pdt_type = c->ts.type == BT_DERIVED in structure_alloc_comps() local
9645 if (cmp_has_alloc_comps || is_pdt_type) in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.cc4483 bool is_pdt_type = false; in gfc_trans_deferred_vars() local
4614 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()
H A Dtrans-array.cc9127 bool is_pdt_type = c->ts.type == BT_DERIVED in structure_alloc_comps() local
9846 if (cmp_has_alloc_comps || is_pdt_type) in structure_alloc_comps()
H A DChangeLog-20182723 * trans-array.c (structure_alloc_comps): Add 'is_pdt_type' and