Home | History | Annotate | Download | only in fortran

Lines Matching defs:tb_base

4420 matching_typebound_op (gfc_expr** tb_base,
4497 *tb_base = base->expr;
4557 gfc_expr* tb_base;
4576 tbo = matching_typebound_op (&tb_base, actual,
4584 tbo = matching_typebound_op (&tb_base, actual, \
4587 tbo = matching_typebound_op (&tb_base, actual, \
4599 tb_base, actual, i, NULL, &gname);
4607 gcc_assert (tb_base);
4608 build_compcall_for_operator (e, actual, tb_base, tbo, gname);
4696 gfc_expr *lhs, *rhs, *tb_base;
4726 tbo = matching_typebound_op (&tb_base, actual, INTRINSIC_ASSIGN,
4732 gcc_assert (tb_base);
4734 build_compcall_for_operator (c->expr1, actual, tb_base, tbo, gname);