Home | History | Annotate | Download | only in src

Lines Matching refs:OP_CRPOSRANGE

658   case OP_CRPOSRANGE:
3745 case OP_CRPOSRANGE:
3805 case OP_CRPOSRANGE:
8725 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE);
8731 if (*opcode == OP_CRPOSRANGE)
8743 if (*opcode == OP_CRPOSRANGE)
8750 if (*opcode == OP_CRPOSRANGE)
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)