Home
last modified time | relevance | path

Searched refs:pdt_template (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.c2348 && c->ts.u.derived && c->ts.u.derived->attr.pdt_template in build_struct()
2980 && gfc_current_block ()->attr.pdt_template) in variable_decl()
3888 instance->attr.pdt_template = 0; in gfc_get_pdt_instance()
3917 && c1->ts.u.derived && c1->ts.u.derived->attr.pdt_template in gfc_get_pdt_instance()
4059 && c1->ts.u.derived && c1->ts.u.derived->attr.pdt_template) in gfc_get_pdt_instance()
4324 && sym->attr.pdt_template in gfc_match_decl_type_spec()
4509 && sym->attr.pdt_template in gfc_match_decl_type_spec()
4531 && dt_sym->attr.pdt_template in gfc_match_decl_type_spec()
10609 sym->attr.pdt_template = 1; in gfc_match_derived_decl()
10650 if (extended->attr.pdt_template) in gfc_match_derived_decl()
[all …]
H A Ddecl.cc2430 && c->ts.u.derived && c->ts.u.derived->attr.pdt_template in build_struct()
3070 && gfc_current_block ()->attr.pdt_template) in variable_decl()
3985 instance->attr.pdt_template = 0; in gfc_get_pdt_instance()
4014 && c1->ts.u.derived && c1->ts.u.derived->attr.pdt_template in gfc_get_pdt_instance()
4156 && c1->ts.u.derived && c1->ts.u.derived->attr.pdt_template) in gfc_get_pdt_instance()
4421 && sym->attr.pdt_template in gfc_match_decl_type_spec()
4606 && sym->attr.pdt_template in gfc_match_decl_type_spec()
4628 && dt_sym->attr.pdt_template in gfc_match_decl_type_spec()
10691 sym->attr.pdt_template = 1; in gfc_match_derived_decl()
10732 if (extended->attr.pdt_template) in gfc_match_derived_decl()
[all …]
H A Dmodule.c2338 if (attr->pdt_template) in mio_symbol_attribute()
2571 attr->pdt_template = 1; in mio_symbol_attribute()
4168 if (sym->attr.pdt_template && sym->formal && sym->formal->sym) in mio_full_f2k_derived()
H A Dmodule.cc2396 if (attr->pdt_template) in mio_symbol_attribute()
2666 attr->pdt_template = 1; in mio_symbol_attribute()
4314 if (sym->attr.pdt_template && sym->formal && sym->formal->sym) in mio_full_f2k_derived()
H A Dmatch.c2056 && der_type->attr.pdt_template; in match_derived_type_spec()
2089 gcc_assert (!derived->attr.pdt_template && derived->attr.pdt_type); in match_derived_type_spec()
H A Dmatch.cc2031 && der_type->attr.pdt_template; in match_derived_type_spec()
2064 gcc_assert (!derived->attr.pdt_template && derived->attr.pdt_type); in match_derived_type_spec()
H A Dgfortran.h984 unsigned pdt_kind:1, pdt_len:1, pdt_type:1, pdt_template:1, member
H A Ddump-parse-tree.c737 if (attr->flavor == FL_DERIVED && attr->pdt_template) in show_attr()
H A Dtrans-types.c2519 gcc_assert (!derived->attr.pdt_template); in gfc_get_derived_type()
H A Ddump-parse-tree.cc762 if (attr->flavor == FL_DERIVED && attr->pdt_template) in show_attr()
H A Dtrans-types.cc2587 gcc_assert (!derived->attr.pdt_template); in gfc_get_derived_type()
H A Dclass.c2286 if (derived->attr.pdt_template) in gfc_find_derived_vtab()
H A Dclass.cc2294 if (derived->attr.pdt_template) in gfc_find_derived_vtab()
H A Dresolve.c1217 && derived->attr.pdt_template) in get_pdt_constructor()
1255 if (expr->ts.u.derived->attr.pdt_template) in resolve_structure_cons()
14919 if (sym->attr.pdt_template) in resolve_fl_derived0()
15018 && !(sym->attr.use_assoc || sym->attr.vtype || sym->attr.pdt_template)) in resolve_fl_derived()
H A Dresolve.cc1241 && derived->attr.pdt_template) in get_pdt_constructor()
1279 if (expr->ts.u.derived->attr.pdt_template) in resolve_structure_cons()
15136 if (sym->attr.pdt_template) in resolve_fl_derived0()
15238 && !(sym->attr.use_assoc || sym->attr.vtype || sym->attr.pdt_template)) in resolve_fl_derived()
H A Dsymbol.c3246 && gfc_current_block ()->attr.pdt_template) in gfc_find_sym_tree()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c2348 && c->ts.u.derived && c->ts.u.derived->attr.pdt_template in build_struct()
2980 && gfc_current_block ()->attr.pdt_template) in variable_decl()
3888 instance->attr.pdt_template = 0; in gfc_get_pdt_instance()
3917 && c1->ts.u.derived && c1->ts.u.derived->attr.pdt_template in gfc_get_pdt_instance()
4059 && c1->ts.u.derived && c1->ts.u.derived->attr.pdt_template) in gfc_get_pdt_instance()
4324 && sym->attr.pdt_template in gfc_match_decl_type_spec()
4509 && sym->attr.pdt_template in gfc_match_decl_type_spec()
4531 && dt_sym->attr.pdt_template in gfc_match_decl_type_spec()
10609 sym->attr.pdt_template = 1; in gfc_match_derived_decl()
10650 if (extended->attr.pdt_template) in gfc_match_derived_decl()
[all …]
H A Dmodule.c2338 if (attr->pdt_template) in mio_symbol_attribute()
2571 attr->pdt_template = 1; in mio_symbol_attribute()
4168 if (sym->attr.pdt_template && sym->formal && sym->formal->sym) in mio_full_f2k_derived()
H A Dmatch.c2056 && der_type->attr.pdt_template; in match_derived_type_spec()
2089 gcc_assert (!derived->attr.pdt_template && derived->attr.pdt_type); in match_derived_type_spec()
H A Dgfortran.h912 unsigned pdt_kind:1, pdt_len:1, pdt_type:1, pdt_template:1, member
H A Ddump-parse-tree.c737 if (attr->flavor == FL_DERIVED && attr->pdt_template) in show_attr()
H A Dtrans-types.c2519 gcc_assert (!derived->attr.pdt_template); in gfc_get_derived_type()
H A Dclass.c2286 if (derived->attr.pdt_template) in gfc_find_derived_vtab()
H A Dresolve.c1217 && derived->attr.pdt_template) in get_pdt_constructor()
1255 if (expr->ts.u.derived->attr.pdt_template) in resolve_structure_cons()
14919 if (sym->attr.pdt_template) in resolve_fl_derived0()
15018 && !(sym->attr.use_assoc || sym->attr.vtype || sym->attr.pdt_template)) in resolve_fl_derived()
H A Dsymbol.c3246 && gfc_current_block ()->attr.pdt_template) in gfc_find_sym_tree()

12