Home
last modified time | relevance | path

Searched refs:any_av (Results 1 – 9 of 9) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dscope.c1025 GvAV(a0.any_gv) = a1.any_av; in Perl_leave_scope()
1300 ap[0].any_av = a1.any_av; in Perl_leave_scope()
1303 (void)av_delete(a1.any_av, a0.any_iv, G_DISCARD); in Perl_leave_scope()
1326 svp = av_fetch(a0.any_av, a1.any_iv, 1); in Perl_leave_scope()
1327 if (UNLIKELY(!AvREAL(a0.any_av) && AvREIFY(a0.any_av))) /* undo reify guard */ in Perl_leave_scope()
1332 if (UNLIKELY(SvTIED_mg((const SV *)a0.any_av, PERL_MAGIC_tied))) in Perl_leave_scope()
1339 SvREFCNT_dec(a0.any_av); in Perl_leave_scope()
1432 SWITCHSTACK(a1.any_av, a0.any_av); in Perl_leave_scope()
1433 PL_curstackinfo->si_stack = a0.any_av; in Perl_leave_scope()
H A Dperl.h3965 AV* any_av; member
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dscope.c1021 GvAV(a0.any_gv) = a1.any_av; in Perl_leave_scope()
1296 ap[0].any_av = a1.any_av; in Perl_leave_scope()
1299 (void)av_delete(a1.any_av, a0.any_iv, G_DISCARD); in Perl_leave_scope()
1322 svp = av_fetch(a0.any_av, a1.any_iv, 1); in Perl_leave_scope()
1323 if (UNLIKELY(!AvREAL(a0.any_av) && AvREIFY(a0.any_av))) /* undo reify guard */ in Perl_leave_scope()
1328 if (UNLIKELY(SvTIED_mg((const SV *)a0.any_av, PERL_MAGIC_tied))) in Perl_leave_scope()
1335 SvREFCNT_dec(a0.any_av); in Perl_leave_scope()
1428 SWITCHSTACK(a1.any_av, a0.any_av); in Perl_leave_scope()
1429 PL_curstackinfo->si_stack = a0.any_av; in Perl_leave_scope()
H A Dperl.h3960 AV* any_av; member
/dports/lang/perl5.30/perl-5.30.3/
H A Dscope.c1002 GvAV(a0.any_gv) = a1.any_av; in Perl_leave_scope()
1272 ap[0].any_av = a1.any_av; in Perl_leave_scope()
1275 (void)av_delete(a1.any_av, a0.any_iv, G_DISCARD); in Perl_leave_scope()
1298 svp = av_fetch(a0.any_av, a1.any_iv, 1); in Perl_leave_scope()
1299 if (UNLIKELY(!AvREAL(a0.any_av) && AvREIFY(a0.any_av))) /* undo reify guard */ in Perl_leave_scope()
1304 if (UNLIKELY(SvTIED_mg((const SV *)a0.any_av, PERL_MAGIC_tied))) in Perl_leave_scope()
1311 SvREFCNT_dec(a0.any_av); in Perl_leave_scope()
1401 SWITCHSTACK(a1.any_av, a0.any_av); in Perl_leave_scope()
1402 PL_curstackinfo->si_stack = a0.any_av; in Perl_leave_scope()
H A Dperl.h3577 AV* any_av; member
/dports/lang/perl5.32/perl-5.32.1/
H A Dscope.c1008 GvAV(a0.any_gv) = a1.any_av; in Perl_leave_scope()
1278 ap[0].any_av = a1.any_av; in Perl_leave_scope()
1281 (void)av_delete(a1.any_av, a0.any_iv, G_DISCARD); in Perl_leave_scope()
1304 svp = av_fetch(a0.any_av, a1.any_iv, 1); in Perl_leave_scope()
1305 if (UNLIKELY(!AvREAL(a0.any_av) && AvREIFY(a0.any_av))) /* undo reify guard */ in Perl_leave_scope()
1310 if (UNLIKELY(SvTIED_mg((const SV *)a0.any_av, PERL_MAGIC_tied))) in Perl_leave_scope()
1317 SvREFCNT_dec(a0.any_av); in Perl_leave_scope()
1407 SWITCHSTACK(a1.any_av, a0.any_av); in Perl_leave_scope()
1408 PL_curstackinfo->si_stack = a0.any_av; in Perl_leave_scope()
H A Dperl.h3802 AV* any_av; member
/dports/devel/p5-Object-Pad/Object-Pad-0.58/hax/
H A Ddumpers.c.inc272 fprintf(stderr, " av=%p", ap->any_av); break;