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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_move_constructible.pass.cpp 27 void test_is_not_move_constructible() function
72 test_is_not_move_constructible<char[3]>();
73 test_is_not_move_constructible<char[]>();
74 test_is_not_move_constructible<void>();
75 test_is_not_move_constructible<Abstract>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_move_constructible.pass.cpp 27 void test_is_not_move_constructible() function
72 test_is_not_move_constructible<char[3]>();
73 test_is_not_move_constructible<char[]>();
74 test_is_not_move_constructible<void>();
75 test_is_not_move_constructible<Abstract>();

Completed in 311 milliseconds