Home
last modified time | relevance | path

Searched refs:OP_RV2SV (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h32 OP_RV2SV = 15, enumerator
Dpeep.c318 || 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()
Dop.c2274 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 …]
Dtoke.c11606 newUNOP(OP_RV2SV, 0, newGVOP(OP_GV, 0, gv)), in S_scan_inputsymbol()
11609 newUNOP(OP_RV2SV, 0, in S_scan_inputsymbol()
Dsv.c16934 case OP_RV2SV:
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dop734 $a ; # OP_RV2SV
739 $a ; # OP_RV2SV
1645 local($$x); # OP_RV2SV ok
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm6215 return 0 unless $join_op->name eq 'null' && $join_op->targ == OP_RV2SV;