HomeSort by: relevance | last modified time | path
    Searched defs:stopcode (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 3079 int stopcode; local
3084 m = gfc_match_small_int (&stopcode);
3087 if (stopcode < 0)
3093 if (stopcode > 99999)
match.cc 3079 int stopcode; local
3084 m = gfc_match_small_int (&stopcode);
3087 if (stopcode < 0)
3093 if (stopcode > 99999)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 3071 int stopcode; local
3076 m = gfc_match_small_int (&stopcode);
3079 if (stopcode < 0)
3085 if (stopcode > 99999)
match.cc 3071 int stopcode; local
3076 m = gfc_match_small_int (&stopcode);
3079 if (stopcode < 0)
3085 if (stopcode > 99999)

Completed in 140 milliseconds