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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_default_constructible.pass.cpp 26 void test_has_not_nothrow_default_constructor() function
52 test_has_not_nothrow_default_constructor<void>();
53 test_has_not_nothrow_default_constructor<int&>();
54 test_has_not_nothrow_default_constructor<A>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_default_constructible.pass.cpp 26 void test_has_not_nothrow_default_constructor() function
52 test_has_not_nothrow_default_constructor<void>();
53 test_has_not_nothrow_default_constructor<int&>();
54 test_has_not_nothrow_default_constructor<A>();

Completed in 216 milliseconds