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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_copy_constructible.pass.cpp 23 void test_is_not_copy_constructible() function
74 test_is_not_copy_constructible<char[3]>();
75 test_is_not_copy_constructible<char[]>();
76 test_is_not_copy_constructible<void>();
77 test_is_not_copy_constructible<Abstract>();
79 test_is_not_copy_constructible<B>();
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_copy_constructible.pass.cpp 23 void test_is_not_copy_constructible() function
80 test_is_not_copy_constructible<char[3]>();
81 test_is_not_copy_constructible<char[]>();
82 test_is_not_copy_constructible<void>();
83 test_is_not_copy_constructible<Abstract>();
84 test_is_not_copy_constructible<C>();
86 test_is_not_copy_constructible<B>();

Completed in 54 milliseconds