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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_copy_assignable.pass.cpp 17 void test_has_nothrow_assign() function
51 test_has_nothrow_assign<int&>();
52 test_has_nothrow_assign<Union>();
53 test_has_nothrow_assign<Empty>();
54 test_has_nothrow_assign<int>();
55 test_has_nothrow_assign<double>();
56 test_has_nothrow_assign<int*>();
57 test_has_nothrow_assign<const int*>();
58 test_has_nothrow_assign<NotEmpty>();
59 test_has_nothrow_assign<bit_zero>()
    [all...]
is_nothrow_move_assignable.pass.cpp 17 void test_has_nothrow_assign() function
51 test_has_nothrow_assign<int&>();
52 test_has_nothrow_assign<Union>();
53 test_has_nothrow_assign<Empty>();
54 test_has_nothrow_assign<int>();
55 test_has_nothrow_assign<double>();
56 test_has_nothrow_assign<int*>();
57 test_has_nothrow_assign<const int*>();
58 test_has_nothrow_assign<NotEmpty>();
59 test_has_nothrow_assign<bit_zero>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_copy_assignable.pass.cpp 17 void test_has_nothrow_assign() function
51 test_has_nothrow_assign<int&>();
52 test_has_nothrow_assign<Union>();
53 test_has_nothrow_assign<Empty>();
54 test_has_nothrow_assign<int>();
55 test_has_nothrow_assign<double>();
56 test_has_nothrow_assign<int*>();
57 test_has_nothrow_assign<const int*>();
58 test_has_nothrow_assign<NotEmpty>();
59 test_has_nothrow_assign<bit_zero>()
    [all...]
is_nothrow_move_assignable.pass.cpp 17 void test_has_nothrow_assign() function
51 test_has_nothrow_assign<int&>();
52 test_has_nothrow_assign<Union>();
53 test_has_nothrow_assign<Empty>();
54 test_has_nothrow_assign<int>();
55 test_has_nothrow_assign<double>();
56 test_has_nothrow_assign<int*>();
57 test_has_nothrow_assign<const int*>();
58 test_has_nothrow_assign<NotEmpty>();
59 test_has_nothrow_assign<bit_zero>()
    [all...]

Completed in 28 milliseconds