Searched refs:find_special (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | decl.c | 1227 find_special (const char *name, gfc_symbol **result, bool allow_subroutine) in find_special() function 1891 if (find_special (name, &sym, false)) in add_init_expr_to_sym() 8590 if (find_special (name, &sym, false)) in attr_decl1() 11707 if (find_special (name, &sym, true)) in gfc_match_gcc_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | decl.cc | 1227 find_special (const char *name, gfc_symbol **result, bool allow_subroutine) in find_special() function 1970 if (find_special (name, &sym, false)) in add_init_expr_to_sym() 8680 if (find_special (name, &sym, false)) in attr_decl1() 11798 if (find_special (name, &sym, true)) in gfc_match_gcc_attributes()
|
H A D | ChangeLog-2005 | 1830 * symbol.c (find_special): Remove. 1832 find_special in favor of calls to gfc_get_symbol.
|
H A D | ChangeLog-2009 | 1962 * decl.c (find_special): New argument allow_subroutine.
|