Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gcc/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 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.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 Dexpr.cc1161 && !gfc_bt_struct (ref->u.c.component->ts.type)) in is_subref_array()
1957 && (p->ts.type == BT_CHARACTER || gfc_bt_struct (p->ts.type))) in simplify_const_ref()
1967 if (gfc_bt_struct (p->ts.type) in simplify_const_ref()
4932 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 Dresolve.cc6570 || (check_types && gfc_bt_struct (ref->u.c.component->ts.type))) in get_declared_from_expr()
6874 if ((class_ref && gfc_bt_struct (class_ref->u.c.component->ts.type)) in resolve_typebound_function()
7004 if ((class_ref && gfc_bt_struct (class_ref->u.c.component->ts.type)) in resolve_typebound_subroutine()
8216 if (gfc_bt_struct (sym->ts.type) || sym->ts.type == BT_CLASS) in resolve_allocate_expr()
11442 if ((!gfc_bt_struct (c->ts.type) in nonscalar_typebound_assign()
11582 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.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 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.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 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.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 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.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 Dprimary.cc3272 && (!gfc_bt_struct (comp_tail->val->ts.type) in gfc_convert_to_structure_constructor()
/netbsd/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()

12