Home
last modified time | relevance | path

Searched refs:OPf_WANT_VOID (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpeep.c2659 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()
Dop.h107 #define OPf_WANT_VOID 1 /* Want nothing */ macro
Dclass.c682 OP *o = newLISTOPn(OP_ENTERSUB, OPf_WANT_VOID|OPf_STACKED, in Perl_class_seal_stash()
Dop.c2137 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()
Dpp_hot.c1491 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()
Dpp.c946 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()
Ddump.c1156 case OPf_WANT_VOID: in S_do_op_dump_bar()
Dgv.c4166 myop.op_flags |= OPf_WANT_VOID; in Perl_amagic_call()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5004000105 OPf_WANT_VOID # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
DHiRes.xs1527 GIMME_V == G_SCALAR ? OPf_WANT_SCALAR : OPf_WANT_VOID;