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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_copy_assignable.pass.cpp 23 void test_has_not_trivially_copy_assignable() function
65 test_has_not_trivially_copy_assignable<void>();
66 test_has_not_trivially_copy_assignable<A>();
67 test_has_not_trivially_copy_assignable<NotEmpty>();
68 test_has_not_trivially_copy_assignable<Abstract>();
69 test_has_not_trivially_copy_assignable<const Empty>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_copy_assignable.pass.cpp 23 void test_has_not_trivially_copy_assignable() function
65 test_has_not_trivially_copy_assignable<void>();
66 test_has_not_trivially_copy_assignable<A>();
67 test_has_not_trivially_copy_assignable<NotEmpty>();
68 test_has_not_trivially_copy_assignable<Abstract>();
69 test_has_not_trivially_copy_assignable<const Empty>();

Completed in 100 milliseconds