Searched refs:gfc_get_errors (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | error.c | 1396 gfc_get_errors (&w, &e); in gfc_internal_error() 1511 gfc_get_errors (int *w, int *e) in gfc_get_errors() function
|
H A D | parse.c | 598 gfc_get_errors (NULL, &ecnt); in decode_statement() 6304 gfc_get_errors (NULL, &errors); in translate_all_program_units() 6443 gfc_get_errors (NULL, &errors_before); in gfc_parse_file() 6451 gfc_get_errors (NULL, &errors_before); in gfc_parse_file() 6482 gfc_get_errors (NULL, &errors); in gfc_parse_file()
|
H A D | gfortran.h | 3024 void gfc_get_errors (int *, int *);
|
H A D | dump-parse-tree.c | 3205 gfc_get_errors (NULL, &error_count); in gfc_dump_c_prototypes()
|
H A D | primary.c | 2897 gfc_get_errors (NULL, &errors); in caf_variable_attr()
|
H A D | class.c | 82 gfc_get_errors (&wcnt, &ecnt); in insert_component_ref()
|
H A D | frontend-passes.c | 164 gfc_get_errors (&w, &e); in gfc_run_passes()
|
H A D | resolve.c | 11361 gfc_get_errors (NULL, &error_count); in generate_component_assignments()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | error.cc | 1497 gfc_get_errors (&w, &e); in gfc_internal_error() 1612 gfc_get_errors (int *w, int *e) in gfc_get_errors() function
|
H A D | parse.cc | 600 gfc_get_errors (NULL, &ecnt); in decode_statement() 6643 gfc_get_errors (NULL, &errors); in translate_all_program_units() 6782 gfc_get_errors (NULL, &errors_before); in gfc_parse_file() 6790 gfc_get_errors (NULL, &errors_before); in gfc_parse_file() 6821 gfc_get_errors (NULL, &errors); in gfc_parse_file()
|
H A D | ChangeLog-2014 | 363 (gfc_get_errors): Ditto. Use bool argument. 364 * gfortran.h (gfc_get_errors): Update prototype. 420 (gfc_get_errors): Include common diagnostic in count.
|
H A D | gfortran.h | 3309 void gfc_get_errors (int *, int *);
|
H A D | dump-parse-tree.cc | 3539 gfc_get_errors (NULL, &error_count); in gfc_dump_c_prototypes()
|
H A D | primary.cc | 2905 gfc_get_errors (NULL, &errors); in caf_variable_attr()
|
H A D | class.cc | 84 gfc_get_errors (&wcnt, &ecnt); in insert_component_ref()
|
H A D | frontend-passes.cc | 164 gfc_get_errors (&w, &e); in gfc_run_passes()
|
H A D | ChangeLog-2004 | 788 (gfc_get_errors): Typo fix in comment in front of function. Remove
|
H A D | ChangeLog-2015 | 1719 (gfc_get_errors): Remove warnings and errors.
|
H A D | resolve.cc | 11520 gfc_get_errors (NULL, &error_count); in generate_component_assignments()
|