Searched refs:parse_omp_do (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2021 | 1394 gfc_ascii_statement, parse_omp_do, parse_omp_structured_block, 1731 parse_omp_do, parse_executable): Likewise. 1732 (parse_omp_structured_block): Remove ST_ which use parse_omp_do. 1769 gfc_ascii_statement, parse_omp_do, parse_omp_structured_block,
|
H A D | parse.c | 4906 parse_omp_do (gfc_statement omp_st) in parse_omp_do() function 5369 st = parse_omp_do (st); in parse_omp_structured_block() 5601 st = parse_omp_do (st); in parse_executable()
|
H A D | parse.cc | 5152 parse_omp_do (gfc_statement omp_st) in parse_omp_do() function 5669 st = parse_omp_do (st); in parse_omp_structured_block() 5939 st = parse_omp_do (st); in parse_executable()
|
H A D | ChangeLog-2006 | 3441 * parse.c (parse_omp_do, parse_omp_structured_block): Call 3635 * parse.c (parse_omp_do): Handle implied end do properly. 3636 (parse_executable): If parse_omp_do returned ST_IMPLIED_ENDDO, 3714 * parse.c (parse_omp_do): Allow new_st.op == EXEC_NOP. 3785 * parse.c (parse_omp_do): Call pop_state before next_statement. 3833 * parse.c (decode_omp_directive, parse_omp_do, parse_omp_atomic, 3840 parse_omp_do can return next_statement.
|
H A D | ChangeLog-2014 | 1491 (parse_omp_do): Handle various new ST_OMP_* codes. 1948 (parse_omp_do): Handle ST_OMP_SIMD, ST_OMP_DO_SIMD and
|
H A D | ChangeLog-2016 | 846 (parse_omp_do): Handle ST_OMP_TARGET_PARALLEL_DO,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 4906 parse_omp_do (gfc_statement omp_st) in parse_omp_do() function 5369 st = parse_omp_do (st); in parse_omp_structured_block() 5601 st = parse_omp_do (st); in parse_executable()
|