Home
last modified time | relevance | path

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

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