Searched refs:OPf_WANT_VOID (Results 1 – 10 of 10) sorted by relevance
2659 if ((lop->op_flags & OPf_WANT) == OPf_WANT_VOID) { in S_check_for_bool_cxt()3029 newop->op_flags = (newop->op_flags & ~OPf_WANT) | OPf_WANT_VOID; in Perl_rpeep()3340 && (oldoldop->op_flags & OPf_WANT) == OPf_WANT_VOID in Perl_rpeep()3378 && (p->op_flags & OPf_WANT) == OPf_WANT_VOID in Perl_rpeep()3414 | gvoid * OPf_WANT_VOID in Perl_rpeep()3436 && ( want == OPf_WANT_VOID in Perl_rpeep()3471 && (o->op_flags & OPf_WANT) == OPf_WANT_VOID) in Perl_rpeep()3519 && (o->op_next->op_flags & OPf_WANT) == OPf_WANT_VOID in Perl_rpeep()3582 && (o->op_next->op_flags & OPf_WANT) == OPf_WANT_VOID in Perl_rpeep()3912 (o->op_flags & ~OPf_WANT) | OPf_WANT_VOID; in Perl_rpeep()
107 #define OPf_WANT_VOID 1 /* Want nothing */ macro
682 OP *o = newLISTOPn(OP_ENTERSUB, OPf_WANT_VOID|OPf_STACKED, in Perl_class_seal_stash()
2137 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_VOID; in Perl_scalarvoid()3080 if ((o->op_flags & OPf_WANT) == OPf_WANT_VOID) in Perl_op_lvalue_flags()3908 imop = op_convert_list(OP_ENTERSUB, OPf_STACKED|OPf_WANT_VOID, in S_apply_attrs_my()9931 o->op_flags |= OPf_WANT_VOID | (U8)(flags); in Perl_newDEFEROP()14279 && (aop->op_flags & OPf_WANT) == OPf_WANT_VOID in Perl_ck_entersub_args_list()15230 assert((o->op_flags & OPf_WANT) == OPf_WANT_VOID); in S_inplace_aassign()
1491 if ((PL_op->op_flags & OPf_WANT) != OPf_WANT_VOID) { in PP()2182 if ((PL_op->op_flags & OPf_WANT) != OPf_WANT_VOID) in PP()
946 if (UNLIKELY((PL_op->op_flags & OPf_WANT) != OPf_WANT_VOID)) in PP()1052 if (LIKELY((PL_op->op_flags & OPf_WANT) == OPf_WANT_VOID)) in PP()
1156 case OPf_WANT_VOID: in S_do_op_dump_bar()
4166 myop.op_flags |= OPf_WANT_VOID; in Perl_amagic_call()
105 OPf_WANT_VOID # Z added by devel/scanprov
1527 GIMME_V == G_SCALAR ? OPf_WANT_SCALAR : OPf_WANT_VOID;