Home
last modified time | relevance | path

Searched refs:contained (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dany75 * An `any` object's state is either empty or it stores a contained object
82 // Holds either pointer to a heap object or the contained object itself.
104 struct _Manager_external; // creates contained object on the heap
114 /// Emplace with an object created from @p __args as the contained object.
125 /// the contained object.
185 /// Construct with a copy of @p __value as the contained object.
196 /// Construct with an object created from @p __args as the contained object.
208 /// the contained object.
253 /// Store a copy of @p __rhs as the contained object.
262 /// Emplace with an object created from @p __args as the contained object.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dany74 * An @c any object's state is either empty or it stores a contained object
79 // Holds either pointer to a heap object or the contained object itself.
101 struct _Manager_external; // creates contained object on the heap
111 /// Emplace with an object created from @p __args as the contained object.
122 /// the contained object.
182 /// Construct with a copy of @p __value as the contained object.
193 /// Construct with an object created from @p __args as the contained object.
205 /// the contained object.
250 /// Store a copy of @p __rhs as the contained object.
259 /// Emplace with an object created from @p __args as the contained object.
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dany87 * An @c any object's state is either empty or it stores a contained object
92 // Holds either pointer to a heap object or the contained object itself.
115 struct _Manager_external; // creates contained object on the heap
161 /// Construct with a copy of @p __value as the contained object.
171 "The contained object must be CopyConstructible");
174 /// Construct with a copy of @p __value as the contained object.
184 "The contained object must be CopyConstructible");
218 /// Store a copy of @p __rhs as the contained object.
229 /// If not empty, destroy the contained object.
271 /// Reports whether there is a contained object or not.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dany87 * An @c any object's state is either empty or it stores a contained object
92 // Holds either pointer to a heap object or the contained object itself.
115 struct _Manager_external; // creates contained object on the heap
161 /// Construct with a copy of @p __value as the contained object.
171 "The contained object must be CopyConstructible");
174 /// Construct with a copy of @p __value as the contained object.
184 "The contained object must be CopyConstructible");
218 /// Store a copy of @p __rhs as the contained object.
229 /// If not empty, destroy the contained object.
271 /// Reports whether there is a contained object or not.
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/
H A DREADME3 contained in a test directory whose name is "its<number>", where <number>
4 is the ITS number, and it must be entirely executed by a script, contained
7 data files in data/, ...), but it should simultaneously be as self contained
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A Dindex.rst27 of the file, the various streams contained within, the format of individual
31 would not be where we are today. Much of the knowledge contained within this
82 as the specific toolchain used, and more. A summary of streams contained in a
140 Information about the TPI stream and the CodeView records contained within.
145 contained within.
149 each compilation unit and the format of symbols contained within.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DPKCS12_SAFEBAG_get1_cert.pod38 PKCS12_SAFEBAG_get_bag_nid() gets the type of the object contained within the
42 PKCS12_SAFEBAG_get0_bag_obj() retrieves the object contained within the safeBag.
50 PKCS12_SAFEBAG_get0_safes() retrieves the set of B<safeBags> contained within a
H A DX509_PUBKEY_new.pod63 X509_PUBKEY_set() sets the public key in I<*x> to the public key contained
67 X509_PUBKEY_get0() returns the public key contained in I<key>. The returned
92 bytes contained in buffer I<penc>. On success ownership of all the supplied
H A DPKCS7_verify.pod50 certificates contained in the I<p7> structure unless B<PKCS7_NOINTERN> is set.
85 If B<PKCS7_NOCHAIN> is set then the certificates contained in the message are
87 the signer's certificates) must be contained in the trusted store.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Darchive.texi11 be manipulated like any other. The BFDs contained in an
90 BFDs contained in the archive @var{output} to @var{new_head}.
100 an input BFD on the first contained element and returns that.
102 value to return a created BFD to the next contained element. NULL
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Darchive.texi10 be manipulated like any other. The BFDs contained in an
81 BFDs contained in the archive @var{output} to @var{new_head}.
88 an input BFD on the first contained element and returns that.
90 value to return a created BFD to the next contained element. NULL
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dconfigure.tgt147 # Need to link with -lpthread so libgomp.so is self-contained.
153 # Need to link with -lpthread so libgomp.so is self-contained.
164 # Use self-contained synchronization objects if provided by Newlib
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dconfigure.tgt153 # Need to link with -lpthread so libgomp.so is self-contained.
159 # Need to link with -lpthread so libgomp.so is self-contained.
172 # Use self-contained synchronization objects if provided by Newlib
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-nseq.pod.in20 sequence and prints out the certificates contained in it or takes a
49 is the certificates contained in it. With the B<-toseq> option the
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_PUBKEY_new.pod47 X509_PUBKEY_set() sets the public key in B<*x> to the public key contained
51 X509_PUBKEY_get0() returns the public key contained in B<key>. The returned
70 bytes contained in buffer B<penc>. On success ownership of all the supplied
H A DOCSP_response_status.pod38 contained in B<resp>.
64 uses the parameters contained in digest context B<ctx>.
H A DPKCS7_verify.pod50 certificates contained in the I<p7> structure unless B<PKCS7_NOINTERN> is set.
85 If B<PKCS7_NOCHAIN> is set then the certificates contained in the message are
87 the signer's certificates) must be contained in the trusted store.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dnseq.pod19 sequence and prints out the certificates contained in it or takes a
43 is the certificates contained in it. With the B<-toseq> option the
/netbsd-src/distrib/sets/
H A DREADME42 includes the man pages for all the binaries contained
75 includes man pages for all bins contained within.
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in10c4 # region, the region that contained the tail of the first replacement,
H A Dcleanup_milter.in10d4 # tail of the shorter replacement, and an unused region that contained
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dtsig.cat355 querysig for a response, the signature contained in the query
73 querysig for a response, the signature contained in the query
81 querysig for a response, the signature contained in the query
83 sig a buffer to be filled with the signature contained
97 querysig for a response, the signature contained in the query
/netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/
H A DREADME.arch-spec26 - Store into register 0 the sum of 4 and the value contained in register 1.
27 - Output to the terminal the character with the ascii code contained in register 0.
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dnetinet_in_h.m49 AC_CACHE_CHECK([whether <netinet/in.h> is self-contained],
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dclass.c1674 sub_ns->sibling = ns->contained; in generate_finalization_wrapper()
1676 ns->contained = sub_ns; in generate_finalization_wrapper()
2484 sub_ns->sibling = ns->contained; in gfc_find_derived_vtab()
2485 ns->contained = sub_ns; in gfc_find_derived_vtab()
2562 sub_ns->sibling = ns->contained; in gfc_find_derived_vtab()
2563 ns->contained = sub_ns; in gfc_find_derived_vtab()
2739 gfc_namespace *contained; in find_intrinsic_vtab() local
2816 contained = ns->contained; in find_intrinsic_vtab()
2817 for (; contained; contained = contained->sibling) in find_intrinsic_vtab()
2818 if (contained->proc_name in find_intrinsic_vtab()
[all …]

12345678910>>...41