Searched refs:dtor (Results 1 – 8 of 8) sorted by relevance
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | eh990323-5.cpp | 7 int dtor = 0; variable 38 dtor++; in ~A() 64 if (dtor != 9) in main()
|
D | eh990323-1.cpp | 7 int dtor = 0; variable 13 ~A() {dtor++;} in ~A() 73 if (!ctor || ctor != dtor) in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | eh990323-5.cpp | 7 int dtor = 0; variable 38 dtor++; in ~A() 64 if (dtor != 9) in main()
|
D | eh990323-1.cpp | 7 int dtor = 0; variable 13 ~A() {dtor++;} in ~A() 73 if (!ctor || ctor != dtor) in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_thread_atexit.cpp | 18 int __cxa_thread_atexit(void (*dtor)(void *), void *obj, in __cxa_thread_atexit() 21 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol); in __cxa_thread_atexit()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | cxa_thread_atexit_test.pass.cpp | 17 extern "C" int __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, in __cxa_thread_atexit_impl() 19 assert(dtor == reinterpret_cast<void (*)(void *)>(1)); in __cxa_thread_atexit_impl()
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1661 $(call gen-test, input.output/iostreams.base/ios.base/ios.base.cons/dtor) 2103 …test, localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor) 3644 $(call gen-test, thread/futures/futures.promise/dtor) 3664 $(call gen-test, thread/futures/futures.shared_future/dtor) 3677 $(call gen-test, thread/futures/futures.tas/futures.task.members/dtor) 3687 $(call gen-test, thread/futures/futures.unique_future/dtor) 3823 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.destr/dtor) 4075 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/null) 4308 $(call gen-test, utilities/optional/optional.object/optional.object.dtor/dtor)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1670 $(call gen-test, input.output/iostreams.base/ios.base/ios.base.cons/dtor) 2112 …test, localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor) 3653 $(call gen-test, thread/futures/futures.promise/dtor) 3673 $(call gen-test, thread/futures/futures.shared_future/dtor) 3686 $(call gen-test, thread/futures/futures.tas/futures.task.members/dtor) 3696 $(call gen-test, thread/futures/futures.unique_future/dtor) 3832 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.destr/dtor) 4084 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/null) 4317 $(call gen-test, utilities/optional/optional.object/optional.object.dtor/dtor)
|