Home
last modified time | relevance | path

Searched refs:allow_subroutine (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc3363 bool allow_subroutine) in gfc_get_sym_tree() argument
3410 && !(allow_subroutine && p->attr.subroutine) in gfc_get_sym_tree()
H A Ddecl.cc1227 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 DChangeLog-20091959 (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 Dsymbol.c3349 bool allow_subroutine) in gfc_get_sym_tree() argument
3396 && !(allow_subroutine && p->attr.subroutine) in gfc_get_sym_tree()
H A Ddecl.c1227 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()