Home
last modified time | relevance | path

Searched refs:old_version (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
DModuleVersion.pm130 my $old_version = $version;
131 if ($old_version !~ m{ \A v }xms) {
132 $old_version = "'$old_version'";
142 || $line =~ s{ $REGEX_VERSION_OLD }{$1$old_version$3}xms)
/openbsd/src/gnu/usr.bin/perl/Porting/
Dsync-with-cpan416 my ($old_version) = $distribution =~ $version_pat;
418 if (!$old_version) {
463 if $new_version eq $old_version;
484 if ($old_version eq $new_version) {
500 my $old_dir = "$pkg_dir-$old_version-OLD";
623 my $is_update = $new_version ne $old_version;
635 if ($lines[$idx] =~/$old_version/) {
842 if (s/\Q$old_version/$new_version/) {
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
DConverter.pm1424 my ($old_version) = $self->{spec};
1427 if ( $old_version == $new_version ) {
1428 $converted = _convert( $converted, $cleanup{$old_version}, $old_version, $is_fragment );
1433 die "Failed to clean-up $old_version metadata. Errors:\n$errs\n";
1438 elsif ( $old_version > $new_version ) {
1441 next if $vers[$i] > $old_version;
1458 next if $vers[$i] < $old_version;
1488 my ($old_version) = $self->{spec};
1492 map { $fragments_generate{$old_version}{$_} }
/openbsd/src/gnu/gcc/gcc/
Dcgraphunit.c1773 cgraph_copy_node_for_versioning (struct cgraph_node *old_version, in cgraph_copy_node_for_versioning() argument
1782 gcc_assert (old_version); in cgraph_copy_node_for_versioning()
1787 new_version->local = old_version->local; in cgraph_copy_node_for_versioning()
1788 new_version->global = old_version->global; in cgraph_copy_node_for_versioning()
1791 new_version->count = old_version->count; in cgraph_copy_node_for_versioning()
1795 for (e = old_version->callees;e; e=e->next_callee) in cgraph_copy_node_for_versioning()
1808 if (e->callee == old_version) in cgraph_copy_node_for_versioning()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic54x.c1648 enum cpu_version old_version = cpu; local
1672 else if (assembly_begun && version != old_version)
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-tic54x.c1643 enum cpu_version old_version = cpu; local
1667 else if (assembly_begun && version != old_version)