Home
last modified time | relevance | path

Searched refs:module_procedure (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c1329 if (sym->attr.module_procedure && sym->attr.if_source == IFSRC_IFBODY) in get_proc_name()
1422 && !current_attr.module_procedure in get_proc_name()
4933 if (gfc_current_ns->proc_name->attr.module_procedure) in gfc_match_import()
6363 current_attr.module_procedure = 1; in gfc_match_prefix()
6450 if (dest->module_procedure) in copy_prefix()
6524 if (progname->attr.module_procedure in gfc_match_formal_arglist()
6665 if (progname->attr.module_procedure && progname->attr.host_assoc) in gfc_match_formal_arglist()
7397 if (current_attr.module_procedure) in gfc_match_function_decl()
7398 sym->attr.module_procedure = 1; in gfc_match_function_decl()
7455 if (sym->attr.is_bind_c && sym->attr.module_procedure && sym->old_symbol in gfc_match_function_decl()
[all …]
H A Dgfortran.h834 unsigned module_procedure:1; member
2879 && attr->module_procedure)
H A Dsymbol.c1817 if (attr->proc != PROC_UNKNOWN && !attr->module_procedure in gfc_add_procedure()
1949 if (sym->attr.module_procedure == 1 in gfc_add_explicit_interface()
2001 && !sym->attr.module_procedure) in gfc_add_type()
H A Dtrans-decl.c449 && !sym->attr.module_procedure) in gfc_sym_mangled_function_id()
2350 bool module_procedure = sym->attr.module_procedure in build_function_decl() local
2355 gcc_assert (!sym->attr.external || module_procedure); in build_function_decl()
H A Dmodule.c2318 if (attr->module_procedure) in mio_symbol_attribute()
2544 attr->module_procedure =1; in mio_symbol_attribute()
6338 if (sym && sym->attr.module_procedure) in check_for_module_procedures()
H A Dparse.c3545 if (gfc_new_block->attr.module_procedure) in parse_interface()
6079 if (sym->attr.module_procedure) in set_syms_host_assoc()
H A Dinterface.c1471 if (s1->ns->proc_name && s1->ns->proc_name->attr.module_procedure in gfc_check_dummy_characteristics()
2015 && !p->sym->attr.module_procedure in check_sym_interfaces()
H A Ddump-parse-tree.c892 if (attr->module_procedure) in show_attr()
H A Dresolve.c13319 if (sym->attr.external && sym->attr.function && !sym->attr.module_procedure in resolve_fl_procedure()
13345 if (sym->attr.module_procedure in resolve_fl_procedure()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc1329 if (sym->attr.module_procedure && sym->attr.if_source == IFSRC_IFBODY) in get_proc_name()
1422 && !current_attr.module_procedure in get_proc_name()
5038 if (gfc_current_ns->proc_name->attr.module_procedure) in gfc_match_import()
6452 current_attr.module_procedure = 1; in gfc_match_prefix()
6539 if (dest->module_procedure) in copy_prefix()
6613 if (progname->attr.module_procedure in gfc_match_formal_arglist()
6754 if (progname->attr.module_procedure && progname->attr.host_assoc) in gfc_match_formal_arglist()
7486 if (current_attr.module_procedure) in gfc_match_function_decl()
7487 sym->attr.module_procedure = 1; in gfc_match_function_decl()
7544 if (sym->attr.is_bind_c && sym->attr.module_procedure && sym->old_symbol in gfc_match_function_decl()
[all …]
H A Dgfortran.h906 unsigned module_procedure:1; member
3163 && attr->module_procedure)
H A Dsymbol.cc1824 if (attr->proc != PROC_UNKNOWN && !attr->module_procedure in gfc_add_procedure()
1956 if (sym->attr.module_procedure == 1 in gfc_add_explicit_interface()
2008 && !sym->attr.module_procedure) in gfc_add_type()
H A DChangeLog-20151342 module_procedure attribute.
1348 module_procedure attribute.
1355 attribute bits 'used_in_submodule' and 'module_procedure'. Add
1366 for the 'module_procedure' attribute bit.
1393 characteristics of a module_procedure with its interface, using
H A Dmodule.cc2381 if (attr->module_procedure) in mio_symbol_attribute()
2644 attr->module_procedure =1; in mio_symbol_attribute()
6549 if (sym && sym->attr.module_procedure) in check_for_module_procedures()
H A Dtrans-decl.cc446 && !sym->attr.module_procedure) in gfc_sym_mangled_function_id()
2374 bool module_procedure = sym->attr.module_procedure in build_function_decl() local
2379 gcc_assert (!sym->attr.external || module_procedure); in build_function_decl()
H A Dparse.cc3795 if (gfc_new_block->attr.module_procedure) in parse_interface()
6421 if (sym->attr.module_procedure) in set_syms_host_assoc()
H A Dinterface.cc1483 if (s1->ns->proc_name && s1->ns->proc_name->attr.module_procedure in gfc_check_dummy_characteristics()
2035 && !p->sym->attr.module_procedure in check_sym_interfaces()
H A Ddump-parse-tree.cc917 if (attr->module_procedure) in show_attr()
H A Dresolve.cc13531 if (sym->attr.external && sym->attr.function && !sym->attr.module_procedure in resolve_fl_procedure()
13557 if (sym->attr.module_procedure in resolve_fl_procedure()
14257 && !proc->attr.module_procedure) in resolve_typebound_procedure()