OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_is_nothrow_copy_constructible
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_copy_constructible.pass.cpp
17
void
test_is_nothrow_copy_constructible
()
function
53
test_is_nothrow_copy_constructible
<int&>();
54
test_is_nothrow_copy_constructible
<Union>();
55
test_is_nothrow_copy_constructible
<Empty>();
56
test_is_nothrow_copy_constructible
<int>();
57
test_is_nothrow_copy_constructible
<double>();
58
test_is_nothrow_copy_constructible
<int*>();
59
test_is_nothrow_copy_constructible
<const int*>();
60
test_is_nothrow_copy_constructible
<bit_zero>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_copy_constructible.pass.cpp
17
void
test_is_nothrow_copy_constructible
()
function
53
test_is_nothrow_copy_constructible
<int&>();
54
test_is_nothrow_copy_constructible
<Union>();
55
test_is_nothrow_copy_constructible
<Empty>();
56
test_is_nothrow_copy_constructible
<int>();
57
test_is_nothrow_copy_constructible
<double>();
58
test_is_nothrow_copy_constructible
<int*>();
59
test_is_nothrow_copy_constructible
<const int*>();
60
test_is_nothrow_copy_constructible
<bit_zero>();
Completed in 2526 milliseconds