Searched refs:test_remove_cvref (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | remove_cvref.pass.cpp | 20 void test_remove_cvref() in test_remove_cvref() function 28 test_remove_cvref<void, void>(); in main() 29 test_remove_cvref<int, int>(); in main() 30 test_remove_cvref<const int, int>(); in main() 31 test_remove_cvref<const volatile int, int>(); in main() 32 test_remove_cvref<volatile int, int>(); in main() 35 test_remove_cvref<int[3], int[3]>(); in main() 36 test_remove_cvref<int const [3], int[3]>(); in main() 37 test_remove_cvref<int volatile [3], int[3]>(); in main() 38 test_remove_cvref<int const volatile [3], int[3]>(); in main() [all …]
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | remove_cvref.pass.cpp | 21 void test_remove_cvref() in test_remove_cvref() function 29 test_remove_cvref<void, void>(); in main() 30 test_remove_cvref<int, int>(); in main() 31 test_remove_cvref<const int, int>(); in main() 32 test_remove_cvref<const volatile int, int>(); in main() 33 test_remove_cvref<volatile int, int>(); in main() 36 test_remove_cvref<int[3], int[3]>(); in main() 37 test_remove_cvref<int const [3], int[3]>(); in main() 38 test_remove_cvref<int volatile [3], int[3]>(); in main() 39 test_remove_cvref<int const volatile [3], int[3]>(); in main() [all …]
|