Lines Matching defs:const_sv
10218 SV *const_sv;
10319 const_sv = S_op_const_sv(aTHX_ start, compcv, FALSE);
10321 const_sv = NULL;
10324 const_sv = NULL;
10338 S_already_defined(aTHX_ cv, block, NULL, name, &const_sv);
10355 if (const_sv) {
10356 SvREFCNT_inc_simple_void_NN(const_sv);
10357 SvFLAGS(const_sv) |= SVs_PADTMP;
10369 CvXSUBANY(cv).any_ptr = const_sv;
10456 if (const_sv)
10673 SV *const_sv;
10865 const_sv =
10869 const_sv = NULL;
10872 const_sv = NULL;
10893 && ( !const_sv || SvRV(gv) == const_sv
10894 || SvTYPE(const_sv) == SVt_PVAV
10896 || sv_cmp(SvRV(gv), const_sv) ))) {
10920 S_already_defined(aTHX_ cv, block, o, NULL, &const_sv);
10933 if (const_sv) {
10934 SvREFCNT_inc_simple_void_NN(const_sv);
10935 SvFLAGS(const_sv) |= SVs_PADTMP;
10940 CvXSUBANY(cv).any_ptr = const_sv;
10953 const_sv
10966 SvRV_set(gv, const_sv);