Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c10130 get_struct_decl (const char *name, sym_flavor fl, locus *decl, in get_struct_decl() function
10210 if (!get_struct_decl (name, FL_STRUCT, &old_loc, &sym)) in gfc_match_map()
10243 if (!get_struct_decl (name, FL_UNION, &old_loc, &sym)) in gfc_match_union()
10316 if (!get_struct_decl (gfc_dt_upper_string (name), FL_STRUCT, &where, &sym)) in gfc_match_structure_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc10220 get_struct_decl (const char *name, sym_flavor fl, locus *decl, in get_struct_decl() function
10300 if (!get_struct_decl (name, FL_STRUCT, &old_loc, &sym)) in gfc_match_map()
10333 if (!get_struct_decl (name, FL_UNION, &old_loc, &sym)) in gfc_match_union()
10406 if (!get_struct_decl (gfc_dt_upper_string (name), FL_STRUCT, &where, &sym)) in gfc_match_structure_decl()
H A DChangeLog-2016620 * decl.c (get_struct_decl, gfc_match_map, gfc_match_union): Fix
2495 * decl.c (match_clist_expr, match_record_decl, get_struct_decl,
H A DChangeLog-20172091 get_struct_decl directly with gfc_dt_upper_string (name) result.