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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 553 : id_base (id_base::USER, id_), substitutes (vNULL),
555 vec<id_base *> substitutes; member in class:user_id
647 int res = commutative_op (uid->substitutes[0]);
650 for (unsigned i = 1; i < uid->substitutes.length (); ++i)
651 if (res != commutative_op (uid->substitutes[i]))
1184 for (unsigned j = 0; j < p->substitutes.length (); ++j)
1185 if (operator_id *q = dyn_cast <operator_id *> (p->substitutes[j]))
1197 for (unsigned j = 0; j < p->substitutes.length (); ++j)
1199 id_base *subst = p->substitutes[j];
1205 newop->substitutes.safe_push (subst)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 431 : id_base (id_base::USER, id_), substitutes (vNULL),
433 vec<id_base *> substitutes; member in class:user_id
497 int res = commutative_op (uid->substitutes[0]);
500 for (unsigned i = 1; i < uid->substitutes.length (); ++i)
501 if (res != commutative_op (uid->substitutes[i]))
1034 for (unsigned j = 0; j < p->substitutes.length (); ++j)
1035 if (operator_id *q = dyn_cast <operator_id *> (p->substitutes[j]))
1047 for (unsigned j = 0; j < p->substitutes.length (); ++j)
1049 id_base *subst = p->substitutes[j];
1055 newop->substitutes.safe_push (subst)
    [all...]

Completed in 24 milliseconds