Lines Matching refs:op_flags
145 if (PL_op->op_flags & OPf_REF || strict) { in S_rv2gv()
197 ((PL_op->op_flags & OPf_SPECIAL) && !(PL_op->op_flags & OPf_MOD)) in PP()
201 save_gp(MUTABLE_GV(sv), !(PL_op->op_flags & OPf_SPECIAL)); in PP()
233 PL_op->op_flags & OPf_REF in Perl_softref2xv()
245 if ((PL_op->op_flags & OPf_SPECIAL) && in Perl_softref2xv()
246 !(PL_op->op_flags & OPf_MOD)) in Perl_softref2xv()
285 if (PL_op->op_flags & OPf_MOD) { in PP()
304 const I32 lvalue = PL_op->op_flags & OPf_MOD || LVRET; in PP()
350 if (PL_op->op_flags & OPf_MOD || LVRET) { in PP()
381 const I32 flags = (PL_op->op_flags & OPf_SPECIAL) in PP()
446 if (LIKELY(PL_op->op_flags & OPf_REF)) { in PP()
727 PP_wrapped(pp_trans, ((PL_op->op_flags & OPf_STACKED) ? 1 : 0), 0)
732 if (PL_op->op_flags & OPf_STACKED)
946 if (UNLIKELY((PL_op->op_flags & OPf_WANT) != OPf_WANT_VOID)) in PP()
1052 if (LIKELY((PL_op->op_flags & OPf_WANT) == OPf_WANT_VOID)) in PP()
1141 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
1328 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
1523 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
1651 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
1861 const U8 mod = PL_op->op_flags & OPf_MOD;
1929 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2166 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2192 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2516 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2557 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2584 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2602 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2654 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2690 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2903 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2921 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2951 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2977 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
2996 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
3621 I32 lvalue = PL_op->op_flags & OPf_MOD || LVRET;
3755 const I32 lvalue = PL_op->op_flags & OPf_MOD || LVRET;
3808 SV *targ = (PL_op->op_flags & OPf_STACKED) in PP()
5270 const I32 lval = (PL_op->op_flags & OPf_MOD || LVRET); in PP()
5336 I32 lval = (PL_op->op_flags & OPf_MOD); in PP()
5548 if (PL_op->op_flags & OPf_SPECIAL) { in S_do_delete_local()
5643 if (PL_op->op_flags & OPf_SPECIAL) {
5670 if (PL_op->op_flags & OPf_SPECIAL)
5708 if (PL_op->op_flags & OPf_SPECIAL) { /* array element */
5797 const I32 lval = (PL_op->op_flags & OPf_MOD || LVRET); in PP()
5832 save_gp(MUTABLE_GV(*svp), !(PL_op->op_flags & OPf_SPECIAL)); in PP()
5835 (PL_op->op_flags & OPf_SPECIAL) ? 0 : SAVEf_SETMAGIC); in PP()
5856 I32 lval = (PL_op->op_flags & OPf_MOD); in PP()
5938 const U8 mod = PL_op->op_flags & OPf_MOD;
5993 SV *sv = (PL_op->op_flags & OPf_SPECIAL) ? newRV_noinc(av) : (SV*)av; in PP()
6053 SV* const retval = (PL_op->op_flags & OPf_SPECIAL) in PP()
6360 if ( (PL_op->op_flags & OPf_WANT) != G_VOID in PP()
6364 if ((PL_op->op_flags & OPf_WANT) != G_VOID) in PP()
6372 PP_wrapped(pp_shift, (PL_op->op_flags & OPf_SPECIAL ? 0 : 1), 0)
6375 AV * const av = PL_op->op_flags & OPf_SPECIAL
6445 if ( (PL_op->op_flags & OPf_WANT) != G_VOID in PP()
6449 if ((PL_op->op_flags & OPf_WANT) != G_VOID) in PP()
6593 && (PL_op->op_flags & OPf_STACKED))
6599 && (PL_op->op_flags & OPf_STACKED)) /* @{expr} = split */
6637 if (!(PL_op->op_flags & OPf_STACKED)) {
7367 if (PL_op->op_flags & OPf_STACKED) { in PP()
7437 if (UNLIKELY(PL_op->op_flags & OPf_MOD)) { in PP()
7452 !!(PL_op->op_private & OPpLVREF_ELEM) + !!(PL_op->op_flags & OPf_STACKED),
7458 SV * const arg = PL_op->op_flags & OPf_STACKED ? POPs : NULL;
7532 if (PL_op->op_flags & OPf_STACKED) in PP()
7564 if (LIKELY(PL_op->op_flags & OPf_REF)) { in PP()
7589 && (PL_op->op_flags & OPf_STACKED)),
7606 if (o->op_flags & OPf_STACKED) {
7636 assert(!(o->op_flags & OPf_STACKED));