Searched refs:SAVEFREEOP (Results 1 – 7 of 7) sorted by relevance
8 SAVEFREEOP # U
107 SAVEFREEOP # U
175 #define SAVEFREEOP(o) save_freeop((OP*)(o)) macro
4180 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()
4188 SAVEFREEOP(PL_eval_root); in S_doeval_compile()5759 SAVEFREEOP((OP *) matcher); in S_make_matcher()
788 Amhd||SAVEFREEOP|OP *op
1951 =item C<SAVEFREEOP(OP *op)>1955 =for apidoc Amh||SAVEFREEOP|OP *op5069 C<SAVEFREEOP> is slightly problematic under this scheme. Sometimes it can cause5072 C<SAVEFREEOP> a no-op doesn't help, as sometimes an op can be savefreed when5074 a reference count on the slab, so the whole slab would leak. So C<SAVEFREEOP>