Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
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 …]
Dregex2.h92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
Dregcomp.c298 ASTERN(O_CH, prevback); in p_ere()
448 ASTERN(O_CH, THERETHERE()); in p_ere_exp()
1014 ASTERN(O_CH, THERETHERE()); in repeat()
1026 ASTERN(O_CH, THERETHERE()); in repeat()
1505 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1510 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()