Home
last modified time | relevance | path

Searched refs:OP_AELEM (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpeep.c319 || targetop->op_type == OP_AELEM in S_maybe_multiconcat()
2209 if ( (o->op_type == OP_AELEM || o->op_type == OP_HELEM) in S_maybe_multideref()
2220 if ( o->op_type != OP_AELEM in S_maybe_multideref()
2234 || ( o->op_type != OP_AELEM && o->op_type != OP_HELEM in S_maybe_multideref()
2241 is_deref = (o->op_type == OP_AELEM || o->op_type == OP_HELEM) in S_maybe_multideref()
2290 if (OP_TYPE_IS_OR_WAS(cUNOPo->op_first, OP_AELEM)) in S_maybe_multideref()
2295 ASSUME(o->op_type == OP_AELEM || o->op_type == OP_HELEM); in S_maybe_multideref()
3248 && p->op_next->op_next->op_type == OP_AELEM in Perl_rpeep()
3486 pop->op_next->op_type == OP_AELEM && in Perl_rpeep()
Dopnames.h157 OP_AELEM = 140, enumerator
Dperly.y1156 { $$ = newBINOP(OP_AELEM, 0, oopsAV($array), scalar($expr));
1159 { $$ = newBINOP(OP_AELEM, 0,
1164 { $$ = newBINOP(OP_AELEM, 0,
Dop.c2239 case OP_AELEM: in Perl_scalarvoid()
2866 case OP_AELEM: in S_vivifies()
2961 case OP_AELEM: in S_lvref()
3371 case OP_AELEM: in Perl_op_lvalue_flags()
3771 case OP_AELEM: in Perl_doref()
12368 case OP_AELEM: in Perl_ck_delete()
12571 else if (kid->op_type == OP_AELEM) in Perl_ck_exists()
12927 else if (kid->op_type == OP_AELEM in Perl_ck_fun()
12936 kid->op_type == OP_AELEM ? in Perl_ck_fun()
13553 case OP_AELEM: in Perl_ck_refassign()
[all …]
Dperly.act1347 … { (yyval.opval) = newBINOP(OP_AELEM, 0, oopsAV((ps[-3].val.opval)), scalar((ps[-1].val.opval)));
1354 { (yyval.opval) = newBINOP(OP_AELEM, 0,
1363 { (yyval.opval) = newBINOP(OP_AELEM, 0,
Dsv.c17013 ! (o->op_targ == OP_AELEM || o->op_targ == OP_HELEM))
17017 case OP_AELEM:
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dop390 $a[0] ; # OP_AELEM
509 $a[0] ; # OP_AELEM
1656 local($a[$b]); # OP_AELEM ok
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm4846 && ( _op_is_or_was($op->first->first, OP_AELEM)
6655 $left->targ == OP_AELEM