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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_move_constructible.pass.cpp 17 void test_is_nothrow_move_constructible() function
53 test_is_nothrow_move_constructible<int&>();
54 test_is_nothrow_move_constructible<Union>();
55 test_is_nothrow_move_constructible<Empty>();
56 test_is_nothrow_move_constructible<int>();
57 test_is_nothrow_move_constructible<double>();
58 test_is_nothrow_move_constructible<int*>();
59 test_is_nothrow_move_constructible<const int*>();
60 test_is_nothrow_move_constructible<bit_zero>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_move_constructible.pass.cpp 17 void test_is_nothrow_move_constructible() function
53 test_is_nothrow_move_constructible<int&>();
54 test_is_nothrow_move_constructible<Union>();
55 test_is_nothrow_move_constructible<Empty>();
56 test_is_nothrow_move_constructible<int>();
57 test_is_nothrow_move_constructible<double>();
58 test_is_nothrow_move_constructible<int*>();
59 test_is_nothrow_move_constructible<const int*>();
60 test_is_nothrow_move_constructible<bit_zero>();

Completed in 43 milliseconds