HomeSort by: relevance | last modified time | path
    Searched defs:tb_base (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 4562 matching_typebound_op (gfc_expr** tb_base,
4639 *tb_base = base->expr;
4699 gfc_expr* tb_base; local
4718 tbo = matching_typebound_op (&tb_base, actual,
4726 tbo = matching_typebound_op (&tb_base, actual, \
4729 tbo = matching_typebound_op (&tb_base, actual, \
4741 tbo = matching_typebound_op (&tb_base, actual, i, NULL, &gname);
4749 gcc_assert (tb_base);
4750 build_compcall_for_operator (e, actual, tb_base, tbo, gname);
4849 gfc_expr *lhs, *rhs, *tb_base; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 4420 matching_typebound_op (gfc_expr** tb_base,
4497 *tb_base = base->expr;
4557 gfc_expr* tb_base; local
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 tbo = matching_typebound_op (&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; local
    [all...]

Completed in 69 milliseconds