Searched refs:storage (Results 1 - 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/
H A Ddefault.pass.cpp26 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
27 A& zero = *new (storage) A();
/ndk/sources/cxx-stl/gabi++/tests/
H A Dtest_vector2.cpp75 void *storage; member in struct:vec_on_stack
76 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
77 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
H A Dtest_vector1.cpp79 void *storage; member in struct:vec_on_stack
80 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
81 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
H A Daddress.pass.cpp118 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
119 A& zero = *new (storage) A();
H A Dintegral.pass.cpp149 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
150 A& zero = *new (storage) A();
H A Dbool.pass.cpp225 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
226 A& zero = *new (storage) A();
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregcomp.c967 bin_tree_storage_t *storage, *next;
968 for (storage = dfa->str_tree_storage; storage; storage = next)
970 next = storage->next;
971 re_free (storage);
1593 Return the index of the new node, or REG_MISSING if insufficient storage is
3756 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1);
3758 if (storage == NULL)
3760 storage
962 bin_tree_storage_t *storage, *next; local
3745 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); local
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
H A Dbind.hpp41 #include <boost/bind/storage.hpp>

Completed in 217 milliseconds