Home
last modified time | relevance | path

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

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Dconstruct.pass.cpp41 void construct(U* p, Args&& ...args) in construct() function
89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); in main()
97 std::allocator_traits<A<int> >::construct(a, (A1*)&a1, 'c'); in main()
105 std::allocator_traits<A<int> >::construct(a, (A2*)&a2, 'd', 5); in main()
116 std::allocator_traits<B<int> >::construct(b, (A0*)&a0); in main()
127 std::allocator_traits<B<int> >::construct(b, (A1*)&a1, 'c'); in main()
138 std::allocator_traits<B<int> >::construct(b, (A2*)&a2, 'd', 5); in main()
Ddestroy.pass.cpp61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); in main()
72 std::allocator_traits<B<int> >::construct(b, (A0*)&a0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
Dconstruct.pass.cpp88 a.construct(ap); in main()
96 a.construct(ap, A()); in main()
104 a.construct(ap, 5); in main()
112 a.construct(ap, 5, (int*)0); in main()
133 a.construct(ap); in main()
141 a.construct(ap, move_only()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct.pass.cpp126 a.construct(s, 4, 'c'); in main()
137 a.construct(s, 6); in main()
148 a.construct(s, 8); in main()
159 a.construct(s, 1, 2); in main()
172 a.construct(s, 1, 2); in main()
186 a.construct(s, 1, 2); in main()
Ddestroy.pass.cpp44 a.construct(s); in main()
59 a.construct(s); in main()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0003-Fallback-to-locale-C.patch35 " failed to construct for " + string(n));
50 " failed to construct for " + name);
65 " failed to construct for " + string(n));
80 " failed to construct for " + name);
95 " failed to construct for " + string(name));
110 " failed to construct for " + name);
125 " failed to construct for " + string(name));
140 " failed to construct for " + name);
155 " failed to construct for " + string(nm));
198 " failed to construct for " + string(nm));
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp102 inline void construct(Factory const& factory, void* address) in construct() function
230 construct(val); in optional_base()
240 construct(val); in optional_base()
250 construct(rhs.get_impl()); in optional_base()
262 construct(expr,tag); in optional_base()
282 construct(rhs.get_impl()); in assign()
299 construct(static_cast<value_type>(rhs.get())); in assign()
308 else construct(val); in assign()
321 else construct(expr,tag); in assign_expr()
344 void construct ( argument_type val ) in construct() function in boost::optional_detail::optional_base
[all …]
/ndk/tests/device/test-stlport_static-exception/jni/
Dunroll1.cpp159 static void construct(double* addr) in construct() function
164 static void construct(double* addr, const double& model) in construct() function
198 ElementProperties::construct(pt); in RefBlockController()
255 ElementProperties::construct(pNew++,*pOld++); in reallocateStorage()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dunroll1.cpp159 static void construct(double* addr) in construct() function
164 static void construct(double* addr, const double& model) in construct() function
198 ElementProperties::construct(pt); in RefBlockController()
255 ElementProperties::construct(pNew++,*pOld++); in reallocateStorage()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h81 void construct(pointer p, const T& val) in construct() function
84 void construct(pointer p, T&& val) in construct() function
141 void construct(pointer p, const T& val) in construct() function
144 void construct(pointer p, T&& val) in construct() function
Dallocators.h146 void construct(U* p, Args&& ...args) in construct() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dscoped_allocator73 template <class T, class... Args> void construct(T* p, Args&& args);
75 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x,
78 void construct(pair<T1, T2>* p);
80 void construct(pair<T1, T2>* p, U&& x, V&& y);
82 void construct(pair<T1, T2>* p, const pair<U, V>& x);
84 void construct(pair<T1, T2>* p, pair<U, V>&& x);
474 void construct(_Tp* __p, _Args&& ...__args)
506 allocator_traits<typename _OM::type>::construct
519 allocator_traits<typename _OM::type>::construct
534 allocator_traits<typename _OM::type>::construct
D__split_buffer217 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_));
236 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), __x);
261 __alloc_traits::construct(__buf.__alloc(),
265 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), *__first);
282 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), *__first);
505 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__begin_-1), __x);
536 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__begin_-1),
569 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_), __x);
600 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_),
633 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_),
Ddeque40 // construct/copy/destroy:
1206 // construct/copy/destroy:
1772 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), __v);
1786 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), _VSTD::move(__v));
1801 …__alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), _VSTD::forward<_Args>(__args)...);
1816 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), __v);
1831 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::move(__v));
1847 …__alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::forward<_Args>(__args)…
1869 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), __v);
1880 __alloc_traits::construct(__a, _VSTD::addressof(*__bm1), _VSTD::move(*__b));
[all …]
Dforward_list799 __node_traits::construct(__a, _VSTD::addressof(__h->__value_));
820 __node_traits::construct(__a, _VSTD::addressof(__h->__value_));
1040 __node_traits::construct(__a, _VSTD::addressof(__h->__value_),
1055 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), _VSTD::move(__v));
1069 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
1097 __node_traits::construct(__a, _VSTD::addressof(__h->__value_),
1114 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), _VSTD::move(__v));
1130 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
1147 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
1157 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v);
[all …]
Dlist1353 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1382 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1398 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1450 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), *__f);
1466 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), *__f);
1504 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1517 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x);
1533 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), _VSTD::move(__x));
1546 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), _VSTD::move(__x));
1563 …__node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), _VSTD::forward<_Args>(__a…
[all …]
Dtuple189 "Attempted to default construct a reference element in a tuple");}
196 "Attempted to default construct a reference element in a tuple");}
203 "Attempted to default construct a reference element in a tuple");}
210 "Attempted to default construct a reference element in a tuple");}
227 "Attempted to construct a reference element in a tuple with an rvalue");}
241 "Attempted to construct a reference element in a tuple with an rvalue");}
255 "Attempted to construct a reference element in a tuple with an rvalue");}
269 "Attempted to construct a reference element in a tuple with an rvalue");}
Dmap56 // construct/copy/destroy:
257 // construct/copy/destroy:
1298 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.first));
1300 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.second));
1312 __node_traits::construct(__na, _VSTD::addressof(__h->__value_), _VSTD::forward<_A0>(__a0));
1324 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.first), _VSTD::move(__k));
1326 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.second));
1340 __node_traits::construct(__na, _VSTD::addressof(__h->__value_),
1358 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.first), __k);
1360 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.second));
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKECMDGOALS6 We construct a makefile with various targets, all of which print out
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h74 void construct(pointer p, const T& val) in construct() function
77 void construct(pointer p, T&& val) in construct() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } in construct() function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } in construct() function
D_pthread_alloc.h158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dconditionals112 # Test some random "else if..." construct nesting
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function

123