HomeSort by relevance Sort by last modified time
    Searched refs:test_is_not_nothrow_constructible (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_nothrow_constructible.pass.cpp 30 void test_is_not_nothrow_constructible() function
36 void test_is_not_nothrow_constructible() function
42 void test_is_not_nothrow_constructible() function
80 test_is_not_nothrow_constructible<A, int> ();
81 test_is_not_nothrow_constructible<A, int, double> ();
82 test_is_not_nothrow_constructible<A> ();
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_constructible.pass.cpp 37 void test_is_not_nothrow_constructible() function
46 void test_is_not_nothrow_constructible() function
55 void test_is_not_nothrow_constructible() function
108 test_is_not_nothrow_constructible<A, int> ();
109 test_is_not_nothrow_constructible<A, int, double> ();
110 test_is_not_nothrow_constructible<A> ();
111 test_is_not_nothrow_constructible<C> ();
116 test_is_not_nothrow_constructible<Tuple &, Empty> (); // See bug #19616.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_constructible.pass.cpp 37 void test_is_not_nothrow_constructible() function
46 void test_is_not_nothrow_constructible() function
55 void test_is_not_nothrow_constructible() function
111 test_is_not_nothrow_constructible<A, int> ();
112 test_is_not_nothrow_constructible<A, int, double> ();
113 test_is_not_nothrow_constructible<A> ();
114 test_is_not_nothrow_constructible<C> ();
117 test_is_not_nothrow_constructible<Tuple &, Empty> (); // See bug #19616.

Completed in 882 milliseconds