OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_is_not_object
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_object.pass.cpp
34
void
test_is_not_object
()
function
99
test_is_not_object
<void>();
100
test_is_not_object
<int&>();
101
test_is_not_object
<int&&>();
102
test_is_not_object
<int(int)>();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_object.pass.cpp
34
void
test_is_not_object
()
function
97
test_is_not_object
<void>();
98
test_is_not_object
<int&>();
99
test_is_not_object
<int&&>();
100
test_is_not_object
<int(int)>();
Completed in 508 milliseconds