Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_NCLASS

1896     case OP_NCLASS:
2501 case OP_NCLASS:
3007 case OP_NCLASS:
3208 /* In 8 bit, non-UTF mode, OP_CLASS and OP_NCLASS are the same. */
3209 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS))
3214 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS))
3232 case OP_NCLASS:
3548 case OP_NCLASS:
3659 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS)
5476 excluded, set the opcode to OP_CLASS or OP_NCLASS, depending on whether the
5481 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;
5832 else if (*previous == OP_CLASS || *previous == OP_NCLASS ||
6309 case OP_NCLASS: