Searched refs:OP_NCREF (Results 1 – 7 of 7) sorted by relevance
178 case OP_NCREF: in find_minlength()789 case OP_NCREF: in set_start_bits()
439 containing the reference number. OP_NCREF is used instead if the reference was445 subpattern using the opcode OP_RREF or OP_NRREF (cf OP_NCREF), and a value of
274 case OP_NCREF:
1693 case OP_NCREF: in first_significant_code()1838 case OP_NCREF: in find_fixedlength()7543 case OP_NCREF: in is_startline()
2086 OP_NCREF, /* 136 Same, but generated by a name reference*/ enumerator
1376 else if (condcode == OP_CREF || condcode == OP_NCREF) /* Group used test */ in match()1386 if (!condition && condcode == OP_NCREF) in match()
386 2. JIT compiler now supports OP_NCREF, OP_RREF and OP_NRREF. New test cases
Completed in 93 milliseconds