Searched refs:OP_DOR (Results 1 – 8 of 8) sorted by relevance
199 OP_DOR = 182, enumerator
747 valop = newLOGOP(OP_DOR, 0, in Perl_class_seal_stash()
2658 case OP_DOR: in S_check_for_bool_cxt()3563 case OP_DOR: in Perl_rpeep()
1763 const bool is_dor = (op_type == OP_DOR || op_type == OP_DORASSIGN); in PP()1768 if (op_type == OP_DOR) in PP()1803 if(op_type == OP_DOR) in PP()
1257 { $$ = newLOGOP(OP_DOR, 0, $lhs, $rhs); }
2398 case OP_DOR: in Perl_scalarvoid()8838 (type == OP_DOR && !SvOK(cSVOPx(cstop)->op_sv))) { in S_new_logop()8884 else if ((first->op_flags & OPf_KIDS) && type != OP_DOR in S_new_logop()9772 case OP_DOR: in S_looks_like_bool()
1372 case OP_DOR: in S_do_op_dump_bar()
1572 … { (yyval.opval) = newLOGOP(OP_DOR, 0, (ps[-2].val.opval), (ps[0].val.opval)); }