Lines Matching refs:OP_XCLASS
1100 case OP_XCLASS: in next_opcode()
1514 case OP_XCLASS: in detect_early_fail()
1516 cc += ((*cc == OP_XCLASS) ? GET(cc, 1) : (unsigned int)(1 + (32 / sizeof(PCRE2_UCHAR)))); in detect_early_fail()
1987 case OP_XCLASS: in set_private_data_ptrs()
2202 case OP_XCLASS: in get_framesize()
2625 case OP_XCLASS: in get_recurse_data_length()
2626 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
3007 case OP_XCLASS: in copy_recurse_data()
3008 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
5738 case OP_XCLASS: in scan_prefix()
9323 case OP_XCLASS: in compile_char1_matchingpath()
11715 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
11718 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(PCRE2_UCHAR))) : GET(cc, 0); in get_iterator_parameters()
12627 case OP_XCLASS: in compile_matchingpath()
13819 case OP_XCLASS: in compile_backtrackingpath()