Searched refs:parse_omp_structured_block (Results 1 – 12 of 12) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2021 | 714 * 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 D | parse.c | 5215 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 D | parse.cc | 5506 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 D | ChangeLog-2020 | 1014 * parse.c (parse_omp_structured_block): Fix same-name check 2263 * parse.c (parse_omp_structured_block): Handle ST_OMP_TARGET_PARALLEL.
|
H A D | ChangeLog | 560 * parse.cc (parse_omp_structured_block): When parsing strictly
|
H A D | ChangeLog-2011 | 1996 (parse_omp_structured_block, parse_executable): Adjust 3042 * parse.c (select_type_pop, parse_omp_structured_block): Likewise.
|
H A D | ChangeLog-2006 | 3441 * parse.c (parse_omp_do, parse_omp_structured_block): Call 3834 parse_omp_structured_block): New functions.
|
H A D | ChangeLog-2014 | 1951 (parse_omp_structured_block): Handle ST_OMP_TASKGROUP and
|
H A D | ChangeLog-2007 | 1624 * parse.c (parse_omp_structured_block): Likewise, 2176 * parse.c (parse_omp_structured_block): Likewise.
|
H A D | ChangeLog-2016 | 849 (parse_omp_structured_block): Handle EXEC_OMP_END_CRITICAL instead
|
H A D | ChangeLog-2008 | 2148 (parse_omp_structured_block, parse_executable): Handle ST_OMP_TASK.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 5215 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()
|