Searched refs:has_finalizer (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c1201 bool has_finalizer = false; local
1238 has_finalizer = gfc_is_finalizable (expr->ts.u.derived, NULL);
1257 if (expr->ts.type == BT_CLASS && !has_finalizer)
H A Dtrans-array.c10957 bool sym_has_alloc_comp, has_finalizer; local
10962 has_finalizer = sym->ts.type == BT_CLASS || sym->ts.type == BT_DERIVED
10967 || has_finalizer
10997 if (TREE_STATIC (descriptor) && !sym_has_alloc_comp && !has_finalizer)
11010 if ((sym_has_alloc_comp || (has_finalizer && sym->ts.type != BT_CLASS))
11059 if (!sym->attr.allocatable && has_finalizer && sym->ts.type != BT_CLASS
11069 else if ((!sym->attr.allocatable || !has_finalizer)
11085 e = has_finalizer ? gfc_lval_expr_from_sym (sym) : NULL;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc1274 bool has_finalizer = false; local
1311 has_finalizer = gfc_is_finalizable (expr->ts.u.derived, NULL);
1330 if (expr->ts.type == BT_CLASS && !has_finalizer)
H A Dtrans-array.cc11191 bool sym_has_alloc_comp, has_finalizer;
11196 has_finalizer = sym->ts.type == BT_CLASS || sym->ts.type == BT_DERIVED
11201 || has_finalizer
11231 if (TREE_STATIC (descriptor) && !sym_has_alloc_comp && !has_finalizer)
11244 if ((sym_has_alloc_comp || (has_finalizer && sym->ts.type != BT_CLASS))
11307 if (!sym->attr.allocatable && has_finalizer && sym->ts.type != BT_CLASS
11317 else if ((!sym->attr.allocatable || !has_finalizer)
11333 e = has_finalizer ? gfc_lval_expr_from_sym (sym) : NULL;
11188 bool sym_has_alloc_comp, has_finalizer; local

Completed in 124 milliseconds