HomeSort by: relevance | last modified time | path
    Searched refs:rank1 (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hack/
hack.end.c 328 int rank, rank0 = -1, rank1 = 0; local
408 rank1 = rank;
442 rank0 = rank1;
472 else if (!rank1)
  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 2280 int rank1, int rank2, locus *where_formal)
2289 else if (rank1 == 0)
2294 "at %L (rank-%d and scalar)", name, where, rank1);
2297 "at %L (rank-%d and rank-%d)", name, where, rank1,
2307 if (rank1 == 0)
2314 where, where_formal, rank1);
2318 where_formal, rank1, rank2);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 2237 int rank1, int rank2, locus *where_formal)
2246 else if (rank1 == 0)
2251 "at %L (rank-%d and scalar)", name, where, rank1);
2254 "at %L (rank-%d and rank-%d)", name, where, rank1,
2264 if (rank1 == 0)
2271 where, where_formal, rank1);
2275 where_formal, rank1, rank2);
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 12119 conversion_rank rank1, rank2; local
12166 rank1 = BAD_CONVERSION_RANK (ics1);
12169 if (rank1 > rank2)
12171 else if (rank1 < rank2)
13454 conversion_rank rank1 = cr_identity, rank2 = cr_identity; local
13459 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1)
13460 rank1 = CONVERSION_RANK (cand1->convs[i+off1]);
13464 if (rank1 < rank2)
13466 if (rank1 > rank2)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 11456 conversion_rank rank1, rank2; local
11503 rank1 = BAD_CONVERSION_RANK (ics1);
11506 if (rank1 > rank2)
11508 else if (rank1 < rank2)
12510 conversion_rank rank1 = cr_identity, rank2 = cr_identity; local
12515 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1)
12516 rank1 = CONVERSION_RANK (cand1->convs[i+off1]);
12520 if (rank1 < rank2)
12522 if (rank1 > rank2)

Completed in 41 milliseconds