Home
last modified time | relevance | path

Searched refs:OP_ASLICE (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h158 OP_ASLICE = 141, enumerator
Dperly.y1391 { $$ = op_prepend_elem(OP_ASLICE,
1393 newLISTOP(OP_ASLICE, 0,
1395 ref($sliceme, OP_ASLICE)));
Dperly.act1860 { (yyval.opval) = op_prepend_elem(OP_ASLICE,
1862 newLISTOP(OP_ASLICE, 0,
1864 ref((ps[-3].val.opval), OP_ASLICE)));
Dpeep.c1346 if (o->op_targ != OP_HSLICE && o->op_targ != OP_ASLICE) in S_finalize_op()
1349 case OP_ASLICE: in S_finalize_op()
Dop.c2242 case OP_ASLICE: in Perl_scalarvoid()
2861 case OP_RV2AV: case OP_ASLICE: in S_vivifies()
2967 case OP_ASLICE: in S_lvref()
3253 case OP_ASLICE: 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()
9682 && (cond->op_type == OP_ASLICE in S_ref_array_or_hash()
12362 case OP_ASLICE: in Perl_ck_delete()
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dop392 @a[0] ; # OP_ASLICE
511 @a[0] ; # OP_ASLICE
1642 local(@a[1,2]); # OP_ASLICE ok