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

  /external/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&> ();
  /ndk/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&> ();

Completed in 529 milliseconds