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