Searched refs:tmptype (Results 1 – 4 of 4) sorted by relevance
720 Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype) in Perl_pad_alloc() argument733 if (tmptype == SVs_PADMY) { /* Not & because this ‘flag’ is 0. */ in Perl_pad_alloc()745 const bool konst = cBOOL(tmptype & SVf_READONLY); in Perl_pad_alloc()774 tmptype &= ~SVf_READONLY; in Perl_pad_alloc()775 tmptype |= SVs_PADTMP; in Perl_pad_alloc()779 SvFLAGS(sv) |= tmptype; in Perl_pad_alloc()
3336 Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype);
2422 |U32 tmptype
3449 Axpd |PADOFFSET|pad_alloc |I32 optype|U32 tmptype