OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_is_nothrow_destructible
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
17
void
test_is_nothrow_destructible
()
function
67
test_is_nothrow_destructible
<A>();
69
test_is_nothrow_destructible
<int&>();
71
test_is_nothrow_destructible
<Union>();
74
test_is_nothrow_destructible
<Empty>();
76
test_is_nothrow_destructible
<int>();
77
test_is_nothrow_destructible
<double>();
78
test_is_nothrow_destructible
<int*>();
79
test_is_nothrow_destructible
<const int*>();
80
test_is_nothrow_destructible
<char[3]>()
[
all
...]
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
23
void
test_is_nothrow_destructible
()
function
89
test_is_nothrow_destructible
<int&>();
90
test_is_nothrow_destructible
<int>();
91
test_is_nothrow_destructible
<double>();
92
test_is_nothrow_destructible
<int*>();
93
test_is_nothrow_destructible
<const int*>();
94
test_is_nothrow_destructible
<char[3]>();
98
test_is_nothrow_destructible
<PublicDestructor>();
99
test_is_nothrow_destructible
<VirtualPublicDestructor>();
100
test_is_nothrow_destructible
<PurePublicDestructor>()
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
18
void
test_is_nothrow_destructible
()
function
84
test_is_nothrow_destructible
<int&>();
85
test_is_nothrow_destructible
<int>();
86
test_is_nothrow_destructible
<double>();
87
test_is_nothrow_destructible
<int*>();
88
test_is_nothrow_destructible
<const int*>();
89
test_is_nothrow_destructible
<char[3]>();
93
test_is_nothrow_destructible
<PublicDestructor>();
94
test_is_nothrow_destructible
<VirtualPublicDestructor>();
95
test_is_nothrow_destructible
<PurePublicDestructor>()
[
all
...]
Completed in 197 milliseconds