Home
last modified time | relevance | path

Searched refs:parse_omp_structured_block (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2021714 * parse.c (parse_omp_structured_block): Change return type to
716 recursive calls to parse_omp_structured_block.
717 (parse_executable): Adjust calls to parse_omp_structured_block.
1363 gfc_ascii_statement, parse_omp_structured_block,
1394 gfc_ascii_statement, parse_omp_do, parse_omp_structured_block,
1732 (parse_omp_structured_block): Remove ST_ which use parse_omp_do.
1769 gfc_ascii_statement, parse_omp_do, parse_omp_structured_block,
1892 gfc_ascii_statement, parse_omp_structured_block,
H A Dparse.c5215 parse_omp_structured_block (gfc_statement omp_st, bool workshare_stmts_only) in parse_omp_structured_block() function
5359 parse_omp_structured_block (st, false); in parse_omp_structured_block()
5364 parse_omp_structured_block (st, true); in parse_omp_structured_block()
5571 parse_omp_structured_block (st, false); in parse_executable()
5576 parse_omp_structured_block (st, true); in parse_executable()
H A Dparse.cc5506 parse_omp_structured_block (gfc_statement omp_st, bool workshare_stmts_only) in parse_omp_structured_block() function
5659 st = parse_omp_structured_block (st, false); in parse_omp_structured_block()
5664 st = parse_omp_structured_block (st, true); in parse_omp_structured_block()
5896 st = parse_omp_structured_block (st, false); in parse_executable()
5901 st = parse_omp_structured_block (st, true); in parse_executable()
H A DChangeLog-20201014 * parse.c (parse_omp_structured_block): Fix same-name check
2263 * parse.c (parse_omp_structured_block): Handle ST_OMP_TARGET_PARALLEL.
H A DChangeLog560 * parse.cc (parse_omp_structured_block): When parsing strictly
H A DChangeLog-20111996 (parse_omp_structured_block, parse_executable): Adjust
3042 * parse.c (select_type_pop, parse_omp_structured_block): Likewise.
H A DChangeLog-20063441 * parse.c (parse_omp_do, parse_omp_structured_block): Call
3834 parse_omp_structured_block): New functions.
H A DChangeLog-20141951 (parse_omp_structured_block): Handle ST_OMP_TASKGROUP and
H A DChangeLog-20071624 * parse.c (parse_omp_structured_block): Likewise,
2176 * parse.c (parse_omp_structured_block): Likewise.
H A DChangeLog-2016849 (parse_omp_structured_block): Handle EXEC_OMP_END_CRITICAL instead
H A DChangeLog-20082148 (parse_omp_structured_block, parse_executable): Handle ST_OMP_TASK.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c5215 parse_omp_structured_block (gfc_statement omp_st, bool workshare_stmts_only) in parse_omp_structured_block() function
5359 parse_omp_structured_block (st, false); in parse_omp_structured_block()
5364 parse_omp_structured_block (st, true); in parse_omp_structured_block()
5571 parse_omp_structured_block (st, false); in parse_executable()
5576 parse_omp_structured_block (st, true); in parse_executable()