Home | History | Annotate | Download | only in fortran

Lines Matching defs:nowait

2465 	      && (m = gfc_match_dupl_check (!c->nowait, "nowait")) != MATCH_NO)
2469 c->nowait = needs_space = true;
6015 bool nowait = false;
6016 if (gfc_match ("% nowait") == MATCH_YES)
6017 nowait = true;
6020 if (nowait)
6021 gfc_error ("Unexpected junk after NOWAIT clause at %C");
6027 new_st.ext.omp_bool = nowait;
6036 if (gfc_match ("% nowait") == MATCH_YES)