Searched refs:test_member_function_pointer_imp (Results 1 – 2 of 2) sorted by relevance
18 void test_member_function_pointer_imp() in test_member_function_pointer_imp() function32 test_member_function_pointer_imp<T>(); in test_member_function_pointer()33 test_member_function_pointer_imp<const T>(); in test_member_function_pointer()34 test_member_function_pointer_imp<volatile T>(); in test_member_function_pointer()35 test_member_function_pointer_imp<const volatile T>(); in test_member_function_pointer()
21 struct test_member_function_pointer_imp { struct42 test_member_function_pointer_imp<T>,43 test_member_function_pointer_imp<const T>,44 test_member_function_pointer_imp<volatile T>,45 test_member_function_pointer_imp<const volatile T>