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

  /src/external/gpl3/gcc/dist/gcc/
gentarget-def.cc 119 unsigned int this_opno; local
122 if (parse_argument (p, &p, &this_opno, &required_p))
124 if (this_opno != opno || (*p != ',' && *p != ')'))
206 if (parse_argument (p, &end, &this_opno) && this_opno >= actual_ops)
  /src/external/gpl3/gcc.old/dist/gcc/
gentarget-def.cc 119 unsigned int this_opno; local
122 if (parse_argument (p, &p, &this_opno, &required_p))
124 if (this_opno != opno || (*p != ',' && *p != ')'))
206 if (parse_argument (p, &end, &this_opno) && this_opno >= actual_ops)

Completed in 23 milliseconds