OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_is_not_nothrow_assignable
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_assignable.pass.cpp
23
void
test_is_not_nothrow_assignable
()
function
50
test_is_not_nothrow_assignable
<int, int&> ();
51
test_is_not_nothrow_assignable
<int, int> ();
52
test_is_not_nothrow_assignable
<B, A> ();
53
test_is_not_nothrow_assignable
<A, B> ();
54
test_is_not_nothrow_assignable
<C, C&> ();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_assignable.pass.cpp
23
void
test_is_not_nothrow_assignable
()
function
45
test_is_not_nothrow_assignable
<int, int&> ();
46
test_is_not_nothrow_assignable
<int, int> ();
47
test_is_not_nothrow_assignable
<B, A> ();
48
test_is_not_nothrow_assignable
<A, B> ();
Completed in 197 milliseconds