Home
last modified time | relevance | path

Searched refs:stopcode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.cc3071 int stopcode; in gfc_match_stopcode() local
3076 m = gfc_match_small_int (&stopcode); in gfc_match_stopcode()
3079 if (stopcode < 0) in gfc_match_stopcode()
3085 if (stopcode > 99999) in gfc_match_stopcode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.c3053 int stopcode; in gfc_match_stopcode() local
3058 m = gfc_match_small_int (&stopcode); in gfc_match_stopcode()
3061 if (stopcode < 0) in gfc_match_stopcode()
3067 if (stopcode > 99999) in gfc_match_stopcode()