Searched refs:tb_base (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | interface.c | 4213 matching_typebound_op (gfc_expr** tb_base, in matching_typebound_op() argument 4290 *tb_base = base->expr; in matching_typebound_op() 4350 gfc_expr* tb_base; in gfc_extend_expr() local 4369 tbo = matching_typebound_op (&tb_base, actual, in gfc_extend_expr() 4377 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr() 4380 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr() 4392 tbo = matching_typebound_op (&tb_base, actual, i, NULL, &gname); in gfc_extend_expr() 4400 gcc_assert (tb_base); in gfc_extend_expr() 4401 build_compcall_for_operator (e, actual, tb_base, tbo, gname); in gfc_extend_expr() 4489 gfc_expr *lhs, *rhs, *tb_base; in gfc_extend_assign() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | interface.cc | 4416 matching_typebound_op (gfc_expr** tb_base, in matching_typebound_op() argument 4493 *tb_base = base->expr; in matching_typebound_op() 4553 gfc_expr* tb_base; in gfc_extend_expr() local 4572 tbo = matching_typebound_op (&tb_base, actual, in gfc_extend_expr() 4580 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr() 4583 tbo = matching_typebound_op (&tb_base, actual, \ in gfc_extend_expr() 4595 tbo = matching_typebound_op (&tb_base, actual, i, NULL, &gname); in gfc_extend_expr() 4603 gcc_assert (tb_base); in gfc_extend_expr() 4604 build_compcall_for_operator (e, actual, tb_base, tbo, gname); in gfc_extend_expr() 4692 gfc_expr *lhs, *rhs, *tb_base; in gfc_extend_assign() local [all …]
|