Lines Matching defs:referent
968 SV *referent = NULL;
1033 referent = SvRV(sv);
1255 /* referent will be NULL unless the old type was SVt_IV emulating
1257 sv->sv_u.svu_rv = referent;
2973 SV *const referent = SvRV(sv);
2975 if (!referent) {
2978 } else if (SvTYPE(referent) == SVt_REGEXP &&
2981 REGEXP * const re = (REGEXP *)MUTABLE_PTR(referent);
2997 const char *const typestring = sv_reftype(referent, 0);
2999 UV addr = PTR2UV(referent);
3004 if (SvOBJECT(referent)) {
3005 const HEK *const name = HvNAME_HEK(SvSTASH(referent));
6278 the referent's reference count drops to 0 and it is freed, it's