Lines Matching defs:rop
1309 UNOP *rop;
1316 rop = cUNOPx(cBINOPo->op_first);
1337 rop = cUNOPx(cLISTOPo->op_last);
1340 if (o->op_private & OPpLVAL_INTRO || rop->op_type != OP_RV2HV)
1341 rop = NULL;
1342 check_hash_fields_and_hekify(rop, key_op, 1);
2085 UNOP *rop = NULL;
2092 rop = cUNOPx(cBINOPx(helem_op)->op_first);
2094 || rop->op_type != OP_RV2HV
2096 rop = NULL;
2100 check_hash_fields_and_hekify(rop, cSVOPo, pass);