Searched refs:OP_TRANS (Results 1 – 10 of 10) sorted by relevance
52 OP_TRANS = 35, enumerator
2665 if (PL_lex_inwhat == OP_TRANSR) PL_lex_inwhat = OP_TRANS; in S_sublex_push()2702 assert (PL_lex_inwhat == OP_SUBST || PL_lex_inwhat == OP_TRANS); in S_sublex_done()3216 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()3744 if (PL_lex_inwhat != OP_TRANS && *s && memCHRs("lLuUEQF", *s)) { in S_scan_const()4031 || PL_lex_inwhat != OP_TRANS)) in S_scan_const()4197 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()4434 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()10809 assert(type != OP_TRANS); in S_scan_pat()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()
1138 case OP_TRANS: 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()3420 if (sib && (sib->op_type == OP_TRANS || sib->op_type == OP_TRANSR)) in Perl_op_lvalue_flags()3629 case OP_TRANS: in S_scalar_mod_type()4232 rtype == OP_SUBST || rtype == OP_TRANS in Perl_bind_match()4269 rtype == OP_TRANS || rtype == OP_TRANSR) in Perl_bind_match()4286 ! (rtype == OP_TRANS && in Perl_bind_match()4291 if (right->op_type == OP_TRANS || right->op_type == OP_TRANSR) in Perl_bind_match()7100 cPADOPo->op_padix = pad_alloc(OP_TRANS, SVf_READONLY); in S_pmtrans()[all …]
1497 if ( $PMFUNC->op_type != OP_TRANS
1418 case OP_TRANS: in S_do_op_dump_bar()
2090 if ( (ps[0].val.opval)->op_type != OP_TRANS
17385 case OP_TRANS:
1027 if ( cPVOPo->op_type == OP_TRANS
1914 the C<op_pv> field of C<OP_TRANS>/C<OP_TRANSR> ops has changed. It's now a
3786 the only core C<PVOP>, C<OP_TRANS>, can sometimes be a C<SVOP> instead.