Home
last modified time | relevance | path

Searched refs:gfc_bt_struct (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-io.c1797 if (gfc_bt_struct (ts->type) && ts->u.derived->components in transfer_namelist_element()
2410 if (gfc_bt_struct (ts->type) || ts->type == BT_CLASS) in transfer_expr()
2444 else if (gfc_bt_struct (ts->type)) in transfer_expr()
2604 if (!(gfc_bt_struct (expr->ts.type) in gfc_trans_transfer()
H A Dexpr.c1151 && !gfc_bt_struct (ref->u.c.component->ts.type)) in is_subref_array()
1941 && (p->ts.type == BT_CHARACTER || gfc_bt_struct (p->ts.type))) in simplify_const_ref()
1951 if (gfc_bt_struct (p->ts.type) in simplify_const_ref()
4901 if (gfc_bt_struct (c->ts.type)) in gfc_has_default_initializer()
H A Dresolve.c6450 || (check_types && gfc_bt_struct (ref->u.c.component->ts.type))) in get_declared_from_expr()
6754 if ((class_ref && gfc_bt_struct (class_ref->u.c.component->ts.type)) in resolve_typebound_function()
6884 if ((class_ref && gfc_bt_struct (class_ref->u.c.component->ts.type)) in resolve_typebound_subroutine()
8094 if (gfc_bt_struct (sym->ts.type) || sym->ts.type == BT_CLASS) in resolve_allocate_expr()
11280 if ((!gfc_bt_struct (c->ts.type) in nonscalar_typebound_assign()
11420 if (!gfc_bt_struct (comp1->ts.type) in generate_component_assignments()
14335 if (!gfc_bt_struct (c->ts.type) in check_defined_assignments()
14399 if (gfc_bt_struct (c->ts.type) && c->ts.u.derived->attr.coarray_comp in resolve_component()
16793 if (gfc_bt_struct (c->ts.type) in resolve_equivalence_derived()
H A Dmatch.c175 else if (gfc_bt_struct (sym->ts.type)) in gfc_match_member_sep()
214 if (c && (gfc_bt_struct (c->ts.type) || c->ts.type == BT_CLASS)) in gfc_match_member_sep()
H A Dgfortran.h67 #define gfc_bt_struct(t) \ macro
H A Dtrans-stmt.c6124 if (!gfc_bt_struct (expr->ts.type) && expr->ts.type != BT_CLASS) in allocate_get_initializer()
6133 if (gfc_bt_struct (expr->ts.type) in allocate_get_initializer()
7264 if (gfc_bt_struct (expr->ts.type) in gfc_trans_deallocate()
H A Ddecl.c1929 if (!gfc_bt_struct (sym->ts.type) && !gfc_bt_struct (init->ts.type) in add_init_expr_to_sym()
2130 if (sym->ts.type != BT_CHARACTER && !gfc_bt_struct (sym->ts.type)) in add_init_expr_to_sym()
H A Dprimary.c3286 && (!gfc_bt_struct (comp_tail->val->ts.type) in gfc_convert_to_structure_constructor()
H A Dtrans-types.c3125 && !gfc_bt_struct (arg->ts.type)) in gfc_get_function_type()
H A Dtrans-expr.c8056 if (gfc_bt_struct (cm->ts.type) in gfc_trans_alloc_subarray_assign()
9900 else if (gfc_bt_struct (ts.type) in gfc_trans_scalar_assign()
9958 else if (gfc_bt_struct (ts.type)) in gfc_trans_scalar_assign()
H A Dcheck.c3367 if (gfc_bt_struct (x->ts.type) || x->ts.type == BT_CLASS) in gfc_check_kind()
H A Dmodule.c2661 if (!gfc_bt_struct (ts->type) && ts->type != BT_CLASS) in mio_typespec()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-io.cc1822 if (gfc_bt_struct (ts->type) && ts->u.derived->components in transfer_namelist_element()
2435 if (gfc_bt_struct (ts->type) || ts->type == BT_CLASS) in transfer_expr()
2469 else if (gfc_bt_struct (ts->type)) in transfer_expr()
2629 if (!(gfc_bt_struct (expr->ts.type) in gfc_trans_transfer()
H A Dexpr.cc1161 && !gfc_bt_struct (ref->u.c.component->ts.type)) in is_subref_array()
1966 && (p->ts.type == BT_CHARACTER || gfc_bt_struct (p->ts.type))) in simplify_const_ref()
1976 if (gfc_bt_struct (p->ts.type) in simplify_const_ref()
4941 if (gfc_bt_struct (c->ts.type)) in gfc_has_default_initializer()
H A Dresolve.cc6572 || (check_types && gfc_bt_struct (ref->u.c.component->ts.type))) in get_declared_from_expr()
6876 if ((class_ref && gfc_bt_struct (class_ref->u.c.component->ts.type)) in resolve_typebound_function()
7006 if ((class_ref && gfc_bt_struct (class_ref->u.c.component->ts.type)) in resolve_typebound_subroutine()
8218 if (gfc_bt_struct (sym->ts.type) || sym->ts.type == BT_CLASS) in resolve_allocate_expr()
11439 if ((!gfc_bt_struct (c->ts.type) in nonscalar_typebound_assign()
11579 if (!gfc_bt_struct (comp1->ts.type) in generate_component_assignments()
14548 if (!gfc_bt_struct (c->ts.type) in check_defined_assignments()
14612 if (gfc_bt_struct (c->ts.type) && c->ts.u.derived->attr.coarray_comp in resolve_component()
17028 if (gfc_bt_struct (c->ts.type) in resolve_equivalence_derived()
H A Dmatch.cc175 else if (gfc_bt_struct (sym->ts.type)) in gfc_match_member_sep()
214 if (c && (gfc_bt_struct (c->ts.type) || c->ts.type == BT_CLASS)) in gfc_match_member_sep()
H A Dtrans-stmt.cc6160 if (!gfc_bt_struct (expr->ts.type) && expr->ts.type != BT_CLASS) in allocate_get_initializer()
6169 if (gfc_bt_struct (expr->ts.type) in allocate_get_initializer()
7297 if (gfc_bt_struct (expr->ts.type) in gfc_trans_deallocate()
H A Ddecl.cc2011 if (!gfc_bt_struct (sym->ts.type) && !gfc_bt_struct (init->ts.type) in add_init_expr_to_sym()
2212 if (sym->ts.type != BT_CHARACTER && !gfc_bt_struct (sym->ts.type)) in add_init_expr_to_sym()
H A Dgfortran.h67 #define gfc_bt_struct(t) \ macro
H A Dprimary.cc3294 && (!gfc_bt_struct (comp_tail->val->ts.type) in gfc_convert_to_structure_constructor()
H A Dtrans-types.cc3223 && !gfc_bt_struct (arg->ts.type)) in gfc_get_function_type()
H A Dtrans-expr.cc8599 if (gfc_bt_struct (cm->ts.type) in gfc_trans_alloc_subarray_assign()
10444 else if (gfc_bt_struct (ts.type) in gfc_trans_scalar_assign()
10502 else if (gfc_bt_struct (ts.type)) in gfc_trans_scalar_assign()
H A Dcheck.cc3371 if (gfc_bt_struct (x->ts.type) || x->ts.type == BT_CLASS) in gfc_check_kind()
H A Dmodule.cc2812 if (!gfc_bt_struct (ts->type) && ts->type != BT_CLASS) in mio_typespec()
H A DChangeLog-20162480 (gfc_bt_struct, gfc_fl_struct, case_bt_struct, case_fl_struct): New

12