Searched refs:mod_proc (Results 1 – 12 of 12) sorted by relevance
829 unsigned unmaskable:1, masked:1, contained:1, mod_proc:1, abstract:1; member
890 if (attr->mod_proc) in show_attr()
1392 && !sym->attr.mod_proc) in get_proc_name()9980 sym->attr.mod_proc = 1; in gfc_match_modproc()
2014 if (p->sym->attr.mod_proc in check_sym_interfaces()
750 && el->sym->attr.mod_proc) in resolve_entries()
901 unsigned unmaskable:1, masked:1, contained:1, mod_proc:1, abstract:1; member
915 if (attr->mod_proc) in show_attr()
1392 && !sym->attr.mod_proc) in get_proc_name()10070 sym->attr.mod_proc = 1; in gfc_match_modproc()
148 * decl.c (gfc_match_modproc): Set attribute mod_proc.149 * gfortran.h (symbol_attribute): Add mod_proc atribute.
2034 if (p->sym->attr.mod_proc in check_sym_interfaces()
3004 * decl.c (get_proc_name): Include attr->mod_proc in check for error.