Home
last modified time | relevance | path

Searched refs:SAVEFREEOP (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50100018 SAVEFREEOP # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5010001107 SAVEFREEOP # U
/openbsd/gnu/usr.bin/perl/
H A Dscope.h175 #define SAVEFREEOP(o) save_freeop((OP*)(o)) macro
H A Dop.c4180 SAVEFREEOP(attrs); in Perl_my_attrs()
4702 SAVEFREEOP(o); in Perl_newPROG()
10266 SAVEFREEOP(proto); in Perl_newMYSUB()
10268 SAVEFREEOP(attrs); in Perl_newMYSUB()
10744 SAVEFREEOP(o); in Perl_newATTRSUB_x()
10746 SAVEFREEOP(proto); in Perl_newATTRSUB_x()
10748 SAVEFREEOP(attrs); in Perl_newATTRSUB_x()
11298 SAVEFREEOP(PL_curcop); in S_process_special_blocks()
H A Dpp_ctl.c4188 SAVEFREEOP(PL_eval_root); in S_doeval_compile()
5759 SAVEFREEOP((OP *) matcher); in S_make_matcher()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc788 Amhd||SAVEFREEOP|OP *op
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod1951 =item C<SAVEFREEOP(OP *op)>
1955 =for apidoc Amh||SAVEFREEOP|OP *op
5069 C<SAVEFREEOP> is slightly problematic under this scheme. Sometimes it can cause
5072 C<SAVEFREEOP> a no-op doesn't help, as sometimes an op can be savefreed when
5074 a reference count on the slab, so the whole slab would leak. So C<SAVEFREEOP>