Searched refs:SvTRUEx (Results 1 – 5 of 5) sorted by relevance
5 if (SvTRUEx(PAD_SV(PL_op->op_targ)))
1173 # define SvTRUEx(sv) ({SV *_sv = (sv); SvTRUE(_sv); }) macro1184 # define SvTRUE(sv) SvTRUEx(sv)1185 # define SvTRUEx(sv) sv_true(sv) macro1217 # define SvTRUEx(sv) ((PL_Sv = (sv)), SvTRUE(PL_Sv)) macro
130 if (SvTRUEx(POPs)) in PP()2290 if (SvTRUEx(POPs)) in PP()
994 if (SvTRUEx(PAD_SV(PL_op->op_targ))) in PP()
371 if(SvTRUEx(POPs))