Lines Matching refs:OP_TRANSR
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()
4291 if (right->op_type == OP_TRANS || right->op_type == OP_TRANSR) in Perl_bind_match()
7354 bool is_trans = (o->op_type == OP_TRANS || o->op_type == OP_TRANSR); in Perl_pmruntime()
8848 || other->op_type == OP_TRANSR in S_new_logop()
9017 || live->op_type == OP_TRANS || live->op_type == OP_TRANSR) in Perl_newCONDOP()