Home
last modified time | relevance | path

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 Ddump-parse-tree.c1208 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 Dgfortran.h3188 void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *));
H A Dinterface.c2122 gfc_traverse_user_op (ns, check_uop_interfaces); in gfc_check_interfaces()
H A Dmodule.c6128 gfc_traverse_user_op (gfc_current_ns, write_operator); in write_module()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1235 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 Dgfortran.h3469 void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *));
H A Dmodule.cc6339 gfc_traverse_user_op (gfc_current_ns, write_operator); in write_module()
H A Dinterface.cc2142 gfc_traverse_user_op (ns, check_uop_interfaces); in gfc_check_interfaces()