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

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivialially_copyable.pass.cpp 18 void test_is_trivially_copyable() function
54 test_is_trivially_copyable<int> ();
55 test_is_trivially_copyable<const int> ();
56 test_is_trivially_copyable<A> ();
57 test_is_trivially_copyable<const A> ();
58 test_is_trivially_copyable<C> ();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivialially_copyable.pass.cpp 18 void test_is_trivially_copyable() function
54 test_is_trivially_copyable<int> ();
55 test_is_trivially_copyable<const int> ();
56 test_is_trivially_copyable<A> ();
57 test_is_trivially_copyable<const A> ();
58 test_is_trivially_copyable<C> ();

Completed in 341 milliseconds