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

  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 48 static const unsigned char rr_negate_table[VREL_LAST] = { variable
57 return relation_kind (rr_negate_table [r]);
  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc 66 relation_kind rr_negate_table[VREL_COUNT] = { variable
76 return rr_negate_table [r - VREL_FIRST];

Completed in 24 milliseconds