Home
last modified time | relevance | path

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

12345678910>>...38

/netbsd-src/external/apache2/llvm/dist/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);
500 void construct(_Tp* __p, _Args&& ...__args)
505 void construct(pair<_T1, _T2>* __p, piecewise_construct_t,
509 allocator_traits<typename _OM::type>::construct(
529 void construct(pair<_T1, _T2>* __p)
[all …]
H A D__split_buffer211 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx.__pos_));
227 __alloc_traits::construct(this->__alloc(),
251 __alloc_traits::construct(__buf.__alloc(),
255 __alloc_traits::construct(__a, _VSTD::__to_address(this->__end_), *__first);
271 __alloc_traits::construct(this->__alloc(),
490 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1), __x);
519 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1),
550 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_), __x);
579 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),
610 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h66 using _Base_type::construct; in _GLIBCXX_VISIBILITY()
81 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() function
82 noexcept(noexcept(_Base_type::construct(__a, std::__to_address(__p), in _GLIBCXX_VISIBILITY()
85 _Base_type::construct(__a, std::__to_address(__p), in _GLIBCXX_VISIBILITY()
144 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) in _GLIBCXX_VISIBILITY() function
145 { __a.construct(__p, __arg); } in _GLIBCXX_VISIBILITY()
H A Ddebug_allocator.h154 construct(pointer __p, const value_type& __val) in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
160 construct(_Tp* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
H A Dextptr_allocator.h107 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
112 construct(pointer __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
113 { construct(__p.get(), std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
125 void construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h66 using _Base_type::construct; in _GLIBCXX_VISIBILITY()
81 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() function
82 noexcept(noexcept(_Base_type::construct(__a, std::__to_address(__p), in _GLIBCXX_VISIBILITY()
85 _Base_type::construct(__a, std::__to_address(__p), in _GLIBCXX_VISIBILITY()
144 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) in _GLIBCXX_VISIBILITY() function
145 { __a.construct(__p, __arg); } in _GLIBCXX_VISIBILITY()
H A Ddebug_allocator.h154 construct(pointer __p, const value_type& __val) in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
160 construct(_Tp* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
H A Dextptr_allocator.h107 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
112 construct(pointer __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
113 { construct(__p.get(), std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
125 void construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dscoped_allocator205 _O_traits::construct(__outermost(*this), __p,
217 _O_traits::construct(__outermost(*this), __p,
227 _O_traits::construct(__outermost(*this), __p,
379 construct(_Tp* __p, _Args&&... __args)
390 construct(pair<_T1, _T2>* __p, piecewise_construct_t,
403 _O_traits::construct(__outermost(*this), __p, piecewise_construct,
410 construct(pair<_T1, _T2>* __p)
411 { construct(__p, piecewise_construct, tuple<>(), tuple<>()); }
415 construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v)
417 construct(__p, piecewise_construct,
[all …]
H A Dmemory_resource240 construct(__p, std::forward<_CtorArgs>(__ctor_args)...);
263 construct(_Tp1* __p, _Args&&... __args)
266 // 2969. polymorphic_allocator::construct() shouldn't pass resource()
282 construct(pair<_Tp1, _Tp2>* __p, piecewise_construct_t,
300 construct(pair<_Tp1, _Tp2>* __p)
301 { this->construct(__p, piecewise_construct, tuple<>(), tuple<>()); }
306 construct(pair<_Tp1, _Tp2>* __p, _Up&& __x, _Vp&& __y)
308 this->construct(__p, piecewise_construct,
316 construct(pair<_Tp1, _Tp2>* __p, const std::pair<_Up, _Vp>& __pr)
318 this->construct(__p, piecewise_construct,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dscoped_allocator203 _O_traits::construct(__outermost(*this), __p,
215 _O_traits::construct(__outermost(*this), __p,
225 _O_traits::construct(__outermost(*this), __p,
370 construct(_Tp* __p, _Args&&... __args)
381 construct(pair<_T1, _T2>* __p, piecewise_construct_t,
394 _O_traits::construct(__outermost(*this), __p, piecewise_construct,
401 construct(pair<_T1, _T2>* __p)
402 { construct(__p, piecewise_construct, tuple<>(), tuple<>()); }
406 construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v)
408 construct(__p, piecewise_construct,
[all …]
H A Dmemory_resource215 construct(__p, std::forward<_CtorArgs>(__ctor_args)...);
238 construct(_Tp1* __p, _Args&&... __args)
241 // 2969. polymorphic_allocator::construct() shouldn't pass resource()
257 construct(pair<_Tp1, _Tp2>* __p, piecewise_construct_t,
275 construct(pair<_Tp1, _Tp2>* __p)
276 { this->construct(__p, piecewise_construct, tuple<>(), tuple<>()); }
281 construct(pair<_Tp1, _Tp2>* __p, _Up&& __x, _Vp&& __y)
283 this->construct(__p, piecewise_construct,
291 construct(pair<_Tp1, _Tp2>* __p, const std::pair<_Up, _Vp>& __pr)
293 this->construct(__p, piecewise_construct,
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DOpenMPSupport.rst40 accesses. For the `distribute` construct, a static schedule is used
43 present). For the `for` construct, the schedule is static with chunk
150 | task extension | clause: depend on the taskwait construct | :pa…
218 | device extension | teams construct on the host device | :pa…
226 | atomic extension | hints for the atomic construct | :go…
267 | atomic extension | 'compare' clause on atomic construct | :go…
269 | atomic extension | 'fail' clause on atomic construct | :no…
289 | device extension | thread_limit clause on target construct | :no…
291 | device extension | has_device_addr clause on target construct | :no…
299 | device extension | interop construct | :pa…
[all …]
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc290 if (DIRS_EQ (tmp, cur) && cur->construct == tmp->construct) in remove_duplicates()
298 if (DIRS_EQ (cur, tmp) && cur->construct == tmp->construct) in remove_duplicates()
305 && cur->construct == join->construct)) in remove_duplicates()
469 p->construct = 0; in add_path()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c284 if (DIRS_EQ (tmp, cur) && cur->construct == tmp->construct) in remove_duplicates()
292 if (DIRS_EQ (cur, tmp) && cur->construct == tmp->construct) in remove_duplicates()
299 && cur->construct == join->construct)) in remove_duplicates()
461 p->construct = 0; in add_path()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c340 local int construct(struct huffman *h, const short *length, int n) in construct() function
563 construct(&lencode, lengths, FIXLCODES); in fixed()
568 construct(&distcode, lengths, MAXDCODES); in fixed()
697 err = construct(&lencode, lengths, 19); in dynamic()
736 err = construct(&lencode, lengths, nlen); in dynamic()
741 err = construct(&distcode, lengths + nlen, ndist); in dynamic()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A Dpuff.c340 local int construct(struct huffman *h, const short *length, int n) in construct() function
563 construct(&lencode, lengths, FIXLCODES); in fixed()
568 construct(&distcode, lengths, MAXDCODES); in fixed()
697 err = construct(&lencode, lengths, 19); in dynamic()
736 err = construct(&lencode, lengths, nlen); in dynamic()
741 err = construct(&distcode, lengths + nlen, ndist); in dynamic()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A Dpuff.c340 local int construct(struct huffman *h, const short *length, int n) in construct() function
563 construct(&lencode, lengths, FIXLCODES); in fixed()
568 construct(&distcode, lengths, MAXDCODES); in fixed()
697 err = construct(&lencode, lengths, 19); in dynamic()
736 err = construct(&lencode, lengths, nlen); in dynamic()
741 err = construct(&distcode, lengths + nlen, ndist); in dynamic()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/
H A Dpuff.c340 local int construct(struct huffman *h, const short *length, int n) in construct() function
563 construct(&lencode, lengths, FIXLCODES); in fixed()
568 construct(&distcode, lengths, MAXDCODES); in fixed()
697 err = construct(&lencode, lengths, 19); in dynamic()
736 err = construct(&lencode, lengths, nlen); in dynamic()
741 err = construct(&distcode, lengths + nlen, ndist); in dynamic()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h233 typename = decltype(std::declval<_Alloc2*>()->construct( in _GLIBCXX_VISIBILITY()
250 noexcept(noexcept(__a.construct(__p, std::forward<_Args>(__args)...))) in _GLIBCXX_VISIBILITY()
251 { __a.construct(__p, std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
360 construct(_Alloc& __a, _Tp* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
511 construct(allocator_type& __a __attribute__((__unused__)), _Up* __p, in _GLIBCXX_VISIBILITY()
516 __a.construct(__p, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
633 construct(allocator_type&, _Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
762 __void_t<decltype(allocator_traits<_Alloc>::construct( in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h229 typename = decltype(std::declval<_Alloc2*>()->construct( in _GLIBCXX_VISIBILITY()
246 noexcept(noexcept(__a.construct(__p, std::forward<_Args>(__args)...))) in _GLIBCXX_VISIBILITY()
247 { __a.construct(__p, std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
356 construct(_Alloc& __a, _Tp* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
507 construct(allocator_type& __a __attribute__((__unused__)), _Up* __p, in _GLIBCXX_VISIBILITY()
512 __a.construct(__p, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
629 construct(allocator_type&, _Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY()
763 __void_t<decltype(allocator_traits<_Alloc>::construct( in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dmemory_resource165 construct(_Tp1* __p, _Args&&... __args)
175 construct(pair<_Tp1, _Tp2>* __p, piecewise_construct_t,
191 construct(pair<_Tp1,_Tp2>* __p)
192 { this->construct(__p, piecewise_construct, tuple<>(), tuple<>()); }
196 construct(pair<_Tp1,_Tp2>* __p, _Up&& __x, _Vp&& __y)
198 this->construct(__p, piecewise_construct,
205 construct(pair<_Tp1,_Tp2>* __p, const std::pair<_Up, _Vp>& __pr)
207 this->construct(__p, piecewise_construct,
214 construct(pair<_Tp1,_Tp2>* __p, pair<_Up, _Vp>&& __pr)
216 this->construct(__p, piecewise_construct,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dmemory_resource166 construct(_Tp1* __p, _Args&&... __args)
176 construct(pair<_Tp1, _Tp2>* __p, piecewise_construct_t,
192 construct(pair<_Tp1,_Tp2>* __p)
193 { this->construct(__p, piecewise_construct, tuple<>(), tuple<>()); }
197 construct(pair<_Tp1,_Tp2>* __p, _Up&& __x, _Vp&& __y)
199 this->construct(__p, piecewise_construct,
206 construct(pair<_Tp1,_Tp2>* __p, const std::pair<_Up, _Vp>& __pr)
208 this->construct(__p, piecewise_construct,
215 construct(pair<_Tp1,_Tp2>* __p, pair<_Up, _Vp>&& __pr)
217 this->construct(__p, piecewise_construct,
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.c191 local int construct(struct huffman *h, const unsigned char *rep, int n) in construct() function
317 construct(&litcode, litlen, sizeof(litlen)); in decomp()
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
319 construct(&distcode, distlen, sizeof(distlen)); in decomp()

12345678910>>...38