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

  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 895 int last_match_type = INT_MAX; local
989 if (match_type < last_match_type)
992 last_match_type = match_type;
996 else if (match_type == last_match_type)
1000 if (last_match_type == INT_MAX)
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 891 int last_match_type = INT_MAX; local
985 if (match_type < last_match_type)
988 last_match_type = match_type;
992 else if (match_type == last_match_type)
996 if (last_match_type == INT_MAX)

Completed in 45 milliseconds