Searched refs:test_remove_cv (Results 1 – 2 of 2) sorted by relevance
27 void test_remove_cv() in test_remove_cv() function37 test_remove_cv<void>(); in main()38 test_remove_cv<int>(); in main()39 test_remove_cv<int[3]>(); in main()40 test_remove_cv<int&>(); in main()41 test_remove_cv<const int&>(); in main()42 test_remove_cv<int*>(); in main()43 test_remove_cv<const int*>(); in main()
28 void test_remove_cv() in test_remove_cv() function38 test_remove_cv<void>(); in main()39 test_remove_cv<int>(); in main()40 test_remove_cv<int[3]>(); in main()41 test_remove_cv<int&>(); in main()42 test_remove_cv<const int&>(); in main()43 test_remove_cv<int*>(); in main()44 test_remove_cv<const int*>(); in main()