Home
last modified time | relevance | path

Searched refs:tb_uop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c4243 gfc_symtree* tb_uop; in matching_typebound_op() local
4246 tb_uop = gfc_find_typebound_user_op (derived, &result, uop, in matching_typebound_op()
4249 if (tb_uop) in matching_typebound_op()
4250 tb = tb_uop->n.tb; in matching_typebound_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc4446 gfc_symtree* tb_uop; in matching_typebound_op() local
4449 tb_uop = gfc_find_typebound_user_op (derived, &result, uop, in matching_typebound_op()
4452 if (tb_uop) in matching_typebound_op()
4453 tb = tb_uop->n.tb; in matching_typebound_op()