Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dmember_function_pointer.pass.cpp18 void test_member_function_pointer_imp() in test_member_function_pointer_imp() function
32 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()
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dmember_function_pointer.pass.cpp21 struct test_member_function_pointer_imp { struct
42 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>