Searched refs:OP_RV2HV (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c743 case OP_RV2HV:
1141 case OP_RV2HV:
1403 if (type == OP_RV2SV || type == OP_RV2AV || type == OP_RV2HV) {
1405 : type == OP_RV2HV ? OPpDEREF_HV
1416 case OP_RV2HV:
1439 if (type == OP_RV2SV || type == OP_RV2AV || type == OP_RV2HV) {
1441 : type == OP_RV2HV ? OPpDEREF_HV
1640 type == OP_RV2HV) { /* XXX does this let anything illegal in? */
1651 type == OP_RV2HV ? (SV*)GvHV(gv) : (SV*)gv),
1737 left->op_type == OP_RV2HV ||
[all...]
H A Dopnames.h150 OP_RV2HV, /* 134 */ enumerator in enum:opcode
H A Dperly.c2028 ref(newHVREF(yyvsp[-5].opval),OP_RV2HV),
2035 ref(newHVREF(yyvsp[-4].opval),OP_RV2HV),
H A Ddoop.c1345 if (PL_op->op_type == OP_RV2HV || PL_op->op_type == OP_PADHV)
H A Ddump.c510 o->op_type == OP_RV2HV ||
H A Dpp_hot.c905 if (leftop->op_type != OP_RV2HV)

Completed in 176 milliseconds