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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_destructible.pass.cpp 17 void test_is_trivially_destructible() function
67 test_is_trivially_destructible<int&>();
68 test_is_trivially_destructible<Union>();
69 test_is_trivially_destructible<Empty>();
70 test_is_trivially_destructible<int>();
71 test_is_trivially_destructible<double>();
72 test_is_trivially_destructible<int*>();
73 test_is_trivially_destructible<const int*>();
74 test_is_trivially_destructible<char[3]>();
75 test_is_trivially_destructible<char[3]>()
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_destructible.pass.cpp 19 void test_is_trivially_destructible() function
83 test_is_trivially_destructible<Abstract>();
84 test_is_trivially_destructible<Union>();
85 test_is_trivially_destructible<Empty>();
86 test_is_trivially_destructible<int&>();
87 test_is_trivially_destructible<int>();
88 test_is_trivially_destructible<double>();
89 test_is_trivially_destructible<int*>();
90 test_is_trivially_destructible<const int*>();
91 test_is_trivially_destructible<char[3]>()
    [all...]

Completed in 150 milliseconds