Searched refs:gfc_dump_parse_tree (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 6480 gfc_dump_parse_tree (gfc_current_ns, stdout); in gfc_parse_file() 6553 gfc_dump_parse_tree (gfc_current_ns, stdout); in gfc_parse_file()
|
H A D | gfortran.h | 3546 void gfc_dump_parse_tree (gfc_namespace *, FILE *);
|
H A D | dump-parse-tree.c | 3190 gfc_dump_parse_tree (gfc_namespace *ns, FILE *file) in gfc_dump_parse_tree() function
|
H A D | frontend-passes.c | 175 gfc_dump_parse_tree (ns, stdout); in gfc_run_passes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.cc | 6819 gfc_dump_parse_tree (gfc_current_ns, stdout); in gfc_parse_file() 6918 gfc_dump_parse_tree (gfc_current_ns, stdout); in gfc_parse_file()
|
H A D | gfortran.h | 3834 void gfc_dump_parse_tree (gfc_namespace *, FILE *);
|
H A D | dump-parse-tree.cc | 3524 gfc_dump_parse_tree (gfc_namespace *ns, FILE *file) in gfc_dump_parse_tree() function
|
H A D | ChangeLog-2008 | 3143 functions and make them static. Add new gfc_dump_parse_tree 3153 * parse.c (gfc_parse_file): Use gfc_dump_parse_tree.
|
H A D | frontend-passes.cc | 175 gfc_dump_parse_tree (ns, stdout); in gfc_run_passes()
|