Home
last modified time | relevance | path

Searched refs:parse_executable (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c4111 static gfc_statement parse_executable (gfc_statement);
4139 st = parse_executable (ST_NONE); in parse_if_block()
4242 st = parse_executable (ST_NONE); in parse_select_block()
4326 st = parse_executable (ST_NONE); in parse_select_type_block()
4402 st = parse_executable (ST_NONE); in parse_select_rank_block()
4537 st = parse_executable (ST_NONE); in parse_critical_block()
4786 st = parse_executable (ST_NONE); in parse_associate()
4862 st = parse_executable (ST_NONE); in parse_do_block()
5127 st = parse_executable (ST_NONE); in parse_oacc_structured_block()
5388 st = parse_executable (ST_NONE); in parse_omp_structured_block()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc4361 static gfc_statement parse_executable (gfc_statement);
4389 st = parse_executable (ST_NONE); in parse_if_block()
4492 st = parse_executable (ST_NONE); in parse_select_block()
4576 st = parse_executable (ST_NONE); in parse_select_type_block()
4652 st = parse_executable (ST_NONE); in parse_select_rank_block()
4787 st = parse_executable (ST_NONE); in parse_critical_block()
5036 st = parse_executable (ST_NONE); in parse_associate()
5112 st = parse_executable (ST_NONE); in parse_do_block()
5422 st = parse_executable (ST_NONE); in parse_oacc_structured_block()
5692 st = parse_executable (st); in parse_omp_structured_block()
[all …]
H A DChangeLog-2021717 (parse_executable): Adjust calls to parse_omp_structured_block.
1364 parse_executable): Handle OpenMP's scope construct.
1395 parse_executable): Likewise.
1731 parse_omp_do, parse_executable): Likewise.
1770 parse_executable): Likewise.
1893 parse_executable): Likewise.
H A DChangeLog-2019413 (parse_executable): Handle ST_OACC_SERIAL_LOOP and
749 * parse.c (parse_executable): Add missing ST_OMP_TARGET_SIMD.
1105 * parse.c (parse_executable): Improve error messages for
1165 (parse_executable): Parse select rank block for ST_SELECT_RANK.
1232 (parse_executable): Decode IVDEP, VECTOR, and NOVECTOR pragmas;
H A DChangeLog-20141492 (parse_executable): Likewise.
1953 (parse_executable): Handle ST_OMP_SIMD, ST_OMP_DO_SIMD,
H A DChangeLog-2016852 (parse_executable): Handle ST_OMP_TARGET_PARALLEL,
1055 (parse_executable, gfc_parse_file): Formatting fixes.
H A DChangeLog-2015536 (parse_executable): Handle ST_OACC_ATOMIC.
2811 (parse_executable): Handle ST_OACC_PARALLEL_LOOP,
H A DChangeLog-2009867 (parse_executable): Handle ST_SELECT_TYPE.
955 (parse_executable): Parse BLOCKs.
H A DChangeLog-20063636 (parse_executable): If parse_omp_do returned ST_IMPLIED_ENDDO,
3839 (parse_executable): Rearrange the loop slightly, so that
H A DChangeLog-2003936 (decode_stmt, next_statement, parse_executable): Ditto.
H A DChangeLog-201746 (parse_executable): Diagnose misplaced unroll directive.
H A DChangeLog-20103460 (parse_executable): Handle ST_ASSOCIATE.
4906 parse_executable): Handle new statements.
H A DChangeLog-20121077 (parse_executable): Add obsolescence check for DATA.
H A DChangeLog-20111996 (parse_omp_structured_block, parse_executable): Adjust
H A DChangeLog-20082148 (parse_omp_structured_block, parse_executable): Handle ST_OMP_TASK.