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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_copyable.pass.cpp 27 void test_is_not_trivially_copyable() function
60 test_is_not_trivially_copyable<int&> ();
61 test_is_not_trivially_copyable<const A&> ();
62 test_is_not_trivially_copyable<B> ();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivialially_copyable.pass.cpp 27 void test_is_not_trivially_copyable() function
60 test_is_not_trivially_copyable<int&> ();
61 test_is_not_trivially_copyable<const A&> ();
62 test_is_not_trivially_copyable<B> ();

Completed in 5542 milliseconds