Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
H A Dremove_cv.pass.cpp18 void test_remove_cv_imp() in test_remove_cv_imp() function
29 test_remove_cv_imp<T, T>(); in test_remove_cv()
30 test_remove_cv_imp<const T, T>(); in test_remove_cv()
31 test_remove_cv_imp<volatile T, T>(); in test_remove_cv()
32 test_remove_cv_imp<const volatile T, T>(); in test_remove_cv()