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

  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 75 static const unsigned char rr_intersect_table[VREL_LAST][VREL_LAST] = { variable
107 return relation_kind (rr_intersect_table[r1][r2]);
  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc 95 relation_kind rr_intersect_table[VREL_COUNT][VREL_COUNT] = { variable
122 return rr_intersect_table[r1 - VREL_FIRST][r2 - VREL_FIRST];

Completed in 26 milliseconds