Searched refs:switch_types (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 2308 switch_types (gfc_symtree *st, gfc_symbol *from, gfc_symbol *to) in switch_types() function 2319 switch_types (st->left, from, to); in switch_types() 2320 switch_types (st->right, from, to); in switch_types() 2390 switch_types (sym->ns->sym_root, sym, s); in gfc_use_derived()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 2301 switch_types (gfc_symtree *st, gfc_symbol *from, gfc_symbol *to) in switch_types() function 2312 switch_types (st->left, from, to); in switch_types() 2313 switch_types (st->right, from, to); in switch_types() 2383 switch_types (sym->ns->sym_root, sym, s); in gfc_use_derived()
|