OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_is_not_same
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.rel/
is_same.pass.cpp
35
void
test_is_not_same
()
function
54
test_is_not_same
<int, void>();
55
test_is_not_same
<void, Class>();
56
test_is_not_same
<Class, int*>();
57
test_is_not_same
<int*, int&>();
58
test_is_not_same
<int&, int>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/
is_same.pass.cpp
35
void
test_is_not_same
()
function
54
test_is_not_same
<int, void>();
55
test_is_not_same
<void, Class>();
56
test_is_not_same
<Class, int*>();
57
test_is_not_same
<int*, int&>();
58
test_is_not_same
<int&, int>();
Completed in 116 milliseconds