Searched refs:OPpLVAL_DEFER (Results 1 – 6 of 6) sorted by relevance
2384 #define OPpLVAL_DEFER 0x40 macro3245 /* AELEM */ (OPpARG2_MASK|OPpMAYBE_LVSUB|OPpDEREF|OPpLVAL_DEFER|OPpLVAL_INTRO),3257 /* HELEM */ (OPpARG2_MASK|OPpMAYBE_LVSUB|OPpDEREF|OPpLVAL_DEFER|OPpLVAL_INTRO),3260 …_STRICT_REFS|OPpMAYBE_LVSUB|OPpMULTIDEREF_EXISTS|OPpMULTIDEREF_DELETE|OPpLVAL_DEFER|OPpLVAL_INTRO),
2222 (OPpLVAL_INTRO|OPpLVAL_DEFER|OPpDEREF|OPpMAYBE_LVSUB)) in S_maybe_multideref()2299 |OPpLVAL_DEFER|OPpDEREF|OPpLVAL_INTRO))); in S_maybe_multideref()2376 & (OPpMAYBE_LVSUB|OPpLVAL_DEFER|OPpLVAL_INTRO); in S_maybe_multideref()3488 (OPpLVAL_INTRO|OPpLVAL_DEFER|OPpDEREF|OPpMAYBE_LVSUB)) && in Perl_rpeep()
4351 const U32 defer = PL_op->op_private & OPpLVAL_DEFER; in PP()4604 const U32 defer = PL_op->op_private & OPpLVAL_DEFER; in PP()4796 const U32 defer = PL_op->op_private & OPpLVAL_DEFER; in PP()6580 const U32 defer = PL_op->op_private & OPpLVAL_DEFER; in PP()
3376 o->op_private |= OPpLVAL_DEFER; in Perl_op_lvalue_flags()
683 OPpLVAL_DEFER => 64,802 OPpLVAL_DEFER => 'LVDEFER',888 OPpLVAL_DEFER => [qw(aelem helem multideref)],
109 OPpLVAL_DEFER # Z added by devel/scanprov