Searched refs:OP_NEXTSTATE (Results 1 – 11 of 11) sorted by relevance
1080 case OP_NEXTSTATE: in S_optimize_op()1249 case OP_NEXTSTATE: in S_finalize_op()1256 if (( sib->op_type == OP_NEXTSTATE || sib->op_type == OP_DBSTATE) in S_finalize_op()2930 case OP_NEXTSTATE: in Perl_rpeep()2993 && o->op_next->op_next && o->op_next->op_next->op_type == OP_NEXTSTATE in Perl_rpeep()3000 …p_next->op_next->op_next->op_next && o->op_next->op_next->op_next->op_next->op_type == OP_NEXTSTATE in Perl_rpeep()3071 if (nextop && (nextop->op_type == OP_NEXTSTATE)) { in Perl_rpeep()3104 if (o->op_targ == OP_NEXTSTATE in Perl_rpeep()3346 assert( oldop->op_type == OP_NEXTSTATE in Perl_rpeep()3382 && ( p->op_next->op_type == OP_NEXTSTATE in Perl_rpeep()[all …]
215 OP_NEXTSTATE = 198, enumerator
996 if (type == OP_NEXTSTATE || type == OP_DBSTATE) { in Perl_op_free()2033 && ( sib->op_targ == OP_NEXTSTATE in Perl_scalar()2122 if (o->op_type == OP_NEXTSTATE in Perl_scalarvoid()2124 || (o->op_type == OP_NULL && (o->op_targ == OP_NEXTSTATE in Perl_scalarvoid()2409 case OP_NEXTSTATE: in Perl_scalarvoid()2669 || ( sib->op_targ != OP_NEXTSTATE in S_voidnonfinal()3265 case OP_NEXTSTATE: in Perl_op_lvalue_flags()4498 if (kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE) { in Perl_op_scope()4504 (kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE)) in Perl_op_scope()4520 if (kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE) in Perl_op_unscope()[all …]
1316 if (o->op_targ != OP_NEXTSTATE && o->op_targ != OP_DBSTATE) in S_do_op_dump_bar()1319 case OP_NEXTSTATE: in S_do_op_dump_bar()3236 if (o->op_targ == OP_NEXTSTATE || o->op_targ == OP_DBSTATE) in Perl_op_class()
715 assert(fieldcop->op_type == OP_NEXTSTATE || fieldcop->op_type == OP_DBSTATE); in Perl_class_seal_stash()
3093 if (kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE) { in S_dofindlabel()3116 if (kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE) { in S_dofindlabel()3120 && (ops[-1]->op_type == OP_NEXTSTATE || in S_dofindlabel()5483 OP_TYPE_IS_OR_WAS(kid, OP_NEXTSTATE) in PP()
504 && ( CvSTART(has_constant)->op_type == OP_NEXTSTATE in Perl_gv_init_pvn()
1540 if (kid->op_type == OP_NULL && kid->op_targ == OP_NEXTSTATE) in Perl_closest_cop()
8321 assert( o->op_type == OP_NEXTSTATE in S_regmatch()8324 && ( o->op_targ == OP_NEXTSTATE in S_regmatch()
1210 and ( _op_is_or_was($last, OP_NEXTSTATE)
1177 case OP_NEXTSTATE: in THX_parse_keyword_subsignature()