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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 333 number. RES_RANGE indicates that the integer is restricted to values
334 between val1 and val2, inclusive. RES_VAR_RANGE is like RES_RANGE, but
342 RES_RANGE,
992 typedata->restr = RES_RANGE;
2234 fprintf (header_file, " RES_RANGE,\n");
2561 else if (bifp->proto.restr[j] == RES_RANGE)
2562 res[j] = "RES_RANGE";
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 333 number. RES_RANGE indicates that the integer is restricted to values
334 between val1 and val2, inclusive. RES_VAR_RANGE is like RES_RANGE, but
342 RES_RANGE,
992 typedata->restr = RES_RANGE;
2234 fprintf (header_file, " RES_RANGE,\n");
2561 else if (bifp->proto.restr[j] == RES_RANGE)
2562 res[j] = "RES_RANGE";

Completed in 26 milliseconds