OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_add_const
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
add_const.pass.cpp
26
void
test_add_const
()
function
36
test_add_const
<void>();
37
test_add_const
<int>();
38
test_add_const
<int[3]>();
39
test_add_const
<int&>();
40
test_add_const
<const int&>();
41
test_add_const
<int*>();
42
test_add_const
<const int*>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
add_const.pass.cpp
26
void
test_add_const
()
function
36
test_add_const
<void>();
37
test_add_const
<int>();
38
test_add_const
<int[3]>();
39
test_add_const
<int&>();
40
test_add_const
<const int&>();
41
test_add_const
<int*>();
42
test_add_const
<const int*>();
Completed in 387 milliseconds