Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h105 construct(__ptr, std::forward<_CtorArgs>(__ctor_args)...); in new_object()
119 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct() function
129construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct() function
141 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p) { in construct() function
142 construct(__p, piecewise_construct, tuple<>(), tuple<>()); in construct()
146 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) { in construct() function
147 construct(__p, in construct()
154 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { in construct() function
155construct(__p, piecewise_construct, std::forward_as_tuple(__pr.first), std::forward_as_tuple(__pr.… in construct()
159 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct() function
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dscoped_allocator75 template <class T, class... Args> void construct(T* p, Args&& args);
77 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x,
80 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);
409 _LIBCPP_HIDE_FROM_ABI void construct(_Type* __ptr, _Args&&... __args) {
413 allocator_traits<typename _OM::type>::construct(
420 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Args&&... __args) {
426construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) {
[all …]
H A D__split_buffer259 __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_));
274 __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_), __x);
296 … __alloc_traits::construct(__buf.__alloc(), std::__to_address(__buf.__end_), std::move(*__p));
299 __alloc_traits::construct(__a, std::__to_address(this->__end_), *__first);
316 __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_), *__first);
481 __alloc_traits::construct(__alloc(), std::__to_address(__begin_ - 1), __x);
503 __alloc_traits::construct(__alloc(), std::__to_address(__begin_ - 1), std::move(__x));
526 __alloc_traits::construct(__alloc(), std::__to_address(__end_), __x);
548 __alloc_traits::construct(__alloc(), std::__to_address(__end_), std::move(__x));
571 __alloc_traits::construct(__alloc(), std::__to_address(__end_), std::forward<_Args>(__args)...);
H A Ddeque39 // construct/copy/destroy:
590 // construct/copy/destroy:
1555 __alloc_traits::construct(__a, std::addressof(*end()), __v);
1566 __alloc_traits::construct(__a, std::addressof(*--begin()), __v);
1579 __alloc_traits::construct(__a, std::addressof(*end()), std::move(__v));
1596 __alloc_traits::construct(__a, std::addressof(*end()), std::forward<_Args>(__args)...);
1610 __alloc_traits::construct(__a, std::addressof(*--begin()), std::move(__v));
1628 __alloc_traits::construct(__a, std::addressof(*--begin()), std::forward<_Args>(__args)...);
1647 __alloc_traits::construct(__a, std::addressof(*--begin()), std::move(__v));
1653 __alloc_traits::construct(__a, std::addressof(*__bm1), std::move(*__b));
[all …]
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member
H A Ddecoder_lib.c565 OSSL_DECODER_CONSTRUCT *construct) in OSSL_DECODER_CTX_set_construct() argument
571 ctx->construct = construct; in OSSL_DECODER_CTX_set_construct()
602 return ctx->construct; in OSSL_DECODER_CTX_get_construct()
729 if (ctx->construct != NULL) { in decoder_process()
738 rv = ctx->construct(decoder_inst, params, ctx->construct_data); in decoder_process()
H A Dencoder_lib.c62 if (ctx->cleanup == NULL || ctx->construct == NULL) { in OSSL_ENCODER_to_bio()
332 OSSL_ENCODER_CONSTRUCT *construct) in OSSL_ENCODER_CTX_set_construct()
338 ctx->construct = construct; in OSSL_ENCODER_CTX_set_construct_data()
573 data->ctx->construct(current_encoder_inst, in encoder_process()
327 OSSL_ENCODER_CTX_set_construct(OSSL_ENCODER_CTX * ctx,OSSL_ENCODER_CONSTRUCT * construct) OSSL_ENCODER_CTX_set_construct() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp73 construct(); in generate()
90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h144 if (Set == TraitSet::construct)
166 if (Set == TraitSet::construct) in addTrait()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp226 TraitSet::construct && in isVariantApplicableInContextHelper()
287 case TraitSet::construct: in getVariantMatchScore()
328 TraitSet::construct && in getVariantMatchScore()
490 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device; in isValidTraitSelectorForTraitSet()
/freebsd/bin/sh/tests/expansion/
H A Dlength4.02 # The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h201 struct __has_construct_impl<decltype((void)std::declval<_Alloc>().construct(std::declval<_Args>()..…
317 construct(allocator_type& __a, _Tp* __p, _Args&&... __args) {
319 __a.construct(__p, std::forward<_Args>(__args)...);
327 construct(allocator_type&, _Tp* __p, _Args&&... __args) {
H A Dtemp_value.h50 _Traits::construct(__a, __addr(), std::forward<_Args>(__args)...);
H A Duninitialized_algorithms.h424 allocator_traits<_Alloc>::construct(__alloc, __loc); in __allocator_construct_at_multidimensional()
463 allocator_traits<_Alloc>::construct(__alloc, __loc, __arg); in __allocator_construct_at_multidimensional()
549 allocator_traits<_Alloc>::construct(__alloc, std::__to_address(__first2), *__first1); in __uninitialized_allocator_copy_impl()
635 allocator_traits<_Alloc>::construct(__alloc, __result, std::move_if_noexcept(*__iter));
637 allocator_traits<_Alloc>::construct(__alloc, __result, std::move(*__iter));
H A Dallocator.h164 _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void construct(_Up* __p, _Args&&... __args) {
242 _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void construct(_Up* __p, _Args&&... __args) {
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod21 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov,
105 Places the I<method> created by the construct() function (see below)
120 =item construct()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt16 # in order to call std::allocator_traits<T>::construct.
/freebsd/crypto/openssl/include/internal/
H A Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/freebsd/share/examples/kld/firmware/
H A DREADME17 This is mainly to demonstrate how to construct firmware image modules.
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DINSTALL6 to construct the Makefile, then
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h36 void construct();
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h404 template <class T> void construct(T V) { in construct() function
449 construct<DIE##T>(*X.get<DIE##T>()); \ in copyVal()
453 construct<const DIE##T *>(*X.get<const DIE##T *>()); \ in copyVal()
482 construct<DIE##T>(V); \
488 construct<const DIE##T *>(V); \
/freebsd/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/sys/crypto/openssl/arm/
H A Dghashv8-armx.S202 vext.8 q3,q8,q8,#8 @ re-construct q3
203 adds r3,r3,#32 @ re-construct r3
204 veor q0,q0,q2 @ re-construct q0

12345678