Searched refs:DT_accept_op (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dgenrecog.c91 DT_accept_op, DT_accept_insn enumerator in enum:decision_test::decision_type
1036 test = new_decision_test (DT_accept_op, &place);
1058 test = new_decision_test (DT_accept_op, &place);
1302 this by the existence of a lone DT_accept_op test. */
1303 if (d1->type == DT_accept_op || d2->type == DT_accept_op)
1431 case DT_accept_op:
2166 else if (test->type == DT_accept_op || test->type == DT_accept_insn)
2175 if (test->type == DT_accept_op)
2247 if (t->type == DT_accept_op)
[all...]

Completed in 53 milliseconds