We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093b7f8 commit a95be81Copy full SHA for a95be81
gcc/fortran/trans-stmt.h
@@ -58,6 +58,10 @@ tree gfc_trans_lock_unlock (gfc_code *, gfc_exec_op);
58
tree gfc_trans_event_post_wait (gfc_code *, gfc_exec_op);
59
tree gfc_trans_fail_image (gfc_code *);
60
tree gfc_trans_forall (gfc_code *);
61
+tree gfc_trans_form_team (gfc_code *);
62
+tree gfc_trans_change_team (gfc_code *);
63
+tree gfc_trans_end_team (gfc_code *);
64
+tree gfc_trans_sync_team (gfc_code *);
65
tree gfc_trans_where (gfc_code *);
66
tree gfc_trans_allocate (gfc_code *);
67
tree gfc_trans_deallocate (gfc_code *);
0 commit comments