Lines Matching refs:OP_NCLASS
1926 case OP_NCLASS: in find_fixedlength()
2554 case OP_NCLASS: in could_be_empty_branch()
3060 case OP_NCLASS: in get_chr_property_list()
3266 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) in compare_opcodes()
3271 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
3289 case OP_NCLASS: in compare_opcodes()
3605 case OP_NCLASS: 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()
6416 case OP_NCLASS: in compile_branch()