Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 33) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector2.pass.cpp55 void *storage; member
56 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
57 …~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
Dtest_vector1.pass.cpp60 void *storage; member
61 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
62 …~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/
Ddefault.pass.cpp26 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; in main()
27 A& zero = *new (storage) A(); in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector2.cpp75 void *storage; member
76 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
77 …~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
Dtest_vector1.cpp79 void *storage; member
80 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
81 …~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c110 long storage; in slurp_symtab() local
117 storage = bfd_get_symtab_upper_bound (abfd); in slurp_symtab()
118 if (storage == 0) in slurp_symtab()
120 storage = bfd_get_dynamic_symtab_upper_bound (abfd); in slurp_symtab()
123 if (storage < 0) in slurp_symtab()
126 syms = (asymbol **) xmalloc (storage); in slurp_symtab()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Daddress.pass.cpp118 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; in do_test()
119 A& zero = *new (storage) A(); in do_test()
Dintegral.pass.cpp149 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; in do_test()
150 A& zero = *new (storage) A(); in do_test()
Dbool.pass.cpp225 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; in main()
226 A& zero = *new (storage) A(); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dnew28 // new: Dynamic storage management.
/ndk/tests/awk/extract-pid/
Dtest-1.in40 root 68 2 0 0 ffffffff 00000000 S file-storage
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios88 // 27.5.2.5 storage:
208 storage-class-specifier const error_category& iostream_category() noexcept;
296 // 27.5.2.5 storage:
/ndk/sources/host-tools/nawk-20071023/
DFIXES119 fixed a storage leak in call() that appears to have been there since
643 fixed storage leak in freefa, failing to recover [N]CCL.
857 Fixed bug in call() that failed to recover storage.
861 another storage leak).
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_parameters.ipp203 // storage for the CLAs
Ddebug.ipp371 // copy all the argument values into local storage
Dexecution_monitor.ipp735 // !! need to be placed in thread specific storage
/ndk/build/tools/toolchain-licenses/
DCOPYING131 a storage or distribution medium does not bring the other work under
/ndk/tests/device/test-stlport_static-exception/
DCOPYING131 a storage or distribution medium does not bring the other work under
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING131 a storage or distribution medium does not bring the other work under
/ndk/sources/host-tools/ndk-stack/
DNOTICE131 a storage or distribution medium does not bring the other work under
/ndk/tests/build/lambda-defarg3/
DCOPYING131 a storage or distribution medium does not bring the other work under
/ndk/sources/host-tools/make-3.81/
DCOPYING132 a storage or distribution medium does not bring the other work under
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING131 a storage or distribution medium does not bring the other work under
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING131 a storage or distribution medium does not bring the other work under
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi343 and independent documents or works, in or on a volume of a storage or

12