HomeSort by relevance Sort by last modified time
    Searched refs:test_is_not_destructible (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 28 void test_is_not_destructible() function
104 test_is_not_destructible<int[]>();
105 test_is_not_destructible<void>();
106 test_is_not_destructible<Function>();
110 test_is_not_destructible<ProtectedDestructor>();
111 test_is_not_destructible<PrivateDestructor>();
112 test_is_not_destructible<VirtualProtectedDestructor>();
113 test_is_not_destructible<VirtualPrivateDestructor>();
114 test_is_not_destructible<PureProtectedDestructor>();
115 test_is_not_destructible<PurePrivateDestructor>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 26 void test_is_not_destructible() function
76 test_is_not_destructible<int[]>();
77 test_is_not_destructible<void>();
78 test_is_not_destructible<Abstract>();
80 test_is_not_destructible<NotEmpty>();
82 test_is_not_destructible<Function>();

Completed in 111 milliseconds