Lines Matching defs:const_sv
585 $module = $self->const_sv($req_op->first)->PV;
590 $module = $self->const($self->const_sv($req_op->first), 6);
600 return unless $self->const_sv($constop)->PV eq $module;
602 $version = $self->const_sv($constop);
632 return unless $self->const_sv($svop)->PV eq $module;
1404 my $sv = $cv->const_sv;
1439 push @text, "\f".$self->const_sv($kid)->PV;
2593 my $kid = $self->const_sv($op->first)->PV;
2723 my $sv = $self->const_sv($kid);
3566 $fh = $self->const_sv($kid)->PV;
3593 $indir = $self->const_sv($indir)->PV;
3808 return unless $self->const_sv($kid)->PV eq 'attributes';
3825 push @attr, $self->const_sv($kid)->PV;
4495 my $av = $self->const_sv($kid);
5013 $meth = $self->const_sv($meth)->PV; # needs to be bare
5692 sub const_sv {
5723 # return $self->const_sv($op)->PV;
5725 my $sv = $self->const_sv($op);
5767 return uninterp(escape_str(unback($self->const_sv($op)->as_string)));
6172 my $unbacked = re_unback($self->const_sv($op)->as_string);
6295 $re .= ($self->const_sv($op)->PV =~ m|^(\(\?\??\{)|)[0];