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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp 38 void test_is_not_nothrow_destructible() function
85 test_is_not_nothrow_destructible<void>();
86 test_is_not_nothrow_destructible<char[]>();
87 test_is_not_nothrow_destructible<char[][3]>();
107 test_is_not_nothrow_destructible<ProtectedDestructor>();
108 test_is_not_nothrow_destructible<PrivateDestructor>();
109 test_is_not_nothrow_destructible<VirtualProtectedDestructor>();
110 test_is_not_nothrow_destructible<VirtualPrivateDestructor>();
111 test_is_not_nothrow_destructible<PureProtectedDestructor>();
112 test_is_not_nothrow_destructible<PurePrivateDestructor>()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp 33 void test_is_not_nothrow_destructible() function
80 test_is_not_nothrow_destructible<void>();
81 test_is_not_nothrow_destructible<char[]>();
82 test_is_not_nothrow_destructible<char[][3]>();
102 test_is_not_nothrow_destructible<ProtectedDestructor>();
103 test_is_not_nothrow_destructible<PrivateDestructor>();
104 test_is_not_nothrow_destructible<VirtualProtectedDestructor>();
105 test_is_not_nothrow_destructible<VirtualPrivateDestructor>();
106 test_is_not_nothrow_destructible<PureProtectedDestructor>();
107 test_is_not_nothrow_destructible<PurePrivateDestructor>()
    [all...]

Completed in 5972 milliseconds