Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpeep.c995 |(o->op_flags & (OPf_WANT|OPf_PARENS))); in S_maybe_multiconcat()
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()
2148 if ( (o->op_flags & ~(OPf_PARENS|OPf_SPECIAL)) != OPf_WANT_SCALAR in S_maybe_multideref()
2159 |OPf_SPECIAL|OPf_PARENS))); in S_maybe_multideref()
2164 if( (kid->op_flags &~ OPf_PARENS) in S_maybe_multideref()
2269 ~(OPf_WANT|OPf_KIDS|OPf_MOD|OPf_PARENS))); in S_maybe_multideref()
2272 ok = (o->op_flags &~ OPf_PARENS) in S_maybe_multideref()
2277 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref()
[all …]
Dop.c2677 o->op_flags &= ~OPf_PARENS; in S_voidnonfinal()
2679 o->op_flags |= OPf_PARENS; in S_voidnonfinal()
2899 if (o->op_flags & OPf_PARENS) { in S_lvref()
2933 if (o->op_flags & OPf_PARENS) { in S_lvref()
2948 if (o->op_flags & OPf_PARENS) goto parenhash; in S_lvref()
2957 if (o->op_flags & OPf_PARENS) goto slurpy; in S_lvref()
2991 if (o->op_flags & OPf_PARENS) in S_lvref()
3093 if ((o->op_flags & OPf_PARENS)) in Perl_op_lvalue_flags()
3240 if (type == OP_REFGEN && o->op_flags & OPf_PARENS) { in Perl_op_lvalue_flags()
3313 if (type == OP_REFGEN && o->op_flags & OPf_PARENS) in Perl_op_lvalue_flags()
[all …]
Dperly.y529 $my_list_of_scalars->op_flags |= OPf_PARENS;
686 { $$ = newLOOPOP(OPf_PARENS, 1, scalar($condition), $body); }
688 { $$ = newLOOPOP(OPf_PARENS, 1, $iexpr, $body); }
701 ($mblock)->op_flags |= OPf_PARENS;
Dperly.act538 (ps[-6].val.opval)->op_flags |= OPf_PARENS;
778 … { (yyval.opval) = newLOOPOP(OPf_PARENS, 1, scalar((ps[0].val.opval)), (ps[-2].val.opval)); }
784 … { (yyval.opval) = newLOOPOP(OPf_PARENS, 1, (ps[0].val.opval), (ps[-2].val.opval)); }
804 ((ps[0].val.opval))->op_flags |= OPf_PARENS;
Dop.h111 #define OPf_PARENS 8 /* This operator was parenthesized. */ macro
Ddump.c1064 {OPf_PARENS, ",PARENS"},
Dtoke.c7624 pl_yylval.opval = newUNOP(OP_RV2AV, OPf_PARENS, in yyl_constant_op()
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm1266 $def = "($def)" if $kid->first->flags & OPf_PARENS;
1288 $def = "($def)" if $defop->first->flags & OPf_PARENS;
1588 && ($op->flags & (OPf_PARENS|OPf_REF)) == OPf_PARENS;
1645 && ($op->flags & (OPf_PARENS|OPf_REF)) == OPf_PARENS;
3455 $val = "($val)" if ($op->flags & OPf_PARENS);
4050 if ($enter->flags & OPf_PARENS) {
6747 $def = "($def)" if $op->first->flags & OPf_PARENS;
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs1060 if (PL_hints & HINT_BLOCK_SCOPE) o->op_flags |= OPf_PARENS; in THX_parse_keyword_stmtasexpr()
1076 if (PL_hints & HINT_BLOCK_SCOPE) o->op_flags |= OPf_PARENS; in THX_parse_keyword_stmtsasexpr()
1092 if (PL_hints & HINT_BLOCK_SCOPE) o->op_flags |= OPf_PARENS; in THX_parse_keyword_blockasexpr()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50030071014 OPf_PARENS # Z added by devel/scanprov