Searched refs:tb_io_proc (Results 1 – 2 of 2) sorted by relevance
5002 gfc_typebound_proc *tb_io_proc, *specific_proc; in check_dtio_interface1() local5017 tb_io_proc = tb_io_st->n.tb; in check_dtio_interface1()5018 if (tb_io_proc == NULL) in check_dtio_interface1()5021 gcc_assert (tb_io_proc->is_generic); in check_dtio_interface1()5023 specific_proc = tb_io_proc->u.generic->specific; in check_dtio_interface1()5243 gfc_typebound_proc *tb_io_proc, *specific_proc; in gfc_find_specific_dtio_proc() local5252 tb_io_proc = tb_io_st->n.tb; in gfc_find_specific_dtio_proc()5253 gcc_assert (tb_io_proc != NULL); in gfc_find_specific_dtio_proc()5254 gcc_assert (tb_io_proc->is_generic); in gfc_find_specific_dtio_proc()5255 gcc_assert (tb_io_proc->u.generic->next == NULL); in gfc_find_specific_dtio_proc()[all …]
5205 gfc_typebound_proc *tb_io_proc, *specific_proc; in check_dtio_interface1() local5220 tb_io_proc = tb_io_st->n.tb; in check_dtio_interface1()5221 if (tb_io_proc == NULL) in check_dtio_interface1()5224 gcc_assert (tb_io_proc->is_generic); in check_dtio_interface1()5226 specific_proc = tb_io_proc->u.generic->specific; in check_dtio_interface1()5446 gfc_typebound_proc *tb_io_proc, *specific_proc; in gfc_find_specific_dtio_proc() local5455 tb_io_proc = tb_io_st->n.tb; in gfc_find_specific_dtio_proc()5456 gcc_assert (tb_io_proc != NULL); in gfc_find_specific_dtio_proc()5457 gcc_assert (tb_io_proc->is_generic); in gfc_find_specific_dtio_proc()5458 gcc_assert (tb_io_proc->u.generic->next == NULL); in gfc_find_specific_dtio_proc()[all …]