Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
Dremove_volatile.pass.cpp19 void test_remove_volatile_imp() in test_remove_volatile_imp() function
30 test_remove_volatile_imp<T, T>(); in test_remove_volatile()
31 test_remove_volatile_imp<const T, const T>(); in test_remove_volatile()
32 test_remove_volatile_imp<volatile T, T>(); in test_remove_volatile()
33 test_remove_volatile_imp<const volatile T, const T>(); in test_remove_volatile()