Searched refs:cx_popsub (Results 1 – 10 of 10) sorted by relevance
16 cx_popsub # F added by devel/scanprov
1543 inline functions such as C<cx_pushblock()>, C<cx_popsub()> etc. These use1548 involving C<cx_popblock()>, C<cx_popsub()> etc. has changed. See the new1578 C<cx_popsub()> and placed into its own macro, C<CX_LEAVE_SCOPE(cx)>, which1579 must be called before C<cx_popsub()> etc.1582 (formerly it only did the C<cx_popsub()> etc. actions on each frame).1607 The handling of C<@_> in C<cx_pushsub()> and C<cx_popsub()> has been1611 C<cx_popsub()> which had been unrolled in places like C<pp_goto> have been
1489 automatically by C<cx_pushsub()>, C<cx_popsub()> etc., but would need to be
4297 Contexts are popped using C<cx_popsub()> etc. and C<cx_popblock()>. Note4333 cx_popsub(cx);4386 C<cx_popsub>. In part, this looks like:
984 cx_popsub(cx); in PP()
1788 cx_popsub(cx); in Perl_dounwind()2777 cx_popsub(cx); /* Stack values are safe: release CV and @_ ... */ in PP()
6135 cx_popsub(cx); /* Stack values are safe: release CV and @_ ... */ in PP()
2128 # define cx_popsub(a) Perl_cx_popsub(aTHX_ a) macro
6076 Cipx |void |cx_popsub |NN PERL_CONTEXT *cx
3709 Cixp |void |cx_popsub |NN PERL_CONTEXT *cx