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

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c447 match ("exit", gfc_match_exit, ST_EXIT);
1321 case ST_POINTER_ASSIGNMENT: case ST_EXIT: case ST_CYCLE: \
1697 case ST_EXIT:
4071 /* Parse a DO loop. Note that the ST_CYCLE and ST_EXIT statements are
4671 case ST_EXIT:
H A Dmatch.c1479 match ("exit", gfc_match_exit, ST_EXIT)
2541 if (st == ST_EXIT && cnt <= collapse)
2571 if (st == ST_EXIT && cnt <= collapse)
2598 return match_exit_cycle (ST_EXIT, EXEC_EXIT);
H A Dgfortran.h210 ST_ERROR_STOP, ST_EXIT, ST_FORALL, ST_FORALL_BLOCK, ST_FORMAT, ST_FUNCTION, enumerator in enum:__anon86

Completed in 123 milliseconds