Searched refs:O_CH (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regengine.inc | 322 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 …]
|
D | regcomp.c | 290 ASTERN(O_CH, prevback); in p_ere() 412 ASTERN(O_CH, THERETHERE()); in p_ere_exp() 978 ASTERN(O_CH, THERETHERE()); in repeat() 990 ASTERN(O_CH, THERETHERE()); in repeat() 1456 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1461 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
D | regex2.h | 89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regengine.inc | 322 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 …]
|
D | regcomp.c | 425 ASTERN(O_CH, prevback); in p_ere() 575 ASTERN(O_CH, THERETHERE()); in p_ere_exp() 1141 ASTERN(O_CH, THERETHERE()); in repeat() 1153 ASTERN(O_CH, THERETHERE()); in repeat() 1632 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1637 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
D | regex2.h | 95 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|
/external/llvm/lib/Support/ |
D | regengine.inc | 322 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 …]
|
D | regcomp.c | 298 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()
|
D | regex2.h | 92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 322 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 …]
|
D | regcomp.c | 298 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()
|
D | regex2.h | 92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|