Searched refs:Returns (Results 201 - 225 of 233) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1312 only. Returns [false] otherwise.
1325 attribute. Returns [false] otherwise.
1448 constant. Returns [false] otherwise.
2648 all of the passes scheduled in the pass manager [pm]. Returns [true] if
2654 function pass manager [fpm]. Returns [true] if any of the passes modified
2660 function pass manager [fpm] over the function [f]. Returns [true] if any
2666 function pass manager [fpm]. Returns [true] if any of the passes
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl1821 Returns 1 if no lines (or files) were found.
1822 Returns 2 on error.
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc91 0, NULL); // Returns the size including the null terminator.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm199 #pod Returns a valid CPAN::Meta object or dies if the supplied metadata hash
707 Returns a valid CPAN::Meta object or dies if the supplied metadata hash
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm662 with a name that matches /[A-Z0-9_]+/. Returns the list of names.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm422 Returns a value of true if the given section and subsection heading
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.pm386 Returns the full name of the character indicated by the numeric code.
H A Dfeature.pm1068 Returns a list of the features enabled at a given level in the call
1076 Returns the feature bundle, if any, selected at a given level in the
1080 Returns an undefined value if no feature bundle is selected in the
H A Doverload.pm977 Returns true if C<arg> is subject to overloading of some operations.
981 Returns C<undef> or a reference to the method that implements C<op>.
/openbsd-current/gnu/llvm/lld/wasm/
H A DDriver.cpp214 // Returns slices of MB by parsing MB as an archive file.
1149 !callDtorsFunc->signature->Returns.empty())) {
H A DWriter.cpp1394 for (size_t i = 0; i < f.sym->signature->Returns.size(); i++) {
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm548 Returns the great circle distance between two points on a sphere.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DEvent.pm663 Returns true if this event should result in a test failure. In general this
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp527 SmallVector<MachineBasicBlock*, 4> Returns; local
535 Returns.push_back(&MBB);
539 TLI->insertCopiesSplitCSR(EntryMBB, Returns);
2104 /// IsProfitableToFold - Returns true if it's profitable to fold the specific
2112 /// IsLegalToFold - Returns true if the specific operand node N of
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dfeature.pl1423 Returns a list of the features enabled at a given level in the call
1431 Returns the feature bundle, if any, selected at a given level in the
1435 Returns an undefined value if no feature bundle is selected in the
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm1480 Returns the number of elements in the array.
1484 Returns a splice of the array.
1750 Returns the file descriptor for the underlying database.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DHarness.pm540 Returns a L<TAP::Parser::Aggregator> containing the test results.
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2640 SmallVector<ReturnInst *, 8> Returns;
2644 CloneFunctionChangeType::LocalChangesOnly, Returns);
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm225 # Returns undef if an I/O error occurred, in which case the file is
307 # Returns undef if an I/O error occurred.
930 Returns true if within a store operation (via STORABLE_freeze hook).
934 Returns true if within a retrieve operation (via STORABLE_thaw hook).
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm326 # the socket is opened. Returns non-zero if successful; croaks on error.
2188 when the ping object was created. Returns a success flag. If the
2467 Returns a list of addr, type, subcode.
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm1781 ### Returns a command string with proper quoting so that the subprocess
1989 Returns the character used for quoting strings on this platform. This is
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm1143 or C<syslog()>. Returns true on success, C<undef> on failure.
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1100 Sig.Returns.push_back(wasm::ValType(ReturnType));
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1446 case OwnershipAttr::Returns:
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp272 /// declaration. Returns true if diagnosed.
491 /// to RecordType. Returns the relevant RecordType, null if it does not exit.
1796 /// Returns true if normalization was applied.
1810 // arguments must be of integer type for Returns, otherwise of pointer type.
1834 case OwnershipAttr::Returns:
1865 case OwnershipAttr::Returns:
1883 } else if (K == OwnershipAttr::Returns &&
1884 I->getOwnKind() == OwnershipAttr::Returns) {
8542 // Returns true if the attribute must delay setting its arguments until after

Completed in 324 milliseconds

12345678910