Home
last modified time | relevance | path

Searched refs:mod_proc (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h829 unsigned unmaskable:1, masked:1, contained:1, mod_proc:1, abstract:1; member
H A Ddump-parse-tree.c890 if (attr->mod_proc) in show_attr()
H A Ddecl.c1392 && !sym->attr.mod_proc) in get_proc_name()
9980 sym->attr.mod_proc = 1; in gfc_match_modproc()
H A Dinterface.c2014 if (p->sym->attr.mod_proc in check_sym_interfaces()
H A Dresolve.c750 && el->sym->attr.mod_proc) in resolve_entries()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h901 unsigned unmaskable:1, masked:1, contained:1, mod_proc:1, abstract:1; member
H A Ddump-parse-tree.cc915 if (attr->mod_proc) in show_attr()
H A Ddecl.cc1392 && !sym->attr.mod_proc) in get_proc_name()
10070 sym->attr.mod_proc = 1; in gfc_match_modproc()
H A DChangeLog-2006148 * decl.c (gfc_match_modproc): Set attribute mod_proc.
149 * gfortran.h (symbol_attribute): Add mod_proc atribute.
H A Dinterface.cc2034 if (p->sym->attr.mod_proc in check_sym_interfaces()
H A DChangeLog-20073004 * decl.c (get_proc_name): Include attr->mod_proc in check for error.
H A Dresolve.cc750 && el->sym->attr.mod_proc) in resolve_entries()