Home
last modified time | relevance | path

Searched refs:underlying (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Drefaddr.t96 my ($underlying) = @$self;
97 return $underlying->{refaddr($key)};
104 my ($underlying) = @$self;
105 return ($underlying->{refaddr($key)} = $key);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp206 auto underlying = GetUnderlyingCommand(); in Desugar() local
207 if (!underlying) in Desugar()
210 if (underlying->IsAlias()) { in Desugar()
213 auto desugared = ((CommandAlias *)underlying.get())->Desugar(); in Desugar()
220 return {underlying, GetOptionArguments()}; in Desugar()
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dcorrectness.t56 my %underlying;
57 sub ExpireTest::TIEHASH { bless \%underlying, shift }
78 delete $underlying{1};
83 delete @underlying{1,2};
/openbsd-src/lib/libc/db/
H A Dchangelog86 Allow recno to specify the name of the underlying btree;
91 Provide access to an underlying file descriptor.
93 uses this to sync out the underlying btree.
/openbsd-src/usr.bin/vi/docs/internals/
H A Dstructures19 return information about the screen from the underlying screen package.
29 references an underlying EXF structure. The SCR structure is necessary
32 between an SCR structure and its underlying EXF structure is not fixed,
/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Drange_default_formatter.h146 __underlying_.underlying().set_brackets({}, {});
147 __underlying_.underlying().set_separator(_LIBCPP_STATICALLY_WIDEN(_CharT, ": "));
H A Drange_formatter.h53 _LIBCPP_HIDE_FROM_ABI constexpr formatter<_Tp, _CharT>& underlying() { return __underlying_; } in underlying() function
54 …_LIBCPP_HIDE_FROM_ABI constexpr const formatter<_Tp, _CharT>& underlying() const { return __underl… in underlying() function
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsvcatpvf.t23 # these actually test newSVpvf() but it is the same underlying logic.
H A Dlocale.t44 is(test_Gconvert(4.179, 2), "4.2", "Gconvert doesn't recognize underlying locale outside 'use locale'");
46 is(test_Gconvert(4.179, 2), "4.2", "Gconvert doesn't recognize underlying locale inside 'use locale'");
/openbsd-src/gnu/llvm/clang/docs/
H A DClangRepl.rst47 2. Then it sends the input to the underlying incremental facilities in Clang
59 into machine code targeting the underlying device architecture (eg. Intel
H A DMatrixTypes.rst23 A matrix type is a scalar type with an underlying *element type*, a constant
46 declaration of a *typedef* (or a C++ alias declaration). The underlying type
50 number of rows, and the second specifies the number of columns. The underlying
52 element type of the former underlying type.
H A DClangTools.rst29 functionality. They are developed in three components: the underlying
34 The underlying infrastructure for Clang Tools is the
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DFileTimeType.rst89 providing glorified C++ wrappers for it. If the underlying API supports
91 on users that are not present in the underlying filesystem.
93 Having a smaller range that the underlying filesystem forces the
144 the underlying system interfaces? If it wasn't good enough for them, then it
155 supported by the underlying filesystem; meaning ``last_write_time(p)`` will
179 with at least the same range and resolution of the underlying filesystem. The
252 what the underlying system uses, and because it might allow us to match
376 underlying filesystem uses the ``timespec`` struct for the same purpose.
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2002-06-25-MegaPatchInfo.txt29 BasicBlock::iterator) now produces a reference to the underlying type (same
30 example: Instruction&) instead of a pointer to the underlying object. This
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DREADME40 underlying OS or C library, and other headers depended on directly
88 underlying "C" implementation is non-existent, in particular
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dlead-dot.m421 # Check whether the underlying file-system supports filenames
/openbsd-src/gnu/gcc/config/
H A Dlead-dot.m421 # Check whether the underlying file-system supports filenames
/openbsd-src/gnu/llvm/llvm/docs/
H A DGetElementPtr.rst280 However, for the underlying integer computation implied, there is no
346 the actual underlying allocated object.
349 address is outside the actual underlying allocated object and not the address
370 Can I do GEP with a different pointer type than the type of the underlying object?
375 underlying integer computation. They need not correspond with the actual type of
376 the underlying object.
379 the underlying object. Types in this context serve only to specify memory size
390 The underlying integer computation is sufficiently defined; null has a defined
500 reconstruct this structure; sometimes the underlying addressing doesn't
H A DOpaquePointers.rst48 underlying type in memory. In other words, the pointee type carries no real
64 underlying memory offsets. The community realized that pointee types hinder LLVM
76 Many operations do not actually care about the underlying type. These
84 easy to forget to call `Value::stripPointerCasts()` to find the true underlying
/openbsd-src/gnu/llvm/libcxx/utils/gdb/libcxx/
H A Dprinters.py541 self.underlying = val["c"]
548 return iter([("", self.underlying)])
559 self.underlying = val["c"]
570 return iter([("", self.underlying)])
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pod63 provided by the underlying filehandle.
121 pad the archive as needed and close the underlying file handle.
133 Client code is only responsible for closing the underlying filehandle and
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DFormatIssues.csv12 …uld the output of ``std::print`` to a terminal be synchronized with the underlying stream?","C++23"
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dcache.texi4 regard to the underlying operating system's file descriptor
/openbsd-src/lib/libpcap/
H A DREADME38 with the underlying kernel subsystem, but this is not yet implemented.
/openbsd-src/usr.bin/vi/
H A DLAYOUT28 interface code for modifying "records" in the underlying database.

12345678910>>...12