Searched refs:ST_CYCLE (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c431 match ("cycle", gfc_match_cycle, ST_CYCLE);
1321 case ST_POINTER_ASSIGNMENT: case ST_EXIT: case ST_CYCLE: \
1607 case ST_CYCLE:
4071 /* Parse a DO loop. Note that the ST_CYCLE and ST_EXIT statements are
4673 case ST_CYCLE:
H A Dmatch.c1473 match ("cycle", gfc_match_cycle, ST_CYCLE)
2546 if (st == ST_CYCLE && cnt < collapse)
2576 if (st == ST_CYCLE && cnt < collapse)
2607 return match_exit_cycle (ST_CYCLE, EXEC_CYCLE);
H A Dgfortran.h203 ST_CALL, ST_CASE, ST_CLOSE, ST_COMMON, ST_CONTINUE, ST_CONTAINS, ST_CYCLE, enumerator in enum:__anon86

Completed in 178 milliseconds