Searched refs:OP_PADRANGE (Results 1 – 6 of 6) sorted by relevance
411 OP_PADRANGE = 394, enumerator
1712 || kid->op_type == OP_PADRANGE) /* ex-pushmark */ in S_aassign_scan()1827 case OP_PADRANGE: /* Ignore padrange; checking its siblings is enough */ in S_aassign_scan()3339 && oldoldop->op_type == OP_PADRANGE in Perl_rpeep()3396 assert(oldoldop->op_type == OP_PADRANGE); in Perl_rpeep()3409 OpTYPE_set(o, OP_PADRANGE); in Perl_rpeep()
3194 case OP_PADRANGE: in Perl_debop()
16884 || obase->op_type == OP_PADRANGE16889 || (obase->op_type == OP_PADRANGE17592 || (type == OP_PADRANGE)
1506 || expr->op_type == OP_PADRANGE); in Perl_re_op_compile()
2306 A new op type, C<OP_PADRANGE> has been introduced. The perl peephole