Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
Dremove_cv.pass.cpp27 void test_remove_cv() in test_remove_cv() function
37 test_remove_cv<void>(); in main()
38 test_remove_cv<int>(); in main()
39 test_remove_cv<int[3]>(); in main()
40 test_remove_cv<int&>(); in main()
41 test_remove_cv<const int&>(); in main()
42 test_remove_cv<int*>(); in main()
43 test_remove_cv<const int*>(); in main()
/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()