Searched refs:Returns (Results 1 - 25 of 233) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/
H A DType.pm64 Returns or sets the prototype.
75 Returns the name of the XS type that this C type is associated to.
85 Returns the name of the C type as it was set on construction.
95 Returns the canonicalized name of the C type.
H A DInputMap.pm58 Returns or sets the INPUT mapping code for this entry.
69 Returns the name of the XS type of the INPUT map.
79 Returns a cleaned-up copy of the code to which certain transformations
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp143 SmallVector<wasm::ValType, 1> &&Returns,
145 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns),
158 SmallVectorImpl<wasm::ValType> &Returns) {
164 valTypesFromMVTs(CallerRetTys, Returns);
199 SmallVector<wasm::ValType, 4> Returns; local
205 Returns.push_back(
220 getFunctionReturns(MI, Returns);
222 MCOp = lowerTypeIndexOperand(std::move(Returns), std::move(Params));
228 SmallVector<wasm::ValType, 1> Returns; local
229 getFunctionReturns(MI, Returns);
142 lowerTypeIndexOperand( SmallVector<wasm::ValType, 1> &&Returns, SmallVector<wasm::ValType, 4> &&Params) const argument
157 getFunctionReturns(const MachineInstr *MI, SmallVectorImpl<wasm::ValType> &Returns) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/
H A DResult.pm47 Returns a new C<App::Prove::State::Result> instance.
78 Returns the current version of state storage.
86 Returns the name of the class used for tracking individual tests. This class
125 Returns the tests for a given generation. This is a hashref or a hash,
159 Returns an individual C<App::Prove::State::Result::Test> instance for the
182 Returns an list of test names, sorted by run order.
209 Returns the number of tests for a given test suite result.
217 Returns a hashref of raw results, suitable for serialization by YAML.
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DAmigaOS.pm30 Returns $ENV{TMPDIR} or if that is unset, "/t".
42 Returns true if there's a colon in the file name,
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli69 (** Returns the byte order of a target, either [Endian.Big] or
74 (** Returns the pointer size in bytes for a target.
78 (** Returns the integer type that is the same size as a pointer on a target.
82 (** Returns the pointer size in bytes for a target in a given address space.
86 (** Returns the integer type that is the same size as a pointer on a target
156 (** Returns the name of a target. See [llvm::Target::getName]. *)
159 (** Returns the description of a target.
163 (** Returns [true] if the target has a JIT. *)
166 (** Returns [true] if the target has a target machine associated. *)
169 (** Returns [tru
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSharedMem.pm191 Returns the shared memory identifier.
195 Read C<SIZE> bytes from the shared memory segment at C<POS>. Returns
201 Write C<SIZE> bytes to the shared memory segment at C<POS>. Returns
211 Returns true if the shared memory segment has been removed or
216 Returns an object of type C<IPC::SharedMem::stat> which is a sub-class
238 Returns true if successful, or false on error. See L<shmat(2)>.
243 to. Returns true if successful, or false on error. See L<shmdt(2)>.
247 Returns the address of the shared memory that has been attached to in a
248 format suitable for use with C<pack('P')>. Returns C<undef> if the shared
H A DSemaphore.pm215 Returns the values of the semaphore set as an array.
219 Returns the number of processes waiting for the semaphore C<SEM> to
224 Returns the process id of the last process that performed an operation
229 Returns the current value of the semaphore C<SEM>.
233 Returns the number of processes waiting for the semaphore C<SEM> to
238 Returns the system identifier for the semaphore set.
281 Returns an object of type C<IPC::Semaphore::stat> which is a sub-class of
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp54 ReturnTypes.assign(Sig.Returns.begin(), Sig.Returns.end());
126 if (LastSig.Returns.size() > Stack.size())
130 for (auto VT : llvm::reverse(LastSig.Returns)) {
137 for (size_t i = 0; i < LastSig.Returns.size(); i++) {
138 auto EVT = LastSig.Returns[i];
139 auto PVT = Stack[Stack.size() - LastSig.Returns.size() + i];
152 Stack.insert(Stack.end(), Sig.Returns.begin(), Sig.Returns.end());
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DFile.pm161 Returns a new Archive::Tar::File object from an existing file.
163 Returns undef on failure.
167 Returns a new Archive::Tar::File object from data.
174 Returns undef on failure.
178 Returns a new Archive::Tar::File object from a raw 512-byte tar
181 Returns undef on failure.
461 Returns true on success and false on failure.
477 Returns the full path from the tar header; this is basically a
498 Returns true on success, false on failure
521 Returns
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli17 memory buffer [mb] in the context [context]. Returns [m] if successful, or
23 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
H A DTest.pm44 Returns the literal text of the C<ok> or C<not ok> status.
56 Returns the number of the test, even if the original TAP output did not supply
74 Returns the description of the test, if any. This is the portion after the
87 Returns either C<TODO> or C<SKIP> if either directive was present for a test
117 Returns a boolean value indicating whether or not the test passed. Remember
140 Returns a boolean value indicating whether or not the test passed, regardless
206 Returns a boolean value indicating whether or not this test has a SKIP
213 Returns a boolean value indicating whether or not this test has a TODO
H A DPlan.pm67 Returns the number of tests planned. For example, a plan of C<1..17> will
94 Returns a boolean value indicating whether or not this test has a SKIP
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli15 [path]. Returns [true] if successful, [false] otherwise. *)
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
35 will be flushed. Returns [true] if successful, [false] otherwise. *)
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dbuiltin.pm88 Returns the boolean truth value. While any scalar value can be tested for
99 Returns the boolean fiction value. While any non-true scalar value is
109 Returns true when given a distinguished boolean value, or false if not. A
137 Returns true when given a weakened reference, or false if not a reference or
147 Returns the package name for an object reference, or C<undef> for a
154 Returns the memory address for a reference, or C<undef> for a non-reference.
162 Returns the basic container type of the referent of a reference, or C<undef>
170 Returns a boolean representing if the argument value was originally created as
191 Returns a boolean representing if the argument value was originally created as
218 Returns th
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSeekable.pm25 Returns an opaque value that represents the current position of the
34 position. Returns "0 but true" on success, C<undef> on failure.
67 Returns C<1> upon success, C<0> otherwise.
75 Returns the new position, or C<undef> on failure. A position
80 Returns the IO::File's current position, or -1 on error.
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli17 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/
H A DUtils.pm121 Returns a path to perl which is safe to use in a command line, no
206 Returns the name MakeMaker will use for a backup of the current
220 Returns a good guess at the make to run.
235 Returns the make to run as with make() plus any necessary switches.
250 Returns the command necessary to run $make on the given $target using
357 Returns true if there is a compiler available for XS builds.
381 Returns the $contents of $filename.
442 Returns the return value of the given code.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/
H A DTest.pm93 Returns C<undef> if the program has never passed.
99 Returns C<undef> if the program has never failed.
103 Returns the mtime of the test, in seconds from the epoch.
107 Returns a hashref of raw test data, suitable for serialization by YAML.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/
H A DSpinner.pm47 Returns true indicating that is a 'spinner' job. Spinners are returned
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A Ddataconn.pm172 Returns the number of bytes read before any <CRLF> translation.
180 Returns the number of bytes written before any <CRLF> translation.
184 Returns the number of bytes read so far.
192 Close the data connection and get a response from the FTP server. Returns
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/
H A DUtils.pm100 Returns a path to perl which is safe to use in a command line, no
190 Returns the name MakeMaker will use for a backup of the current
204 Returns a good guess at the make to run.
220 Returns the make to run as with make() plus any necessary switches.
236 Returns the command necessary to run $make on the given $target using
341 Returns true if there is a compiler available for XS builds.
371 Returns the $contents of $filename.
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.pm784 [CORE] Returns the ActivePerl build number. This function is
818 [CORE] Returns the name of the Microsoft Network domain or workgroup
850 [CORE] Returns the name of the filesystem of the currently active
879 Returns the current Windows ANSI code page identifier for the operating
884 Returns an ANSI version of FILENAME. This may be the short name
903 Returns the processor type: 386, 486 or 586 for x86 processors, 8664 for the x64
912 Returns the processor architecture: 0 for x86 processors, 5 for arm, 6 for
917 Returns the input code page used by the console associated with the
924 Returns the output code page used by the console associated with the
931 [CORE] Returns th
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.pm121 Returns a numeric value for a Unix-like file descriptor. Returns -1 if
126 Returns the number of octets placed in $buffer (must be less than or
131 Returns the number of octets from $buffer that have been successfully written.
152 Returns file position.
157 Returns the number of octets from $buffer that have been successfully
176 Optional. Returns error state. Default is no error until a mechanism
181 Optional. Returns end-of-file state. Default is a function of the return
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp215 SmallVector<ReturnInst *, 4> Returns; local
218 Returns.push_back(RI);
221 if (Returns.empty())
254 for (ReturnInst *RI : Returns) {

Completed in 233 milliseconds

12345678910