Searched refs:test_remove_cvref (Results 1 – 1 of 1) sorted by relevance
21 void test_remove_cvref() in test_remove_cvref() function29 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 …]