Home
last modified time | relevance | path

Searched refs:test_remove_cv (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
Dremove_cv.pass.cpp28 void test_remove_cv() in test_remove_cv() function
38 test_remove_cv<void>(); in main()
39 test_remove_cv<int>(); in main()
40 test_remove_cv<int[3]>(); in main()
41 test_remove_cv<int&>(); in main()
42 test_remove_cv<const int&>(); in main()
43 test_remove_cv<int*>(); in main()
44 test_remove_cv<const int*>(); in main()