Lines Matching refs:OP_CLASS
1925 case OP_CLASS: in find_fixedlength()
1934 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1936 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2553 case OP_CLASS: in could_be_empty_branch()
2555 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
3061 case OP_CLASS: in get_chr_property_list()
3263 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
3271 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
3273 if (base_list[0] == OP_CLASS) in compare_opcodes()
3288 case OP_CLASS: in compare_opcodes()
3609 case OP_CLASS: in compare_opcodes()
3726 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in auto_possessify()
5583 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
5934 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
6415 case OP_CLASS: in compile_branch()