Searched refs:Multi (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo2.pl7 my %z1 :Multi(method?maybe);
8 my %z2 :Multi(method,maybe);
9 my %z3 :Multi(qw(method,maybe));
10 my %z4 :Multi(qw(method maybe));
11 my %z5 :Multi('method','maybe');
H A Ddemo.pl7 sub x : Demo(4, 5, 6) :Multi {}
8 my %z : Demo(hash) :Multi(method,maybe);
H A DDemo.pm36 sub Multi : ATTR { subroutine
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dvtbl2.C46 struct Multi : Base, Side struct in inherits:Base,Side
48 virtual ~Multi ();
53 struct Trail : Multi
60 Multi::~Multi () {}
63 void foo (Multi *ptr)
70 Multi m;
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_multihomed.t30 package Multi; package
103 my $sock = Multi->new(PeerPort => $port,
/openbsd-current/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp122 // If Multi, then this sets root to an array and adds top-level objects to it.
123 // If !Multi, then it only reads a single top-level object, even if there are
128 StringRef Blob, bool Multi,
133 if (Multi) {
143 if (Multi && Stack.size() == 1) {
144 // OK to finish here as we've just done a top-level element with Multi
127 readFromBlob( StringRef Blob, bool Multi, function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> Merger) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h390 /// into the original blob). If Multi, then this sets root to an array and
391 /// adds top-level objects to it. If !Multi, then it only reads a single
411 StringRef Blob, bool Multi,
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.sh1227 /* Multi-arch values.
1293 /* Multi-arch values */
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp724 CASE(Multi);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c2781 error ("\nIllegal Multi Issue Construct, at least any one of the slot must be DSP32 instruction group\n");
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm946 with POSIX 2008. See L<perllocale/Multi-threaded operation>.

Completed in 246 milliseconds