Searched refs:gfc_statement (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.h66 const char *gfc_ascii_statement (gfc_statement);
H A Dmatch.h69 match gfc_match_if (gfc_statement *);
117 match gfc_match_where (gfc_statement *);
119 match gfc_match_forall (gfc_statement *);
200 match gfc_match_end (gfc_statement *);
231 match gfc_match_private (gfc_statement *);
232 match gfc_match_public (gfc_statement *);
H A Dparse.c43 static void check_statement_label (gfc_statement);
150 static gfc_statement
153 gfc_statement st;
293 static gfc_statement
297 gfc_statement st;
589 static gfc_statement
676 static gfc_statement
875 static gfc_statement
923 static gfc_statement
1079 static gfc_statement
[all...]
H A Dmatch.c1344 gfc_match_if (gfc_statement *if_type)
2186 gfc_match_forall (gfc_statement *st)
2402 match_exit_cycle (gfc_statement st, gfc_exec_op op)
2615 gfc_match_stopcode (gfc_statement st)
2772 event_statement (gfc_statement st)
2967 lock_unlock_statement (gfc_statement st)
3161 sync_statement (gfc_statement st)
5864 gfc_match_where (gfc_statement *st)
H A Dopenmp.c4268 static gfc_statement
4300 static gfc_statement
4329 gfc_statement st = omp_code_to_statement (omp_current_ctx->code);
4330 gfc_statement oacc_st = oacc_code_to_statement (code);
4342 gfc_statement st = oacc_code_to_statement (omp_current_ctx->code);
4343 gfc_statement omp_st = omp_code_to_statement (code);
H A Ddecl.c6194 gfc_match_end (gfc_statement *st)
6948 access_attr_decl (gfc_statement st)
7116 gfc_match_private (gfc_statement *st)
7159 gfc_match_public (gfc_statement *st)
H A Dgfortran.h259 gfc_statement; typedef in typeref:enum:__anon86

Completed in 200 milliseconds