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

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.c1493 match ("stop", gfc_match_stop, ST_STOP)
2652 if (st == ST_STOP && gfc_find_state (COMP_CRITICAL))
2657 if (st == ST_STOP && gfc_find_state (COMP_DO_CONCURRENT))
2698 case ST_STOP:
2748 return gfc_match_stopcode (ST_STOP);
H A Dparse.c526 match ("stop", gfc_match_stop, ST_STOP);
1320 case ST_PAUSE: case ST_STOP: case ST_WAIT: case ST_WRITE: \
1785 case ST_STOP:
4675 case ST_STOP:
H A Dgfortran.h215 ST_STOP, ST_SUBROUTINE, ST_TYPE, ST_USE, ST_WHERE_BLOCK, ST_WHERE, ST_WAIT, enumerator in enum:__anon86

Completed in 124 milliseconds