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

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 17 void test_is_destructible() function
64 test_is_destructible<A>();
65 test_is_destructible<int&>();
66 test_is_destructible<Union>();
67 test_is_destructible<Empty>();
68 test_is_destructible<int>();
69 test_is_destructible<double>();
70 test_is_destructible<int*>();
71 test_is_destructible<const int*>();
72 test_is_destructible<char[3]>()
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 24 void test_is_destructible() function
103 test_is_destructible<A>();
104 test_is_destructible<int&>();
105 test_is_destructible<Union>();
106 test_is_destructible<Empty>();
107 test_is_destructible<int>();
108 test_is_destructible<double>();
109 test_is_destructible<int*>();
110 test_is_destructible<const int*>();
111 test_is_destructible<char[3]>()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 18 void test_is_destructible() function
97 test_is_destructible<A>();
98 test_is_destructible<int&>();
99 test_is_destructible<Union>();
100 test_is_destructible<Empty>();
101 test_is_destructible<int>();
102 test_is_destructible<double>();
103 test_is_destructible<int*>();
104 test_is_destructible<const int*>();
105 test_is_destructible<char[3]>()
    [all...]

Completed in 144 milliseconds