Searched refs:OP_AASSIGN (Results 1 – 4 of 4) sorted by relevance
55 OP_AASSIGN, /* 37 */ enumerator
1233 case OP_AASSIGN: in Perl_mod()1355 if (type == OP_AASSIGN || type == OP_SASSIGN) in Perl_mod()3300 left = mod(left, OP_AASSIGN); in Perl_newASSIGNOP()3308 o = newBINOP(OP_AASSIGN, flags, list(force_list(right)), curop); in Perl_newASSIGNOP()5686 case OP_AASSIGN: /* Is this a good idea? */ in Perl_ck_defined()6895 if (!o2 || o2->op_type != OP_AASSIGN in Perl_peep()
486 else if (o->op_type == OP_AASSIGN) { in Perl_do_op_dump()
4051 !(PL_op && PL_op->op_type == OP_AASSIGN)) in Perl_sv_setsv_flags()