Home | History | Annotate | Download | only in src

Lines Matching refs:OP_CLASS

454   case OP_CLASS:
663 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS
665 /* In 8 bit, non-UTF mode, OP_CLASS and OP_NCLASS are the same. */
671 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS))
673 if (base_list[0] == OP_CLASS)
688 case OP_CLASS:
1010 case OP_CLASS:
1123 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS)