Home
last modified time | relevance | path

Searched refs:MM (Results 1 – 25 of 248) sorted by relevance

12345678910

/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c-protos.h23 #define MM enum machine_mode macro
53 rtx m32c_function_arg (CUMULATIVE_ARGS *, MM, tree, int);
60 int m32c_cannot_change_mode_class (MM, MM, int);
61 int m32c_class_max_nregs (int, MM);
75 int m32c_hard_regno_nregs (int, MM);
76 int m32c_hard_regno_ok (int, MM);
77 bool m32c_immd_dbl_mov (rtx *, MM);
80 int m32c_legitimate_address_p (MM, rtx, int);
82 int m32c_legitimize_address (rtx *, rtx, MM);
83 int m32c_legitimize_reload_address (rtx *, MM, int, int, int);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_Cygwin.t22 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);
62 like( $MM->{CFLAGS}, qr/OPTIMIZE = opt/, '... should set OPTIMIZE' );
63 like( $MM->{CFLAGS}, qr/PERLTYPE = pt/, '... should set PERLTYPE' );
64 like( $MM->{CFLAGS}, qr/CCFLAGS = $ccflags/, '... should set CCFLAGS' );
[all …]
H A DMM_NW5.t23 use ExtUtils::MM;
28 my $MM = bless {
42 is( $MM->replace_manpage_separator( $man ),
51 is( $MM->maybe_command( $comspec ),
54 like( $MM->maybe_command( $comspec2 ),
62 ok( ! $MM->maybe_command( 'not_a_command.com' ),
70 ok( $MM->file_name_is_absolute( 'SYS:/' ),
72 ok( ! $MM->file_name_is_absolute( 'some/path/' ),
82 like( $MM->find_perl( $], [ $perl ], [ $path ] ),
90 is( $MM->catdir( @path_eg ),
[all …]
H A DMM_Win32.t22 use ExtUtils::MM;
27 my $MM = bless {
42 is( $MM->replace_manpage_separator( $man ),
51 is( $MM->maybe_command( $comspec ),
54 like( $MM->maybe_command( $comspec2 ),
62 ok( ! $MM->maybe_command( 'not_a_command.com' ),
70 ok( $MM->file_name_is_absolute( 'C:/' ),
72 ok( ! $MM->file_name_is_absolute( 'some/path/' ),
82 like( $MM->find_perl( $], [ $perl ], [ $path ], 0 ),
90 is( $MM->catdir( @path_eg ),
[all …]
H A DMM_BeOS.t27 @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 Dmake.t14 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 DMM_Any.t21 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 Dinstalled_file.t31 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 Dproblems.t11 use ExtUtils::MM;
16 my $MM = bless { DIR => ['subdir'] }, 'MM';
49 eval { $MM->eval_in_subdirs; };
H A Decho.t12 use ExtUtils::MM;
17 use ExtUtils::MM;
19 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
H A Dunicode.t10 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 Dpm_to_blib.t16 use ExtUtils::MM;
18 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
H A DPL_FILES.t12 use ExtUtils::MM;
14 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
H A Dparse_version.t126 local *MM::get_version = sub {
144 my $version = MM->parse_version( $file );
H A DINSTALL_BASE.t20 use ExtUtils::MM;
22 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
H A Dseveral_authors.t15 use ExtUtils::MM;
17 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DXS.pm18 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-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/
H A DUtils.pm301 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-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DMakefile.PL59 $_ = $self->MM::top_targets();
80 $_ = $self->MM::processPL();
88 $_ = $self->MM::test();
99 my $new = $self->MM::test();
/openbsd-src/regress/usr.bin/rcs/
H A Dkeywords.out2 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-src/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp140 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) { in addModuleMacro() local
142 return MM; in addModuleMacro()
145 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides); in addModuleMacro() local
146 ModuleMacros.InsertNode(MM, InsertPos); in addModuleMacro()
159 [](ModuleMacro *MM) { return MM->NumOverriddenBy != 0; }); in addModuleMacro() argument
163 LeafMacros.push_back(MM); in addModuleMacro()
168 return MM; in addModuleMacro()
209 auto *MM = Worklist.pop_back_val(); in updateModuleMacroInfo() local
210 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule())) { in updateModuleMacroInfo()
213 if (MM->getMacroInfo()) in updateModuleMacroInfo()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td302 // 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-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM.pm1 package ExtUtils::MM;
41 package MM; package
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h23 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips() argument
25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp123 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()

12345678910