Searched refs:OP_TRANSR (Results 1 – 10 of 10) sorted by relevance
53 OP_TRANSR = 36, enumerator
1139 case OP_TRANSR: in Perl_op_clear()1140 if ( (o->op_type == OP_TRANS || o->op_type == OP_TRANSR) in Perl_op_clear()2258 kid->op_type != OP_TRANS && kid->op_type != OP_TRANSR) { in Perl_scalarvoid()2269 case OP_TRANSR: in Perl_scalarvoid()3420 if (sib && (sib->op_type == OP_TRANS || sib->op_type == OP_TRANSR)) in Perl_op_lvalue_flags()3630 case OP_TRANSR: in S_scalar_mod_type()4233 || rtype == OP_TRANSR in Perl_bind_match()4263 if (rtype == OP_TRANSR && type == OP_NOT) in Perl_bind_match()4269 rtype == OP_TRANS || rtype == OP_TRANSR) in Perl_bind_match()4285 if (rtype != OP_MATCH && rtype != OP_TRANSR && in Perl_bind_match()[all …]
2665 if (PL_lex_inwhat == OP_TRANSR) PL_lex_inwhat = OP_TRANS; in S_sublex_push()2700 assert(PL_lex_inwhat != OP_TRANSR); in S_sublex_done()3200 assert(PL_lex_inwhat != OP_TRANSR); in S_scan_const()10999 o = newPVOP(nondestruct ? OP_TRANSR : OP_TRANS, 0, (char*)NULL); in S_scan_trans()11004 pl_yylval.ival = nondestruct ? OP_TRANSR : OP_TRANS; in S_scan_trans()
1498 && $PMFUNC->op_type != OP_TRANSR
1419 case OP_TRANSR: in S_do_op_dump_bar()
2091 && (ps[0].val.opval)->op_type != OP_TRANSR
742 if(PL_op->op_type == OP_TRANSR) {
17386 case OP_TRANSR:
1028 || cPVOPo->op_type == OP_TRANSR)
1914 the C<op_pv> field of C<OP_TRANS>/C<OP_TRANSR> ops has changed. It's now a