Lines Matching refs:OPpDEREF
2996 && !(targetop->op_private & OPpDEREF) in S_maybe_multiconcat()
4573 !(o->op_private & (OPpLVAL_INTRO | OPpDEREF))) in Perl_op_lvalue_flags()
13140 priv = OPpDEREF; in Perl_ck_fun()
16070 ~(OPpPAD_STATE|OPpDEREF|OPpLVAL_INTRO))); in S_maybe_multideref()
16174 |OPpDEREF|OPpLVAL_INTRO))); in S_maybe_multideref()
16233 (OPpLVAL_INTRO|OPpLVAL_DEFER|OPpDEREF|OPpMAYBE_LVSUB)) in S_maybe_multideref()
16253 && ( (o->op_private & OPpDEREF) == OPpDEREF_AV in S_maybe_multideref()
16254 || (o->op_private & OPpDEREF) == OPpDEREF_HV); in S_maybe_multideref()
16274 o->op_private &= ~OPpDEREF; in S_maybe_multideref()
16281 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpDEREF))); in S_maybe_multideref()
16285 && !(o->op_private & ~(OPpDEREF|OPpARG2_MASK)); in S_maybe_multideref()
16310 |OPpLVAL_DEFER|OPpDEREF|OPpLVAL_INTRO))); in S_maybe_multideref()
16311 ok = (o->op_private & OPpDEREF) != OPpDEREF_SV; in S_maybe_multideref()
16320 next_is_hash = cBOOL((o->op_private & OPpDEREF) == OPpDEREF_HV); in S_maybe_multideref()
16823 |OPpOUR_INTRO|OPpDEREF|OPpLVAL_INTRO))); in Perl_rpeep()
16826 if ( (o2->op_private & OPpDEREF) != OPpDEREF_AV in Perl_rpeep()
16827 && (o2->op_private & OPpDEREF) != OPpDEREF_HV) in Perl_rpeep()
16852 ~(OPpPAD_STATE|OPpDEREF|OPpLVAL_INTRO))); in Perl_rpeep()
17498 (OPpLVAL_INTRO|OPpLVAL_DEFER|OPpDEREF|OPpMAYBE_LVSUB)) && in Perl_rpeep()
17547 if (!(o->op_next->op_private & OPpDEREF)) { in Perl_rpeep()