Searched refs:Returns (Results 51 - 75 of 233) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/
H A DColor.pm100 Returns a boolean indicating whether or not this module can actually
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasmTraits.h35 for (auto Ret : Sig.Returns)
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DCmd.pm688 Returns the text message returned from the last command. In a scalar
694 Returns the 3-digit code from the last command. If a command is pending
699 Returns non-zero if the last code value was greater than zero and
705 Returns the most significant digit of the current status code. If a command
752 Returns undef upon failure.
757 Returns zero.
773 Retrieve one line, delimited by CRLF, from the remote server. Returns I<undef>
796 Returns a reference to a list containing the lines, or I<undef> upon failure.
800 Returns a filehandle tied to the Net::Cmd object. After issuing a
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm110 Returns a new C<TAP::Parser> object.
550 Returns the type of result, such as C<comment> or C<test>.
561 Returns the original line of text which was parsed.
642 Returns a list of pragmas each of which is a + or - followed by the
694 Returns the literal text of the C<ok> or C<not ok> status.
700 Returns the number of the test, even if the original TAP output did not supply
707 Returns the description of the test, if any. This is the portion after the
714 Returns either C<TODO> or C<SKIP> if either directive was present for a test
732 Returns a boolean value indicating whether or not the test passed. Remember
742 Returns
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/FileCache/lib/
H A DFileCache.pm41 Returns EXPR on success for convenience. You may neglect the
54 Returns EXPR on success for convenience. You may neglect the
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DSourceHandler.pm61 Returns a number between C<0> & C<1> reflecting how confidently the raw source
83 Returns a new L<TAP::Parser::Iterator> object for use by the L<TAP::Parser>.
H A DResultFactory.pm56 Returns an instance the appropriate class for the test token passed in.
72 Takes one argument: C<$type>. Returns the class for this $type, or C<croak>s
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSysV.pm148 VAR must be a variable that will hold the data read. Returns true if
155 is too short, nulls are written to fill out SIZE bytes. Returns true if
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp176 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
178 Returns);
/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsToArgs.cpp155 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
157 Returns, "", /*CodeInfo=*/nullptr);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp146 SmallVectorImpl<Instruction *> &Returns,
149 /// Calculate the allocation size of a given alloca. Returns 0 if the
201 // Returns whether the function was changed.
382 SmallVectorImpl<Instruction *> &Returns,
401 Returns.push_back(CI);
403 Returns.push_back(RI);
763 SmallVector<Instruction *, 4> Returns; local
774 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns,
817 for (Instruction *RI : Returns) {
842 for (Instruction *RI : Returns) {
378 findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas, SmallVectorImpl<AllocaInst *> &DynamicAllocas, SmallVectorImpl<Argument *> &ByValArguments, SmallVectorImpl<Instruction *> &Returns, SmallVectorImpl<Instruction *> &StackRestorePoints) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/
H A DUNIX.pm150 Returns the pathname to the fifo at the local end
154 Returns the pathanme to the fifo at the peer end
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/
H A DSpec.pm121 Returns a string representation of the current directory.
128 Returns a string representation of the null device.
135 Returns a string representation of the root directory.
142 Returns a string representation of the first writable directory from a
143 list of possible temporary directories. Returns the current directory
153 Returns a string representation of the parent directory.
169 Returns a true or false value indicating, respectively, that alphabetic
188 Takes no argument. Returns the environment variable C<PATH> (or the local
/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.pm191 Returns an opset containing the listed operators.
195 Returns a list of operator names corresponding to those operators in
200 Returns a string representation of an opset. Can be handy for debugging.
204 Returns an opset which includes all operators.
208 Returns an opset which contains no operators.
212 Returns an opset which is the inverse set of the one supplied.
216 Returns true if the supplied opset looks like a valid opset (is the
248 Returns an opset corresponding to the current opmask.
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/
H A DDLL.pm186 Returns true if all functions are available. As a side effect, creates
195 Returns a reference to a Perl function wrapper for the entry point NAME
205 Returns the return string if the REXX return code is 0, else undef.
229 Returns the address of a 32-bit entry point with name $name, or 0 if none
238 arguments, looks on all 3 locations. Returns the full name of the found
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DVMS.pm220 Returns a string representation of the current directory: '[]' or '.'
232 Returns a string representation of the null device: '_NLA0:' or '/dev/null'
244 Returns a string representation of the root directory: 'SYS$DISK:[000000]'
269 Returns a string representation of the first writable directory
296 Returns a string representation of the parent directory: '[-]' or '..'
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBzip2.pm593 Returns true if successful.
604 Returns true if successful.
616 Returns the number of uncompressed bytes written, or C<undef> if
629 Returns the number of uncompressed bytes written, or C<undef> if
642 Returns true on success.
651 Returns the uncompressed file offset.
660 Returns true if the C<close> method has been called.
676 Returns 1 on success, 0 on failure.
691 Returns true if the object currently refers to a opened file/buffer.
747 Returns tru
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSocket.pm606 Binds a network address to a socket, just as C<bind(2)> does. Returns true if
650 Does the same thing that the C<listen(2)> system call does. Returns true if it
657 Returns the packed C<sockaddr> address of the other end of the socket
665 Returns the number for the protocol being used on the socket, if
682 the same name. Returns the address of the sender if socket's protocol supports
719 it does a C<sendto(2)> syscall. Returns the number of characters sent, or
763 Returns C<1> for success; on error, returns C<undef> if the socket is
770 Returns the number for the socket domain type. For example, for
799 Returns the packed C<sockaddr> address of this end of the connection. It's the
815 Returns th
[all...]
H A DSelect.pm322 Returns a true value (actually the handle itself) if it is present.
323 Returns undef otherwise.
350 Returns the number of handles that the object will check for when
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.pm81 Returns the current time. Example:
100 Returns the number of iterations.
117 Returns: a Benchmark object.
149 Returns a Benchmark object.
164 Returns a hash reference of Benchmark objects, keyed by name.
168 Returns the difference between two Benchmark times as a Benchmark
173 Returns a string that formats the times in the TIMEDIFF object in
232 Returns a reference to an ARRAY of rows, each row is an ARRAY of cells from the
266 Returns: a Benchmark object.
281 Returns th
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DTypemaps.pm64 Returns a new typemap object. Takes an optional C<file> parameter.
434 Returns the C<ExtUtils::Typemaps::Type>
468 Returns the C<ExtUtils::Typemaps::InputMap>
506 Returns the C<ExtUtils::Typemaps::InputMap>
679 Returns a bool indicating whether this typemap is entirely empty.
693 Returns a list of the C types that are mappable by
705 Returns a hash mapping the C types to the XS types:
737 Returns a hash mapping the XS types (identifiers) to the
776 Returns a hash mapping the XS types (identifiers) to the
825 Returns
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.pm174 getpeername()). Returns the address family tag. This will be one of the
182 inet_aton(), or a v-string). Returns the C<sockaddr_in> structure with those
193 getpeername() or recv()). Returns a list of two elements: the port and an
216 number. Returns the C<sockaddr_in6> structure with those arguments packed in
224 Takes a C<sockaddr_in6> structure. Returns a list of four elements: the port
245 Takes one argument, a pathname. Returns the C<sockaddr_un> structure with that
253 getpeername() or recv()). Returns a list of one element: the pathname. Will
272 C<INADDR_ANY>). Returns the C<ip_mreq> structure with those arguments packed
278 Takes an C<ip_mreq> structure. Returns a list of two elements; the IPv4
284 address (or C<INADDR_ANY>). Returns th
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm810 Returns the number of bytes actually read. On EOF it returns 0 and in
817 Returns the number of bytes actually read. On EOF it returns 0 and in
832 Writes the contents of C<$buffer> to the compressed file. Returns the
848 Returns 0 on success.
852 Returns the uncompressed file offset.
865 Returns 1 on success, 0 on failure.
872 Returns 0 on success.
900 Returns the I<zlib> error message or number for the last operation
1245 Returns the adler32 value for the dictionary.
1249 Returns th
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DRawInflate.pm604 Returns the data, if any, that is present immediately after the compressed
687 Returns an C<IO::Uncompress::RawInflate> object on success and undef on failure.
834 Returns the number of uncompressed bytes written to C<$buffer>, zero if eof
854 Returns the number of uncompressed bytes written to C<$buffer>, zero if eof
911 Returns the uncompressed file offset.
920 Returns true if the end of the compressed input stream has been reached.
941 Returns 1 on success, 0 on failure.
956 Returns true if the object currently refers to a opened file/buffer.
979 Returns the current uncompressed line number. If C<EXPR> is present it has
1017 Returns tru
[all...]
H A DInflate.pm459 Returns the data, if any, that is present immediately after the compressed
542 Returns an C<IO::Uncompress::Inflate> object on success and undef on failure.
706 Returns the number of uncompressed bytes written to C<$buffer>, zero if eof
726 Returns the number of uncompressed bytes written to C<$buffer>, zero if eof
783 Returns the uncompressed file offset.
792 Returns true if the end of the compressed input stream has been reached.
813 Returns 1 on success, 0 on failure.
828 Returns true if the object currently refers to a opened file/buffer.
851 Returns the current uncompressed line number. If C<EXPR> is present it has
889 Returns tru
[all...]

Completed in 163 milliseconds

12345678910