Searched refs:OPf_WANT (Results 1 – 13 of 13) sorted by relevance
180 if ((kid->op_flags & OPf_WANT) != OPf_WANT_SCALAR) in S_sprintf_is_multiconcatable()995 |(o->op_flags & (OPf_WANT|OPf_PARENS))); in S_maybe_multiconcat()1718 && ((kid->op_flags & OPf_WANT) == OPf_WANT_LIST) in S_aassign_scan()2020 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref()2057 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_PARENS in S_maybe_multideref()2146 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_PARENS|OPf_SPECIAL))); in S_maybe_multideref()2158 ~(OPf_WANT|OPf_KIDS|OPf_MOD|OPf_REF in S_maybe_multideref()2269 ~(OPf_WANT|OPf_KIDS|OPf_MOD|OPf_PARENS))); in S_maybe_multideref()2277 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref()2283 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref()[all …]
82 (((op)->op_flags & OPf_WANT) ? ((op)->op_flags & OPf_WANT) : dfl)106 #define OPf_WANT 3 /* Mask for "want" bits: */ macro174 #define OPf_KNOW OPf_WANT178 (PL_op->op_flags & OPf_WANT \179 ? ((PL_op->op_flags & OPf_WANT) == OPf_WANT_LIST \
1967 || (o->op_flags & OPf_WANT) in Perl_scalar()1973 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_SCALAR; in Perl_scalar()2129 want = o->op_flags & OPf_WANT; in Perl_scalarvoid()2137 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_VOID; in Perl_scalarvoid()2517 if (!o || (o->op_flags & OPf_WANT) in Perl_list()2530 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_LIST; in Perl_list()3080 if ((o->op_flags & OPf_WANT) == OPf_WANT_VOID) in Perl_op_lvalue_flags()3261 || (o->op_flags & OPf_WANT) != OPf_WANT_SCALAR in Perl_op_lvalue_flags()3322 if ((o->op_flags & OPf_WANT) != OPf_WANT_SCALAR in Perl_op_lvalue_flags()4491 newOP(OP_ENTER, (o->op_flags & OPf_WANT)), o); in Perl_op_scope()[all …]
468 U8 wantflags = entersubop->op_flags & OPf_WANT; in ck_builtin_func1()
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()6360 if ( (PL_op->op_flags & OPf_WANT) != G_VOID in PP()6364 if ((PL_op->op_flags & OPf_WANT) != G_VOID) in PP()6445 if ( (PL_op->op_flags & OPf_WANT) != G_VOID in PP()6449 if ((PL_op->op_flags & OPf_WANT) != G_VOID) in PP()
876 (PL_op->op_flags & OPf_WANT) \
3556 U8 gimme = (PL_op->op_flags & OPf_WANT); in Perl_gimme_V()
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()
1155 switch (o->op_flags & OPf_WANT) { in S_do_op_dump_bar()
3374 (fake_goto_op.op_flags & ~OPf_WANT) in PP()
102 OPf_WANT # Z added by devel/scanprov
4319 && !(($op->flags & OPf_WANT) == OPf_WANT_SCALAR))4957 return ($op->flags & OPf_WANT) == OPf_WANT_SCALAR;4962 return ($op->flags & OPf_WANT) == OPf_WANT_LIST;5304 ($_->flags & OPf_WANT) == OPf_WANT_SCALAR
3437 o->op_flags &= ~OPf_WANT;3440 (o->op_flags & OPf_WANT) != OPf_WANT_SCALAR)3444 o->op_flags &= ~OPf_WANT;3447 (o->op_flags & OPf_WANT) != OPf_WANT_LIST)3451 o->op_flags &= ~OPf_WANT;