Searched refs:tb_base (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c3634 matching_typebound_op (gfc_expr** tb_base, argument
3711 *tb_base = base->expr;
3771 gfc_expr* tb_base; local
3790 tbo = matching_typebound_op (&tb_base, actual,
3798 tbo = matching_typebound_op (&tb_base, actual, \
3801 tbo = matching_typebound_op (&tb_base, actual, \
3813 tbo = matching_typebound_op (&tb_base, actual, i, NULL, &gname);
3821 gcc_assert (tb_base);
3822 build_compcall_for_operator (e, actual, tb_base, tbo, gname);
3910 gfc_expr *lhs, *rhs, *tb_base; local
[all...]

Completed in 90 milliseconds