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

  /src/external/gpl3/gcc/dist/gcc/
gentarget-def.cc 165 unsigned int actual_ops = stats.num_generator_args; local
166 if (opno == required_ops && opno != actual_ops)
170 else if (actual_ops < required_ops)
174 else if (actual_ops > opno)
202 /* Print the prototype with the argument names after ACTUAL_OPS
206 if (parse_argument (p, &end, &this_opno) && this_opno >= actual_ops)
215 for (i = 0; i < actual_ops; ++i)
  /src/external/gpl3/gcc.old/dist/gcc/
gentarget-def.cc 165 unsigned int actual_ops = stats.num_generator_args; local
166 if (opno == required_ops && opno != actual_ops)
170 else if (actual_ops < required_ops)
174 else if (actual_ops > opno)
202 /* Print the prototype with the argument names after ACTUAL_OPS
206 if (parse_argument (p, &end, &this_opno) && this_opno >= actual_ops)
215 for (i = 0; i < actual_ops; ++i)

Completed in 23 milliseconds