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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 1803 dt_operand *match_dop; member in class:dt_operand
1810 : dt_node (type, parent_), op (op_), match_dop (match_dop_),
1932 return (((as_a<dt_operand *> (n1))->match_dop
1933 == (as_a<dt_operand *> (n2))->match_dop)
2036 dt_node::append_match_op (operand *op, dt_operand *match_dop,
2040 dt_operand *n = new dt_operand (DT_MATCH, op, match_dop, parent_, pos);
2215 fprintf (f, "match (%p)", (void *)((as_a<dt_operand *>(p))->match_dop));
2950 match_dop->get_name (match_opname);
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 1648 dt_operand *match_dop; member in class:dt_operand
1655 : dt_node (type, parent_), op (op_), match_dop (match_dop_),
1771 return (((as_a<dt_operand *> (n1))->match_dop
1772 == (as_a<dt_operand *> (n2))->match_dop)
1875 dt_node::append_match_op (operand *op, dt_operand *match_dop,
1879 dt_operand *n = new dt_operand (DT_MATCH, op, match_dop, parent_, pos);
2054 fprintf (f, "match (%p)", (void *)((as_a<dt_operand *>(p))->match_dop));
2789 match_dop->get_name (match_opname);

Completed in 72 milliseconds