Home
last modified time | relevance | path

Searched refs:find_special (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c1227 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 Ddecl.cc1227 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 DChangeLog-20051830 * symbol.c (find_special): Remove.
1832 find_special in favor of calls to gfc_get_symbol.
H A DChangeLog-20091962 * decl.c (find_special): New argument allow_subroutine.