/openbsd/gnu/gcc/gcc/config/m32c/ |
H A D | m32c-protos.h | 23 #define MM enum machine_mode macro 60 int m32c_cannot_change_mode_class (MM, MM, int); 61 int m32c_class_max_nregs (int, MM); 76 int m32c_hard_regno_ok (int, MM); 77 bool m32c_immd_dbl_mov (rtx *, MM); 84 rtx m32c_libcall_value (MM); 88 int m32c_modes_tieable_p (MM, MM); 89 bool m32c_mov_ok (rtx *, MM); 94 int m32c_prepare_move (rtx *, MM); 100 MM m32c_regno_reg_class (int); [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
H A D | MM_Cygwin.t | 22 use ExtUtils::MM; 29 is( MM->canonpath('/a/../../c'), $path, 33 my $MM = bless({ 39 is( $MM->cflags(), 'fakeflags', 42 delete $MM->{CFLAGS}; 55 local $MM->{NEEDS_LINKING} = 1; 56 $MM->cflags(<<FLAGS); 67 $MM = bless({ 73 unlike( $MM->manifypods(), qr/foo/, 77 my $res = $MM->manifypods(); [all …]
|
H A D | MM_NW5.t | 23 use ExtUtils::MM; 28 my $MM = bless { 51 is( $MM->maybe_command( $comspec ), 54 like( $MM->maybe_command( $comspec2 ), 90 is( $MM->catdir( @path_eg ), 92 is( $MM->catdir( @path_eg ), 99 is( $MM->catfile( @path_eg ), 102 is( $MM->catfile( @path_eg ), 174 $MM->init_linker; 203 is( $MM->perl_script( $script_name ), [all …]
|
H A D | MM_Win32.t | 22 use ExtUtils::MM; 27 my $MM = bless { 51 is( $MM->maybe_command( $comspec ), 54 like( $MM->maybe_command( $comspec2 ), 90 is( $MM->catdir( @path_eg ), 92 is( $MM->catdir( @path_eg ), 99 is( $MM->catfile( @path_eg ), 102 is( $MM->catfile( @path_eg ), 182 $MM->init_linker; 210 is( $MM->perl_script( $script_name ), [all …]
|
H A D | MM_BeOS.t | 27 @MM::ISA = qw( 33 package MM; package 39 my $MM = bless { NAME => "Foo" }, 'MM'; 47 $MM->init_linker; 49 is( $MM->{PERL_ARCHIVE}, $libperl, 'PERL_ARCHIVE' ); 50 is( $MM->{PERL_ARCHIVE_AFTER}, $after, 'PERL_ARCHIVE_AFTER' ); 51 is( $MM->{EXPORT_LIST}, $export, 'EXPORT_LIST' );
|
H A D | make.t | 14 my $MM = bless { MAKE => "nmake6" }, "MM"; 15 is $MM->make, 'nmake'; 17 $MM->{MAKE} = 'GNUmake'; 18 is $MM->make, 'gmake'; 20 $MM->{MAKE} = 'MMS'; 21 is $MM->make, 'mms';
|
H A D | MM_Any.t | 21 my @flavors = MM->os_flavor; 24 ok( MM->os_flavor_is($flavors[rand @flavors]), 26 ok( MM->os_flavor_is($flavors[rand @flavors], 'BogusOS'), 28 ok( !MM->os_flavor_is('BogusOS'), ' wrong flavor' ); 29 ok( !MM->os_flavor_is(), ' no flavor' );
|
H A D | installed_file.t | 31 ok !MM->_installed_file_for_module("aaldkfjaldj"), "Module not installed"; 32 ok !MM->_installed_file_for_module("aaldkfjaldj::dlajldkj"); 38 path_is( MM->_installed_file_for_module("less"), $want, "single name module" ); 44 path_is( MM->_installed_file_for_module("Test::More"), $want, "Foo::Bar style" );
|
H A D | problems.t | 11 use ExtUtils::MM; 16 my $MM = bless { DIR => ['subdir'] }, 'MM'; 49 eval { $MM->eval_in_subdirs; };
|
H A D | echo.t | 12 use ExtUtils::MM; 17 use ExtUtils::MM; 19 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
|
H A D | unicode.t | 10 use ExtUtils::MM; 20 if !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}; 26 my $MM = bless { DIR => ['.'] }, 'MM'; 95 $MM->eval_in_subdirs;
|
H A D | pm_to_blib.t | 16 use ExtUtils::MM; 18 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
|
H A D | PL_FILES.t | 12 use ExtUtils::MM; 14 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
|
H A D | parse_version.t | 126 local *MM::get_version = sub { 144 my $version = MM->parse_version( $file );
|
H A D | INSTALL_BASE.t | 20 use ExtUtils::MM; 22 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
|
H A D | several_authors.t | 15 use ExtUtils::MM; 17 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/ |
H A D | XS.pm | 18 use ExtUtils::MM; 23 my $MM = MM->new({NAME=>'name', NORECURS=>1}); 24 $typemap =~ s/ //g unless $MM->can_dep_space; 153 …"blib/arch/auto/share/dist/x-y/libwhatevs$MM->{LIB_EXT}" => 'hi there', # mimic what File::ShareDi… 154 …"blib/arch/auto/Alien/ROOT/root/lib/root/root$MM->{LIB_EXT}" => 'hi there', # mimic Alien::ROOT th… 156 "blib/arch/auto/Dist/File$MM->{LIB_EXT}" => 'hi there',
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/ |
H A D | Utils.pm | 301 use ExtUtils::MM; 305 if( MM->os_flavor_is('Unix') or 306 (MM->os_flavor_is('Win32') and !MM->os_flavor_is('Win9x')) or 307 ($] > 5.00554 and MM->os_flavor_is('OS/2')) 424 return MM->maybe_command($command); 433 push @possibles, $abs if $abs = MM->maybe_command($abs);
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | Makefile.PL | 59 $_ = $self->MM::top_targets(); 80 $_ = $self->MM::processPL(); 88 $_ = $self->MM::test(); 99 my $new = $self->MM::test();
|
/openbsd/regress/usr.bin/rcs/ |
H A D | keywords.out | 2 Date: YYYY/MM/DD HH:MI:SS 3 Header: file,v 1.1 YYYY/MM/DD HH:MI:SS USER Exp 4 Id: file,v 1.1 YYYY/MM/DD HH:MI:SS USER Exp
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 142 return MM; in addModuleMacro() 159 [](ModuleMacro *MM) { return MM->NumOverriddenBy != 0; }); in addModuleMacro() argument 163 LeafMacros.push_back(MM); in addModuleMacro() 168 return MM; in addModuleMacro() 213 if (MM->getMacroInfo()) in updateModuleMacroInfo() 287 for (auto *MM : in dumpMacroInfo() local 289 Active.insert(MM); in dumpMacroInfo() 296 if (!MM->getMacroInfo()) in dumpMacroInfo() 299 if (Active.count(MM)) in dumpMacroInfo() 304 else if (MM->getMacroInfo()) in dumpMacroInfo() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP10.td | 302 // A MM pipeline may take 10 cycles to complete. 358 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM. 365 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM. 372 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF. 373 // Save 6 cycles if pipeline MM reads the data from pipelines MM. 382 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 385 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 388 // Save 1 cycles if pipeline DX reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 409 // Save 1 cycles if pipeline SX reads the data from pipelines ST, SX, FX, F2, PM, MM. 412 // Save 1 cycles if pipeline vMU reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM.pm | 1 package ExtUtils::MM; 41 package MM; package
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.h | 23 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips() argument 25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 123 template <class T, class U> void setMinMax(std::pair<T, T> &MM, U &&V) { in setMinMax() argument 124 if (MM.first == 0 || MM.second == 0) in setMinMax() 125 MM = std::make_pair(std::forward<U>(V), std::forward<U>(V)); in setMinMax() 127 MM = std::make_pair(std::min(MM.first, V), std::max(MM.second, V)); in setMinMax()
|