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

/freebsd-9.3-release/contrib/gcc/
H A Dgenrecog.c87 DT_mode, DT_code, DT_veclen, enumerator in enum:decision_test::decision_type
1168 test = new_decision_test (DT_code, &place);
1207 case DT_code:
1259 if (d2->type == DT_code)
1408 case DT_code:
1631 && type != DT_code
1718 while (a->type == DT_mode || a->type == DT_code)
1902 /* DT_code is special in that we can do interesting things with
1904 if (type == DT_code)
1929 && p->tests->type == DT_code
[all...]

Completed in 50 milliseconds