Lines Matching refs:OP_CRSTAR
647 case OP_CRSTAR: in next_opcode()
994 case OP_CRSTAR: in is_accelerated_repeat()
1127 case OP_CRSTAR: in get_class_iterator_size()
3726 case OP_CRSTAR: in scan_prefix()
3792 case OP_CRSTAR: in scan_prefix()
6879 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
6883 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
8701 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
8703 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
9469 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()
9477 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
9486 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
9497 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()