Home
last modified time | relevance | path

Searched refs:OPpMAY_RETURN_CONSTANT (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/perl5.34/perl-5.34.0/lib/B/
H A DOp_private.pm659 OPpMAY_RETURN_CONSTANT => 32,
764 OPpMAY_RETURN_CONSTANT => 'CONST',
879 $ops_using{OPpMAY_RETURN_CONSTANT} = $ops_using{OPpENTERSUB_NOPAREN};
/dports/lang/perl5.32/perl-5.32.1/lib/B/
H A DOp_private.pm657 OPpMAY_RETURN_CONSTANT => 32,
762 OPpMAY_RETURN_CONSTANT => 'CONST',
877 $ops_using{OPpMAY_RETURN_CONSTANT} = $ops_using{OPpENTERSUB_NOPAREN};
/dports/lang/perl5.30/perl-5.30.3/lib/B/
H A DOp_private.pm654 OPpMAY_RETURN_CONSTANT => 32,
759 OPpMAY_RETURN_CONSTANT => 'CONST',
874 $ops_using{OPpMAY_RETURN_CONSTANT} = $ops_using{OPpENTERSUB_NOPAREN};
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/B/
H A DOp_private.pm648 OPpMAY_RETURN_CONSTANT => 32,
752 OPpMAY_RETURN_CONSTANT => 'CONST',
867 $ops_using{OPpMAY_RETURN_CONSTANT} = $ops_using{OPpENTERSUB_NOPAREN};
/dports/devel/p5-B-Flags/B-Flags-0.17/
H A DFlags.xs298 #ifdef OPpMAY_RETURN_CONSTANT
299 if (o->op_private & OPpMAY_RETURN_CONSTANT)
/dports/lang/perl5.32/perl-5.32.1/
H A Dopcode.h2281 #define OPpMAY_RETURN_CONSTANT 0x20 macro
2988 …1_MASK|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpMAY_RETURN_CONSTANT|OPpENTERSU…
H A Dpp.c352 : ((PL_op->op_private & (OPpLVAL_INTRO|OPpMAY_RETURN_CONSTANT)) in PP()
353 == OPpMAY_RETURN_CONSTANT) in PP()
H A Dop.c2331 assert ((rv2cv->op_private & OPpMAY_RETURN_CONSTANT) == 0); in Perl_scalarvoid()
2335 rv2cv->op_private |= OPpMAY_RETURN_CONSTANT; in Perl_scalarvoid()
12902 && o->op_private & OPpMAY_RETURN_CONSTANT in Perl_ck_rvconst()
12918 if (!(o->op_private & OPpMAY_RETURN_CONSTANT) in Perl_ck_rvconst()
H A Dtoke.c7412 c.rv2cv_op = newCVREF(OPpMAY_RETURN_CONSTANT<<8, const_op); in yyl_just_a_word()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dopcode.h2286 #define OPpMAY_RETURN_CONSTANT 0x20 macro
2995 …1_MASK|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpMAY_RETURN_CONSTANT|OPpENTERSU…
H A Dpp.c349 : ((PL_op->op_private & (OPpLVAL_INTRO|OPpMAY_RETURN_CONSTANT)) in PP()
350 == OPpMAY_RETURN_CONSTANT) in PP()
H A Dop.c2338 assert ((rv2cv->op_private & OPpMAY_RETURN_CONSTANT) == 0); in Perl_scalarvoid()
2342 rv2cv->op_private |= OPpMAY_RETURN_CONSTANT; in Perl_scalarvoid()
13062 && o->op_private & OPpMAY_RETURN_CONSTANT in Perl_ck_rvconst()
13078 if (!(o->op_private & OPpMAY_RETURN_CONSTANT) in Perl_ck_rvconst()
H A Dtoke.c7537 c.rv2cv_op = newCVREF(OPpMAY_RETURN_CONSTANT<<8, const_op); in yyl_just_a_word()
/dports/lang/perl5.30/perl-5.30.3/
H A Dopcode.h2266 #define OPpMAY_RETURN_CONSTANT 0x20 macro
2970 …1_MASK|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpMAY_RETURN_CONSTANT|OPpENTERSU…
H A Dpp.c352 : ((PL_op->op_private & (OPpLVAL_INTRO|OPpMAY_RETURN_CONSTANT)) in PP()
353 == OPpMAY_RETURN_CONSTANT) in PP()
H A Dop.c2198 assert ((rv2cv->op_private & OPpMAY_RETURN_CONSTANT) == 0); in Perl_scalarvoid()
2202 rv2cv->op_private |= OPpMAY_RETURN_CONSTANT; in Perl_scalarvoid()
11622 && o->op_private & OPpMAY_RETURN_CONSTANT in Perl_ck_rvconst()
11638 if (!(o->op_private & OPpMAY_RETURN_CONSTANT) in Perl_ck_rvconst()
H A Dtoke.c7452 newCVREF(OPpMAY_RETURN_CONSTANT<<8, const_op);
/dports/lang/perl5.34/perl-5.34.0/
H A Dopcode.h2280 #define OPpMAY_RETURN_CONSTANT 0x20 macro
2989 …1_MASK|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpMAY_RETURN_CONSTANT|OPpENTERSU…
H A Dpp.c352 : ((PL_op->op_private & (OPpLVAL_INTRO|OPpMAY_RETURN_CONSTANT)) in PP()
353 == OPpMAY_RETURN_CONSTANT) in PP()
H A Dop.c2341 assert ((rv2cv->op_private & OPpMAY_RETURN_CONSTANT) == 0); in Perl_scalarvoid()
2345 rv2cv->op_private |= OPpMAY_RETURN_CONSTANT; in Perl_scalarvoid()
13018 && o->op_private & OPpMAY_RETURN_CONSTANT in Perl_ck_rvconst()
13034 if (!(o->op_private & OPpMAY_RETURN_CONSTANT) in Perl_ck_rvconst()
H A Dtoke.c7469 c.rv2cv_op = newCVREF(OPpMAY_RETURN_CONSTANT<<8, const_op); in yyl_just_a_word()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D5009003103 OPpMAY_RETURN_CONSTANT # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D5009003101 OPpMAY_RETURN_CONSTANT # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D5009003101 OPpMAY_RETURN_CONSTANT # Z added by devel/scanprov
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A Dnamespaces.xxs2897 if ((o->op_private & OPpMAY_RETURN_CONSTANT)

12