Searched refs:test_remove_const_imp (Results 1 – 1 of 1) sorted by relevance
17 void test_remove_const_imp() in test_remove_const_imp() function28 test_remove_const_imp<T, T>(); in test_remove_const()29 test_remove_const_imp<const T, T>(); in test_remove_const()30 test_remove_const_imp<volatile T, volatile T>(); in test_remove_const()31 test_remove_const_imp<const volatile T, volatile T>(); in test_remove_const()