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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_constructible.pass.cpp 56 void test_is_not_constructible() function
62 void test_is_not_constructible() function
75 test_is_not_constructible<A> ();
77 test_is_not_constructible<A, char> ();
81 test_is_not_constructible<A, void> ();
82 test_is_not_constructible<void> ();
83 test_is_not_constructible<int&> ();
84 test_is_not_constructible<Abstract> ();
85 test_is_not_constructible<AbstractDestructor> ();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_constructible.pass.cpp 46 void test_is_not_constructible() function
52 void test_is_not_constructible() function
65 test_is_not_constructible<A> ();
67 test_is_not_constructible<A, char> ();
71 test_is_not_constructible<A, void> ();
72 test_is_not_constructible<void> ();
73 test_is_not_constructible<int&> ();

Completed in 522 milliseconds