HomeSort by relevance Sort by last modified time
    Searched refs:test_is_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 18 void test_is_nothrow_constructible() function
24 void test_is_nothrow_constructible() function
75 test_is_nothrow_constructible<int> ();
76 test_is_nothrow_constructible<int, const int&> ();
77 test_is_nothrow_constructible<Empty> ();
78 test_is_nothrow_constructible<Empty, const Empty&> ();
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_constructible.pass.cpp 19 void test_is_nothrow_constructible() function
28 void test_is_nothrow_constructible() function
103 test_is_nothrow_constructible<int> ();
104 test_is_nothrow_constructible<int, const int&> ();
105 test_is_nothrow_constructible<Empty> ();
106 test_is_nothrow_constructible<Empty, const Empty&> ();
113 test_is_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 19 void test_is_nothrow_constructible() function
28 void test_is_nothrow_constructible() function
103 test_is_nothrow_constructible<int> ();
104 test_is_nothrow_constructible<int, const int&> ();
105 test_is_nothrow_constructible<Empty> ();
106 test_is_nothrow_constructible<Empty, const Empty&> ();
108 test_is_nothrow_constructible<Tuple &&, Empty> (); // See bug #19616.

Completed in 815 milliseconds