Searched refs:Returns (Results 26 - 50 of 233) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/lld/wasm/
H A DWriterUtils.cpp49 if (sig.Returns.empty())
52 s += toString(sig.Returns[0]);
132 writeUleb128(os, sig.Returns.size(), "result Count");
133 for (ValType returnType : sig.Returns) {
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h435 SmallVector<ValType, 1> Returns; member in struct:llvm::wasm::WasmSignature
442 : Returns(InReturns), Params(InParams) {}
448 return LHS.State == RHS.State && LHS.Returns == RHS.Returns &&
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Sub/
H A DUtil.pm54 Returns the prototype of the given C<$code> reference, if it has one, as a
73 it if C<$prototype> is C<undef>. Returns the C<$code> reference itself.
95 Returns the name of the given C<$code> reference, if it has one. Normal named
123 Sets the name of the function given by the C<$code> reference. Returns the
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DMultiplexer.pm54 Returns a new C<TAP::Parser::Multiplexer> object.
107 Returns the number of parsers. Parsers are removed from the multiplexer
158 Return a result from the next available parser. Returns a list
H A DAggregator.pm52 Returns a new C<TAP::Parser::Aggregator> object.
154 call to the add() method. Returns an array of the requested parsers (in
237 Returns a formatted string representing the runtime returned by
333 Returns the total number of tests run.
366 Returns true if I<any> of the parsers failed. This includes:
H A DResult.pm59 Returns an instance the appropriate class for the test token passed in.
142 Returns the original line of text which was parsed.
154 Returns the "type" of a token, such as C<comment> or C<test>.
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DMsg.pm167 Returns the system message queue identifier.
171 Read a message from the queue. Returns the type of the message read.
200 Returns an object of type C<IPC::Msg::stat> which is a sub-class of
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h171 SmallVectorImpl<ReturnInst *> &Returns,
180 SmallVectorImpl<ReturnInst *> &Returns,
197 SmallVectorImpl<ReturnInst*> &Returns,
276 /// Clones a loop \p OrigLoop. Returns the loop and the blocks in \p
297 /// copies. Returns the split block.
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DPoll.pm172 call will block. Returns the number of handles which had events
177 Returns the event mask which represents the events that happened on IO
186 Returns a list of handles. If EVENT_MASK is not given then a list of all
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/
H A DOutputMap.pm58 Returns or sets the OUTPUT mapping code for this entry.
69 Returns the name of the XS type of the OUTPUT map.
79 Returns a cleaned-up copy of the code to which certain transformations
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.pm340 Returns the SV object corresponding to the C variable C<sv_undef>.
344 Returns the SV object corresponding to the C variable C<sv_yes>.
348 Returns the SV object corresponding to the C variable C<sv_no>.
364 Returns the SV object corresponding to the C variable C<amagic_generation>.
370 Returns the AV object (i.e. in class B::AV) representing INIT blocks.
374 Returns the AV object (i.e. in class B::AV) representing CHECK blocks.
378 Returns the AV object (i.e. in class B::AV) representing UNITCHECK blocks.
382 Returns the AV object (i.e. in class B::AV) representing BEGIN blocks.
386 Returns the AV object (i.e. in class B::AV) representing END blocks.
390 Returns th
[all...]
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp90 SmallVector<const BlockCommandComment *, 4> Returns; member in struct:__anon569::FullCommentParts
132 Returns.push_back(BCC);
343 "<span class=\"word-returns\">Returns</span> ";
478 if (Parts.Returns.size() != 0) {
480 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i)
481 visit(Parts.Returns[i]);
986 if (Parts.Returns.size() != 0) {
988 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i)
989 visit(Parts.Returns[i]);
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm874 Returns the value used by the constructor, and passed to IO::Socket::INET,
934 Returns the message-id of the "current article".
950 implementation) from the server. Returns the text or undef upon failure.
958 Returns I<true> if the server desires the article and C<$message> was
973 Returns the message-id of the article.
977 Returns the date on the remote server. This date will be in a UNIX time
1020 Returns a reference to a list which contains the message-ids of all news posted
1029 Returns the message-id of the article.
1067 Returns whether we can use IPv6.
1071 Returns whethe
[all...]
H A DPOP3.pm698 Returns the value used by the constructor, and passed to IO::Socket::INET,
711 Send the PASS command. Returns the number of messages in the mailbox.
720 Returns the number of messages in the mailbox. However if there are no
760 C<$msgnum>. Returns a reference to an array which contains the lines of text
787 Returns the highest C<$msgnum> of all the messages accessed.
791 Returns a list of two elements. These are the number of undeleted
796 Returns a list of two elements. These are the number of new messages
801 Returns a unique identifier for C<$msgnum> if given. If C<$msgnum> is not
823 Returns whether we can use IPv6.
827 Returns whethe
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DLib.pm2129 Returns an object given a byte string representing the number. The byte string
2135 Returns an object given a string STR, a base BASE, and a collation sequence
2178 Returns an object given an array of values and a base. This method is
2194 Addition. Returns the result of adding OBJ2 to OBJ1.
2198 Multiplication. Returns the result of multiplying OBJ2 and OBJ1.
2210 Subtraction. Returns the result of subtracting OBJ2 by OBJ1. If C<flag> is false
2215 Signed addition. Returns the result of adding OBJ2 with sign SIGN2 to OBJ1 with
2222 Signed subtraction. Returns the result of subtracting OBJ2 with sign SIGN2 to
2229 Returns the result after decrementing OBJ by one.
2233 Returns th
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp100 // Returns true if the given function name is an invoke name generated by
108 // Returns a character that represents the given wasm value type in invoke
133 assert(Sig->Returns.size() <= 1);
135 if (!Sig->Returns.empty())
136 for (auto VT : Sig->Returns)
157 if (Sig->Returns.size() > 1) {
241 SmallVector<wasm::ValType, 4> Returns; local
264 getLibcallSignature(Subtarget, Name, Returns, Params);
266 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns),
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1642 /// Returns a DebugLoc for a new DILocation which is a clone of \p OrigDL
1923 const SmallVectorImpl<ReturnInst *> &Returns) {
1929 for (auto *RI : Returns) {
2152 SmallVector<ReturnInst*, 8> Returns; local
2217 /*ModuleLevelChanges=*/false, Returns, ".i",
2225 inlineRetainOrClaimRVCalls(CB, RVCallKind, Returns);
2517 for (ReturnInst *RI : Returns) {
2545 for (ReturnInst *RI : Returns) {
2610 llvm::erase_if(Returns, [](ReturnInst *RI) {
2619 for (ReturnInst *RI : Returns) {
1922 inlineRetainOrClaimRVCalls(CallBase &CB, objcarc::ARCInstKind RVCallKind, const SmallVectorImpl<ReturnInst *> &Returns) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.pm126 Returns the version number of the underlying B<libgdbm> library. In scalar
204 Returns true if the system error number (B<$!>) gives more information on
232 Returns the last error status associated with this database. In string
240 Returns the last system error status (C C<errno> variable), associated with
247 Returns textual description of the last error that occurred in this database.
259 Returns true if the database needs recovery.
277 Returns number of keys in the database.
283 Returns flags passed as 4th argument to B<tie>.
289 Returns the database name (i.e. 3rd argument to B<tie>.
296 Returns th
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/
H A DSHA.pm539 Returns a new Digest::SHA object. Allowed values for I<$alg> are 1,
557 Returns the number of digest bits for this object. The values are
563 Returns the digest algorithm for this object. The values are 1,
569 Returns a duplicate copy of the object.
650 Returns a string containing a portable, human-readable representation
655 Returns a Digest::SHA object representing the SHA state contained
669 Returns a Digest::SHA object that results from calling I<putstate> on
675 Returns the digest encoded as a binary string.
685 Returns the digest encoded as a hexadecimal string.
693 Returns th
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/
H A DBzip2.pm224 Returns C<BZ_RUN_OK> on success and a C<bzip2> error code on failure.
234 Returns C<BZ_RUN_OK> on success and a C<bzip2> error code on failure.
241 Returns C<BZ_STREAM_END> on success and a C<bzip2> error code on failure.
312 Returns C<BZ_OK> if the uncompression was successful, but the end of the
313 compressed data stream has not been reached. Returns C<BZ_STREAM_END> on
332 Returns the version of the underlying bzip2 library.
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm220 Returns true if C<$ref> is a weak reference.
241 Returns a scalar that has the value C<$num> in a numeric context and the value
294 Returns true if perl thinks C<$var> is a number. See
301 Returns C<$fh> itself, if C<$fh> may be used as a filehandle and is open, or if
313 Returns true if C<$var> is readonly.
325 it if C<$prototype> is C<undef>. Returns the C<$code> reference itself.
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/
H A DMetadata.pm879 Constructs a C<Module::Metadata> object given the path to a file. Returns
909 Returns undef if the module cannot be found.
922 Returns the path to a module given the module or package name. A list
930 Returns the entry in C<@dirs> (or C<@INC> by default) that contains
1016 Returns the name of the package represented by this module. If there
1023 Returns the version as defined by the $VERSION variable for the
1030 Returns the absolute path to the file.
1035 Returns a list of packages. Note: this is a raw list of packages
1045 Returns a list of POD sections.
1049 Returns tru
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm237 Returns a reference to %hash
273 Returns a reference to the %hash.
313 Returns a reference to the %hash.
364 Returns a reference to the %hash.
406 Returns true if the hash and its keys are locked.
424 Returns true if the hash and its keys are unlocked.
449 Returns the list of the keys that are legal in a restricted hash.
457 Returns the list of the keys that are legal in a restricted hash but
477 Returns a reference to the hash.
523 Returns
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/
H A DNoOutput.pm34 Returns all the output (including failure and todo output) collected
/openbsd-current/gnu/usr.bin/perl/lib/ExtUtils/
H A DXSSymSet.pm218 Returns the original name which was trimmed to C<$trimmed> by a
225 Returns the trimmed name which was generated from C<$name> by a
232 Returns a list containing all of the original symbol names
237 Returns a list containing all of the trimmed symbol names

Completed in 267 milliseconds

12345678910