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

/external/llvm/lib/Support/
H A Dregex2.h53 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
83 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dregcomp.c399 ASTERN(O_QUEST, pos);
584 ASTERN(O_QUEST, pos);
1456 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1461 } while (OP(s) != O_QUEST && OP(s) != O_CH);
H A Dregengine.inc453 case O_QUEST:
557 case O_QUEST:
921 case O_QUEST: /* just an empty */

Completed in 60 milliseconds