Home | History | Annotate | Download | only in src

Lines Matching refs:OP_CRSTAR

647   case OP_CRSTAR:
994 case OP_CRSTAR:
1127 case OP_CRSTAR:
3726 case OP_CRSTAR:
3792 case OP_CRSTAR:
6879 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even);
6883 case OP_CRSTAR:
8701 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY)
8703 *opcode -= OP_CRSTAR - OP_STAR;
9469 if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CRPOSRANGE)
9477 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE)
9486 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE)
9497 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE)