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

/external/llvm/lib/Support/
H A Dregex2.h57 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
60 * and an implicit OOR1 preceding O_CH.
91 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
H A Dregcomp.c298 ASTERN(O_CH, prevback);
448 ASTERN(O_CH, THERETHERE());
1014 ASTERN(O_CH, THERETHERE());
1026 ASTERN(O_CH, THERETHERE());
1505 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1510 } while (OP(s) != O_QUEST && OP(s) != O_CH);
H A Dregengine.inc322 while (OP(m->g->strip[es]) != O_CH)
443 assert(OP(m->g->strip[esub]) == O_CH);
456 case O_CH:
565 } while (OP(s = m->g->strip[ss]) != O_CH);
566 /* note that the ss++ gets us past the O_CH */
634 if (OP(m->g->strip[esub]) == O_CH)
643 assert(OP(m->g->strip[esub]) == O_CH);
933 case OOR1: /* done a branch, find the O_CH */
936 OP(s = g->strip[pc+look]) != O_CH;
944 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
[all...]

Completed in 111 milliseconds