Searched refs:gfc_traverse_user_op (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dump-parse-tree.c | 1208 gfc_traverse_user_op (gfc_namespace *ns, void (*func) (gfc_user_op *)) in gfc_traverse_user_op() function 3150 gfc_traverse_user_op (ns, show_uop); in show_namespace()
|
H A D | gfortran.h | 3188 void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *));
|
H A D | interface.c | 2122 gfc_traverse_user_op (ns, check_uop_interfaces); in gfc_check_interfaces()
|
H A D | module.c | 6128 gfc_traverse_user_op (gfc_current_ns, write_operator); in write_module()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dump-parse-tree.cc | 1235 gfc_traverse_user_op (gfc_namespace *ns, void (*func) (gfc_user_op *)) in gfc_traverse_user_op() function 3484 gfc_traverse_user_op (ns, show_uop); in show_namespace()
|
H A D | gfortran.h | 3469 void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *));
|
H A D | module.cc | 6339 gfc_traverse_user_op (gfc_current_ns, write_operator); in write_module()
|
H A D | interface.cc | 2142 gfc_traverse_user_op (ns, check_uop_interfaces); in gfc_check_interfaces()
|