Lines Matching refs:OP_NCLASS
629 case OP_NCLASS: in next_opcode()
1188 case OP_NCLASS: in set_private_data_ptrs()
1407 case OP_NCLASS: in get_framesize()
1649 case OP_NCLASS: in get_private_data_copy_length()
1862 case OP_NCLASS: in copy_private_data()
3365 case OP_NCLASS: in scan_prefix()
5776 case OP_NCLASS: in compile_char1_matchingpath()
5780 bit = (common->utf && is_char7_bitset((const pcre_uint8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()
5781 read_char_range(common, 0, bit, type == OP_NCLASS); in compile_char1_matchingpath()
5783 read_char_range(common, 0, 255, type == OP_NCLASS); in compile_char1_matchingpath()
5786 if (check_class_ranges(common, (const pcre_uint8 *)cc, type == OP_NCLASS, FALSE, backtracks)) in compile_char1_matchingpath()
7841 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
7945 case OP_NCLASS: in compile_iterator_matchingpath()
8416 case OP_NCLASS: in compile_matchingpath()
9559 case OP_NCLASS: in compile_backtrackingpath()