/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.h | 69 const char *gfc_ascii_statement (gfc_statement);
|
H A D | parse.cc | 1930 gfc_ascii_statement (gfc_statement st) in gfc_ascii_statement() function 2895 gfc_error ("Unexpected %s statement at %C", gfc_ascii_statement (st)); in unexpected_statement() 3051 gfc_ascii_statement (st), in verify_st_order() 3052 gfc_ascii_statement (p->last_statement), &p->where); in verify_st_order() 3813 gfc_ascii_statement (st)); in parse_interface() 3871 gfc_ascii_statement (st)); in parse_interface() 4028 gfc_ascii_statement (st)); in parse_spec() 4060 gfc_ascii_statement (st)); in parse_spec() 4144 gfc_ascii_statement (st)); in parse_spec() 4152 "specification", gfc_ascii_statement (st)); in parse_spec() [all …]
|
H A D | match.cc | 2765 name, gfc_ascii_statement (st)); in match_exit_cycle() 2773 name, gfc_ascii_statement (st)); in match_exit_cycle() 2785 gfc_ascii_statement (st)); in match_exit_cycle() 2793 gfc_ascii_statement (st)); in match_exit_cycle() 2805 gfc_ascii_statement (st)); in match_exit_cycle() 2808 gfc_ascii_statement (st), sym->name); in match_exit_cycle() 2845 gfc_ascii_statement (st), sym->name); in match_exit_cycle() 2854 gfc_ascii_statement (st)); in match_exit_cycle() 3059 gfc_ascii_statement (st)); in gfc_match_stopcode() 3104 gfc_ascii_statement (st), &quiet->where)) in gfc_match_stopcode() [all …]
|
H A D | ChangeLog-2021 | 358 (gfc_ascii_statement): Fix ST_OMP_END_TEAMS_LOOP result. 891 (gfc_ascii_statement): Handle ST_OMP_DECLARE_VARIANT. 1174 * parse.c (gfc_ascii_statement): Add missing ST_OMP_END_SCOPE. 1324 gfc_ascii_statement): Handle 'omp error'. 1363 gfc_ascii_statement, parse_omp_structured_block, 1394 gfc_ascii_statement, parse_omp_do, parse_omp_structured_block, 1730 * parse.c (decode_omp_directive case_exec_markers, gfc_ascii_statement, 1769 gfc_ascii_statement, parse_omp_do, parse_omp_structured_block, 1892 gfc_ascii_statement, parse_omp_structured_block, 2015 * parse.c (decode_omp_directive, next_statement, gfc_ascii_statement):
|
H A D | decl.cc | 8532 : gfc_ascii_statement(*st), &old_loc)) in gfc_match_end() 8539 gfc_ascii_statement (*st), &old_loc); in gfc_match_end() 8550 ? "END PROCEDURE" : gfc_ascii_statement(*st), &old_loc); in gfc_match_end() 8570 block_name, gfc_ascii_statement (*st), &old_loc); in gfc_match_end() 8601 gfc_ascii_statement (*st)); in gfc_match_end() 8610 gfc_ascii_statement (*st)); in gfc_match_end()
|
H A D | ChangeLog-2015 | 114 (gfc_ascii_statement): Add ST_EVENT_POST, ST_EVENT_WAIT. 532 (gfc_ascii_statement): Handle ST_OACC_ATOMIC, ST_OACC_END_ATOMIC. 1373 (gfc_ascii_statement): Add END SUBMODULE. 2802 (gfc_ascii_statement): Handle ST_OACC_PARALLEL_LOOP,
|
H A D | ChangeLog-2014 | 1490 (gfc_ascii_statement): Handle new ST_OMP_* codes. 1746 (gfc_ascii_statement): Print ST_OMP_DECLARE_REDUCTION. 1943 (gfc_ascii_statement): Handle ST_OMP_CANCEL,
|
H A D | openmp.cc | 8858 "a %s region at %L", gfc_ascii_statement (oacc_st), in resolve_oacc_directive_inside_omp_region() 8859 gfc_ascii_statement (st), &code->loc); in resolve_oacc_directive_inside_omp_region() 8871 "a %s region at %L", gfc_ascii_statement (omp_st), in resolve_omp_directive_inside_oacc_region() 8872 gfc_ascii_statement (st), &code->loc); in resolve_omp_directive_inside_oacc_region()
|
H A D | ChangeLog-2020 | 158 gfc_ascii_statement): Likewise. 969 (gfc_ascii_statement): Handle ST_OMP_REQUIRES.
|
H A D | ChangeLog-2017 | 1836 * parse.c (gfc_ascii_statement): Use !$ACC for ST_OACC_ATOMIC 1888 (gfc_ascii_statement): Same.
|
H A D | gfortran.h | 3295 gfc_error ("Syntax error in %s statement at %C", gfc_ascii_statement (ST));
|
H A D | ChangeLog-2005 | 900 (gfc_ascii_statement): Deal with the enumerator statements. 1481 * parse.c (gfc_ascii_statement): Likewise. 1972 (next_statement): Add case for flush. (gfc_ascii_statement): Likewise.
|
H A D | ChangeLog-2008 | 1045 (gfc_ascii_statement): Ditto. 2146 (gfc_ascii_statement): Handle ST_OMP_TASK, ST_OMP_END_TASK and 3192 (next_statement): Add case for ST_WAIT. (gfc_ascii_statement): Same.
|
H A D | ChangeLog-2016 | 845 (gfc_ascii_statement): Handle new OpenMP 4.5 constructs. 2523 gfc_ascii_statement, verify_st_order, parse_spec): Likewise.
|
H A D | ChangeLog-2019 | 408 (gfc_ascii_statement): Likewise. Handle ST_OACC_END_SERIAL_LOOP 1163 (next_statement, gfc_ascii_statement): Add ST_SELECT_RANK.
|
H A D | io.cc | 2856 gfc_ascii_statement (st)); in match_filepos()
|
H A D | ChangeLog-2009 | 865 (gfc_ascii_statement): Handle ST_SELECT_TYPE, ST_TYPE_IS, ST_CLASS_IS. 952 (gfc_ascii_statement): Handle ST_BLOCK and ST_END_BLOCK.
|
H A D | ChangeLog-2011 | 1990 (gfc_ascii_statement): Handle ST_OMP_TASKYIELD. 2385 gfc_ascii_statement): Ditto.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.h | 69 const char *gfc_ascii_statement (gfc_statement);
|
H A D | parse.c | 1800 gfc_ascii_statement (gfc_statement st) in gfc_ascii_statement() function 2645 gfc_error ("Unexpected %s statement at %C", gfc_ascii_statement (st)); in unexpected_statement() 2801 gfc_ascii_statement (st), in verify_st_order() 2802 gfc_ascii_statement (p->last_statement), &p->where); in verify_st_order() 3563 gfc_ascii_statement (st)); in parse_interface() 3621 gfc_ascii_statement (st)); in parse_interface() 3778 gfc_ascii_statement (st)); in parse_spec() 3810 gfc_ascii_statement (st)); in parse_spec() 3894 gfc_ascii_statement (st)); in parse_spec() 3902 "specification", gfc_ascii_statement (st)); in parse_spec() [all …]
|
H A D | match.c | 2790 name, gfc_ascii_statement (st)); in match_exit_cycle() 2798 name, gfc_ascii_statement (st)); in match_exit_cycle() 2810 gfc_ascii_statement (st)); in match_exit_cycle() 2818 gfc_ascii_statement (st)); in match_exit_cycle() 2830 gfc_ascii_statement (st)); in match_exit_cycle() 2833 gfc_ascii_statement (st), sym->name); in match_exit_cycle() 2870 gfc_ascii_statement (st), sym->name); in match_exit_cycle() 2879 gfc_ascii_statement (st)); in match_exit_cycle() 3046 gfc_ascii_statement (st)); in gfc_match_stopcode() 3091 "procedure", gfc_ascii_statement (st))) in gfc_match_stopcode() [all …]
|
H A D | decl.c | 8442 : gfc_ascii_statement(*st), &old_loc)) in gfc_match_end() 8449 gfc_ascii_statement (*st), &old_loc); in gfc_match_end() 8460 ? "END PROCEDURE" : gfc_ascii_statement(*st), &old_loc); in gfc_match_end() 8480 block_name, gfc_ascii_statement (*st), &old_loc); in gfc_match_end() 8511 gfc_ascii_statement (*st)); in gfc_match_end() 8520 gfc_ascii_statement (*st)); in gfc_match_end()
|
H A D | openmp.c | 6059 "a %s region at %L", gfc_ascii_statement (oacc_st), in resolve_oacc_directive_inside_omp_region() 6060 gfc_ascii_statement (st), &code->loc); in resolve_oacc_directive_inside_omp_region() 6072 "a %s region at %L", gfc_ascii_statement (omp_st), in resolve_omp_directive_inside_oacc_region() 6073 gfc_ascii_statement (st), &code->loc); in resolve_omp_directive_inside_oacc_region()
|
H A D | gfortran.h | 3010 gfc_error ("Syntax error in %s statement at %C", gfc_ascii_statement (ST));
|
H A D | io.c | 2856 gfc_ascii_statement (st)); in match_filepos()
|