Searched refs:allow_subroutine (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 3363 bool allow_subroutine) in gfc_get_sym_tree() argument 3410 && !(allow_subroutine && p->attr.subroutine) in gfc_get_sym_tree()
|
H A D | decl.cc | 1227 find_special (const char *name, gfc_symbol **result, bool allow_subroutine) in find_special() argument 1233 i = gfc_get_sym_tree (name, NULL, &st, allow_subroutine); in find_special()
|
H A D | ChangeLog-2009 | 1959 (gfc_get_sym_tree): New argument allow_subroutine. 1962 * decl.c (find_special): New argument allow_subroutine.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 3349 bool allow_subroutine) in gfc_get_sym_tree() argument 3396 && !(allow_subroutine && p->attr.subroutine) in gfc_get_sym_tree()
|
H A D | decl.c | 1227 find_special (const char *name, gfc_symbol **result, bool allow_subroutine) in find_special() argument 1233 i = gfc_get_sym_tree (name, NULL, &st, allow_subroutine); in find_special()
|