Home
last modified time | relevance | path

Searched refs:tb_io_proc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c5002 gfc_typebound_proc *tb_io_proc, *specific_proc; in check_dtio_interface1() local
5017 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() local
5252 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc5205 gfc_typebound_proc *tb_io_proc, *specific_proc; in check_dtio_interface1() local
5220 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() local
5455 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 …]