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

  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 113 static const unsigned char rr_union_table[VREL_LAST][VREL_LAST] = { variable
144 return relation_kind (rr_union_table[r1][r2]);
  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc 128 relation_kind rr_union_table[VREL_COUNT][VREL_COUNT] = { variable
154 return rr_union_table[r1 - VREL_FIRST][r2 - VREL_FIRST];

Completed in 15 milliseconds