Home | History | Annotate | Download | only in src

Lines Matching refs:OP_XCLASS

797   case OP_XCLASS:
986 case OP_XCLASS:
987 cc += (*cc == OP_XCLASS) ? GET(cc, 1) : (int)(1 + (32 / sizeof(PCRE2_UCHAR)));
1424 case OP_XCLASS:
1638 case OP_XCLASS:
1884 case OP_XCLASS:
1885 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR);
2097 case OP_XCLASS:
2098 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR);
3620 case OP_XCLASS:
6622 case OP_XCLASS:
8695 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS);
8698 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(PCRE2_UCHAR))) : GET(cc, 0);
9476 case OP_XCLASS:
10600 case OP_XCLASS: