Searched refs:OP_RV2SV (Results 1 – 7 of 7) sorted by relevance
32 OP_RV2SV = 15, enumerator
318 || targetop->op_type == OP_RV2SV in S_maybe_multiconcat()1766 case OP_RV2SV: in S_aassign_scan()2154 if (kid->op_type != OP_RV2SV) in S_maybe_multideref()2797 if (o2->op_type != OP_RV2SV) in Perl_rpeep()3141 && o->op_next->op_next->op_type == OP_RV2SV in Perl_rpeep()3516 && ( o->op_next->op_type == OP_RV2SV in Perl_rpeep()3536 else if (o->op_next->op_type == OP_RV2SV) { in Perl_rpeep()
2274 case OP_RV2SV: in Perl_scalarvoid()2863 case OP_RV2SV: case OP_HSLICE: in S_vivifies()2941 case OP_RV2SV: in S_lvref()3133 if (kid->op_type == OP_NULL && kid->op_targ == OP_RV2SV) in Perl_op_lvalue_flags()3290 case OP_RV2SV: in Perl_op_lvalue_flags()3715 else if (type == OP_RV2SV || type == OP_RV2AV || type == OP_RV2HV){ in Perl_doref()3728 case OP_RV2SV: in Perl_doref()3733 if (type == OP_RV2SV || type == OP_RV2AV || type == OP_RV2HV) { in Perl_doref()3773 if (type == OP_RV2SV || type == OP_RV2AV || type == OP_RV2HV) { in Perl_doref()4103 } else if (type == OP_RV2SV || /* "our" declaration */ in S_my_kid()[all …]
11606 newUNOP(OP_RV2SV, 0, newGVOP(OP_GV, 0, gv)), in S_scan_inputsymbol()11609 newUNOP(OP_RV2SV, 0, in S_scan_inputsymbol()
16934 case OP_RV2SV:
734 $a ; # OP_RV2SV739 $a ; # OP_RV2SV1645 local($$x); # OP_RV2SV ok
6215 return 0 unless $join_op->name eq 'null' && $join_op->targ == OP_RV2SV;