Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 25 of 151) sorted by relevance

1234567

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dscoped_allocator80 void construct(pair<T1, T2>* p);
82 void construct(pair<T1, T2>* p, U&& x, V&& y);
84 void construct(pair<T1, T2>* p, const pair<U, V>& x);
86 void construct(pair<T1, T2>* p, pair<U, V>&& x);
501 void construct(_Tp* __p, _Args&& ...__args)
506 void construct(pair<_T1, _T2>* __p, piecewise_construct_t,
510 allocator_traits<typename _OM::type>::construct(
530 void construct(pair<_T1, _T2>* __p)
535 construct(__p, piecewise_construct,
542 construct(__p, piecewise_construct,
[all …]
H A D__split_buffer212 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx.__pos_));
228 __alloc_traits::construct(this->__alloc(),
252 __alloc_traits::construct(__buf.__alloc(),
256 __alloc_traits::construct(__a, _VSTD::__to_address(this->__end_), *__first);
272 __alloc_traits::construct(this->__alloc(),
491 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1), __x);
520 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1),
551 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_), __x);
580 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),
611 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),
H A Ddeque39 // construct/copy/destroy:
1303 // construct/copy/destroy:
1936 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), __v);
1948 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), __v);
1979 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()),
2216 __alloc_traits::construct(__a, _VSTD::addressof(*--__i), __v);
2241 __alloc_traits::construct(__a, _VSTD::addressof(*__i), __v);
2337 __alloc_traits::construct(__a, _VSTD::addressof(*__i), *__j);
2400 __alloc_traits::construct(__a, _VSTD::__to_address(__tx.__pos_));
2798 // move construct [__f, __l) to [__r, __r + (__l-__f)).
[all …]
H A Dforward_list908 __node_traits::construct(__a, _VSTD::addressof(__h->__value_));
930 __node_traits::construct(__a, _VSTD::addressof(__h->__value_));
1133 __node_traits::construct(__a, _VSTD::addressof(__h->__value_),
1163 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
1190 __node_traits::construct(__a, _VSTD::addressof(__h->__value_),
1221 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
1238 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
1248 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
1288 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), *__f);
1385 __node_traits::construct(__a, _VSTD::addressof(__h->__value_));
[all …]
H A Dlist1458 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1485 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1501 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1551 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), *__f);
1567 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), *__f);
1604 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1617 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1900 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_));
1915 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_));
1957 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
[all …]
H A Dany28 // 6.3.1 any construct/destruct
186 // construct/destruct
376 _ATraits::construct(__a, __ret, _VSTD::forward<_Args>(__args)...);
461 _ATraits::construct(__a, __ret, _VSTD::forward<_Args>(__args)...);
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource205 void construct(_Tp* __p, _Ts &&... __args)
214 void construct(pair<_T1, _T2>* __p, piecewise_construct_t,
237 void construct(pair<_T1, _T2>* __p) {
238 construct(__p, piecewise_construct, tuple<>(), tuple<>());
243 void construct(pair<_T1, _T2> * __p, _Up && __u, _Vp && __v) {
244 construct(__p, piecewise_construct
251 void construct(pair<_T1, _T2> * __p, pair<_U1, _U2> const & __pr) {
252 construct(__p, piecewise_construct
259 void construct(pair<_T1, _T2> * __p, pair<_U1, _U2> && __pr){
260 construct(__p, piecewise_construct
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp70 construct(); in generate()
87 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h144 if (Set == TraitSet::construct)
166 if (Set == TraitSet::construct) in addTrait()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp227 TraitSet::construct && in isVariantApplicableInContextHelper()
289 case TraitSet::construct: in getVariantMatchScore()
330 TraitSet::construct && in getVariantMatchScore()
492 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device; in isValidTraitSelectorForTraitSet()
/freebsd-13.1/bin/sh/tests/expansion/
H A Dlength4.03 # The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt16 # in order to call std::allocator_traits<T>::construct.
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h193 (void)declval<_Alloc>().construct(declval<_Args>()...)
288 static void construct(allocator_type& __a, _Tp* __p, _Args&&... __args) {
290 __a.construct(__p, _VSTD::forward<_Args>(__args)...);
296 static void construct(allocator_type&, _Tp* __p, _Args&&... __args) {
H A Dallocator.h153 void construct(_Up* __p, _Args&&... __args) {
231 void construct(_Up* __p, _Args&&... __args) {
/freebsd-13.1/share/examples/kld/firmware/
H A DREADME18 This is mainly to demonstrate how to construct firmware image modules.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h33 void construct();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h399 template <class T> void construct(T V) { in construct() function
444 construct<DIE##T>(*X.get<DIE##T>()); \ in copyVal()
448 construct<const DIE##T *>(*X.get<const DIE##T *>()); \ in copyVal()
475 construct<DIE##T>(V); \
481 construct<const DIE##T *>(V); \
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp116 char *construct = __kmp_pragma(ct, ident); in __kmp_error_construct() local
117 __kmp_fatal(__kmp_msg_format(id, construct), __kmp_msg_null); in __kmp_error_construct()
118 KMP_INTERNAL_FREE(construct); in __kmp_error_construct()
/freebsd-13.1/sys/crypto/openssl/arm/
H A Dghashv8-armx.S193 vext.8 q3,q8,q8,#8 @ re-construct q3
194 adds r3,r3,#32 @ re-construct r3
195 veor q0,q0,q2 @ re-construct q0
/freebsd-13.1/share/examples/tests/
H A DREADME7 heaviliy-commented code, how to construct test programs using all the
/freebsd-13.1/libexec/rtld-elf/i386/
H A Drtld_start.S39 movl %esp,%ecx # construct address of obj_main
/freebsd-13.1/contrib/ldns/ldns/
H A Dcommon.h.in39 /* splint barfs on this construct */
/freebsd-13.1/tools/tools/nanobsd/embedded/
H A DREADME19 Images are both as easy as possible to construct, as well as easy as
/freebsd-13.1/crypto/openssl/doc/man3/
H A DMDC2_Init.pod21 MDC2 is a method to construct hash functions with 128 bit output from
/freebsd-13.1/libexec/rtld-elf/amd64/
H A Drtld_start.S37 movq %rsp,%rdx # construct address of obj_main

1234567