Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h170 OP_HSLICE = 153, enumerator
H A Dperly.y1411 { $$ = op_prepend_elem(OP_HSLICE,
1413 newLISTOP(OP_HSLICE, 0,
1415 ref(oopsHV($sliceme), OP_HSLICE)));
H A Dpeep.c36 const bool is_hash = o->op_type == OP_HSLICE in S_scalar_slice_warning()
37 || (o->op_type == OP_NULL && o->op_targ == OP_HSLICE); in S_scalar_slice_warning()
1320 case OP_HSLICE: in S_finalize_op()
1346 if (o->op_targ != OP_HSLICE && o->op_targ != OP_ASLICE) in S_finalize_op()
H A Dperly.act1888 { (yyval.opval) = op_prepend_elem(OP_HSLICE,
1890 newLISTOP(OP_HSLICE, 0,
1892 ref(oopsHV((ps[-4].val.opval)), OP_HSLICE)));
H A Dop.c2244 case OP_HSLICE: in Perl_scalarvoid()
2863 case OP_RV2SV: case OP_HSLICE: in S_vivifies()
2968 case OP_HSLICE: in S_lvref()
3254 case OP_HSLICE: in Perl_op_lvalue_flags()
8347 type == OP_ASLICE || type == OP_HSLICE || in S_assignment_type()
8462 if (left->op_type == OP_ASLICE || left->op_type == OP_HSLICE) in Perl_newASSIGNOP()
9684 || cond->op_type == OP_HSLICE in S_ref_array_or_hash()
12365 case OP_HSLICE: in Perl_ck_delete()
/openbsd/gnu/usr.bin/perl/t/lib/croak/
H A Dop42 # NAME OP_HSLICE fields
54 # NAME Single OP_HSLICE field
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dop396 @a{0} ; # OP_HSLICE
515 @a{0} ; # OP_HSLICE
1643 local(@a{1,2}); # OP_HSLICE ok