Home
last modified time | relevance | path

Searched refs:gfc_statement (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h70 match gfc_match_if (gfc_statement *);
126 match gfc_match_where (gfc_statement *);
128 match gfc_match_forall (gfc_statement *);
222 match gfc_match_end (gfc_statement *);
236 match gfc_match_type (gfc_statement *);
265 match gfc_match_private (gfc_statement *);
266 match gfc_match_public (gfc_statement *);
H A Dparse.c42 static void check_statement_label (gfc_statement);
147 static gfc_statement
150 gfc_statement st; in decode_specification_statement()
294 static gfc_statement
297 gfc_statement st; in decode_statement()
628 static gfc_statement
820 static gfc_statement
827 gfc_statement ret = ST_NONE; in decode_omp_directive()
1098 static gfc_statement
1156 static gfc_statement
[all …]
H A Dparse.h69 const char *gfc_ascii_statement (gfc_statement);
H A Dmatch.c1496 gfc_match_if (gfc_statement *if_type) in gfc_match_if()
2544 gfc_match_forall (gfc_statement *st) in gfc_match_forall()
2760 match_exit_cycle (gfc_statement st, gfc_exec_op op) in match_exit_cycle()
3019 gfc_match_stopcode (gfc_statement st) in gfc_match_stopcode()
3247 event_statement (gfc_statement st) in event_statement()
3589 lock_unlock_statement (gfc_statement st) in lock_unlock_statement()
3783 sync_statement (gfc_statement st) in sync_statement()
7131 gfc_match_where (gfc_statement *st) in gfc_match_where()
H A Dopenmp.c5900 static gfc_statement
6007 static gfc_statement
6056 gfc_statement st = omp_code_to_statement (omp_current_ctx->code); in resolve_oacc_directive_inside_omp_region()
6057 gfc_statement oacc_st = oacc_code_to_statement (code); in resolve_oacc_directive_inside_omp_region()
6069 gfc_statement st = oacc_code_to_statement (omp_current_ctx->code); in resolve_omp_directive_inside_oacc_region()
6070 gfc_statement omp_st = omp_code_to_statement (code); in resolve_omp_directive_inside_oacc_region()
H A Ddecl.c8246 gfc_match_end (gfc_statement *st) in gfc_match_end()
9051 access_attr_decl (gfc_statement st) in access_attr_decl()
9223 gfc_match_private (gfc_statement *st) in gfc_match_private()
9276 gfc_match_public (gfc_statement *st) in gfc_match_public()
10330 gfc_match_type (gfc_statement *st) in gfc_match_type()
H A Dgfortran.h199 enum gfc_statement enum
H A Dio.c2807 match_filepos (gfc_statement st, gfc_exec_op op) in match_filepos()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h67 match gfc_match_if (gfc_statement *);
121 match gfc_match_where (gfc_statement *);
123 match gfc_match_forall (gfc_statement *);
239 match gfc_match_end (gfc_statement *);
253 match gfc_match_type (gfc_statement *);
282 match gfc_match_private (gfc_statement *);
283 match gfc_match_public (gfc_statement *);
H A Dparse.cc44 static void check_statement_label (gfc_statement);
149 static gfc_statement
152 gfc_statement st; in decode_specification_statement()
296 static gfc_statement
299 gfc_statement st; in decode_statement()
630 static gfc_statement
824 static gfc_statement
831 gfc_statement ret = ST_NONE; in decode_omp_directive()
1216 static gfc_statement
1274 static gfc_statement
[all …]
H A Dparse.h69 const char *gfc_ascii_statement (gfc_statement);
H A DChangeLog-2021715 'gfc_statement', add handling for strictly-structured block case, adjust
864 * gfortran.h (enum gfc_statement): Add ST_OMP_DECLARE_VARIANT.
1311 * gfortran.h (gfc_statement): Add ST_OMP_ERROR.
1353 * gfortran.h (enum gfc_statement): Add ST_OMP_(END_)SCOPE.
1376 * gfortran.h (enum gfc_statement): Add ST_OMP_*_MASKED*.
1715 * gfortran.h (enum gfc_statement): Add
1750 * gfortran.h (enum gfc_statement):
1885 * gfortran.h (enum gfc_statement): Add ST_OMP_PARALLEL_MASTER and
2005 * gfortran.h (enum gfc_statement): Add ST_OMP_DEPOBJ.
H A Dmatch.cc1471 gfc_match_if (gfc_statement *if_type) in gfc_match_if()
2519 gfc_match_forall (gfc_statement *st) in gfc_match_forall()
2735 match_exit_cycle (gfc_statement st, gfc_exec_op op) in match_exit_cycle()
3025 gfc_match_stopcode (gfc_statement st) in gfc_match_stopcode()
3288 event_statement (gfc_statement st) in event_statement()
3630 lock_unlock_statement (gfc_statement st) in lock_unlock_statement()
3824 sync_statement (gfc_statement st) in sync_statement()
7222 gfc_match_where (gfc_statement *st) in gfc_match_where()
H A Dopenmp.cc8660 static gfc_statement
8806 static gfc_statement
8855 gfc_statement st = omp_code_to_statement (omp_current_ctx->code); in resolve_oacc_directive_inside_omp_region()
8856 gfc_statement oacc_st = oacc_code_to_statement (code); in resolve_oacc_directive_inside_omp_region()
8868 gfc_statement st = oacc_code_to_statement (omp_current_ctx->code); in resolve_omp_directive_inside_oacc_region()
8869 gfc_statement omp_st = omp_code_to_statement (code); in resolve_omp_directive_inside_oacc_region()
H A Ddecl.cc8335 gfc_match_end (gfc_statement *st) in gfc_match_end()
9139 access_attr_decl (gfc_statement st) in access_attr_decl()
9311 gfc_match_private (gfc_statement *st) in gfc_match_private()
9364 gfc_match_public (gfc_statement *st) in gfc_match_public()
10420 gfc_match_type (gfc_statement *st) in gfc_match_type()
H A DChangeLog-20141371 * gfortran.h (gfc_statement): Add ST_OMP_TARGET, ST_OMP_END_TARGET,
1710 * gfortran.h (gfc_statement): Add ST_OMP_DECLARE_REDUCTION.
1864 * gfortran.h (gfc_statement): Add ST_OMP_CANCEL,
H A DChangeLog-20081022 * gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.
2150 (gfc_statement): Add ST_OMP_TASK, ST_OMP_END_TASK and ST_OMP_TASKWAIT.
3160 * gfortran.h (gfc_statement): Add ST_WAIT enumerator.
3966 gfortran.h (gfc_statement): Add ST_GET_FCN_CHARACTERISTICS.
H A DChangeLog-201591 * gfortran.h (gfc_statement): Add ST_EVENT_POST, ST_EVENT_WAIT.
521 * gfortran.h (gfc_statement): Add ST_OACC_ATOMIC,
2692 * gfortran.h (gfc_statement): Add ST_OACC_PARALLEL_LOOP,
H A DChangeLog-2020149 * gfortran.h (enum gfc_statement): Add ST_OMP_SCAN.
956 * gfortran.h (enum gfc_statement): Add ST_OMP_REQUIRES.
H A Dgfortran.h233 enum gfc_statement enum
H A DChangeLog-20111975 * gfortran.h (gfc_statement): Add ST_OMP_TASKYIELD and
1991 (parse_omp_atomic): Return gfc_statement instead of void.
2376 * gfortran.h (gfc_statement): Add ST_LOCK and ST_UNLOCK.
H A DChangeLog-2016784 (enum gfc_statement): Add ST_OMP_TARGET_PARALLEL,
2507 * gfortran.h (gfc_statement, sym_flavor): Likewise.
H A DChangeLog-2019387 * gfortran.h (gfc_statement): Add ST_OACC_SERIAL_LOOP,
1148 gfc_statement. Add select_rank_temporary to symbol attribute
H A Dio.cc2807 match_filepos (gfc_statement st, gfc_exec_op op) in match_filepos()
H A DChangeLog-2009847 * gfortran.h (gfc_statement): Add ST_SELECT_TYPE, ST_TYPE_IS and
935 * gfortran.h (enum gfc_statement): Add ST_BLOCK and ST_END_BLOCK.

12