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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 1501 replace_id (operand *o, user_id *id, id_base *with) function
1510 replace_id (c->what, id, with), c->value_match);
1518 ne->append_op (replace_id (e->ops[i], id, with));
1524 nw->with = as_a <c_expr *> (replace_id (w->with, id, with));
1525 nw->subexpr = replace_id (w->subexpr, id, with);
1531 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with));
1532 nife->trueexpr = replace_id (ife->trueexpr, id, with);
1534 nife->falseexpr = replace_id (ife->falseexpr, id, with);
1670 match_op = replace_id (match_op, id, oper);
1673 result_op = replace_id (result_op, id, oper)
    [all...]
genmatch.cc 1501 replace_id (operand *o, user_id *id, id_base *with) function
1510 replace_id (c->what, id, with), c->value_match);
1518 ne->append_op (replace_id (e->ops[i], id, with));
1524 nw->with = as_a <c_expr *> (replace_id (w->with, id, with));
1525 nw->subexpr = replace_id (w->subexpr, id, with);
1531 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with));
1532 nife->trueexpr = replace_id (ife->trueexpr, id, with);
1534 nife->falseexpr = replace_id (ife->falseexpr, id, with);
1670 match_op = replace_id (match_op, id, oper);
1673 result_op = replace_id (result_op, id, oper)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 1351 replace_id (operand *o, user_id *id, id_base *with) function
1360 replace_id (c->what, id, with), c->value_match);
1368 ne->append_op (replace_id (e->ops[i], id, with));
1374 nw->with = as_a <c_expr *> (replace_id (w->with, id, with));
1375 nw->subexpr = replace_id (w->subexpr, id, with);
1381 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with));
1382 nife->trueexpr = replace_id (ife->trueexpr, id, with);
1384 nife->falseexpr = replace_id (ife->falseexpr, id, with);
1515 match_op = replace_id (match_op, id, oper);
1518 result_op = replace_id (result_op, id, oper)
    [all...]
genmatch.cc 1351 replace_id (operand *o, user_id *id, id_base *with) function
1360 replace_id (c->what, id, with), c->value_match);
1368 ne->append_op (replace_id (e->ops[i], id, with));
1374 nw->with = as_a <c_expr *> (replace_id (w->with, id, with));
1375 nw->subexpr = replace_id (w->subexpr, id, with);
1381 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with));
1382 nife->trueexpr = replace_id (ife->trueexpr, id, with);
1384 nife->falseexpr = replace_id (ife->falseexpr, id, with);
1515 match_op = replace_id (match_op, id, oper);
1518 result_op = replace_id (result_op, id, oper)
    [all...]

Completed in 50 milliseconds