Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_constexpr.pass.cpp86 typedef Signature TestClass::*ClassFunc; in test_b12() typedef
87 ClassFunc func_ptr = &TestClass::operator(); in test_b12()
99 typedef typename std::result_of<ClassFunc&&(Functor&&, NonCopyable&&)>::type in test_b12()
112 typedef int TestClass::*ClassFunc; in test_b34() typedef
113 ClassFunc func_ptr = &TestClass::data; in test_b34()
122 typedef typename std::result_of<ClassFunc&&(Functor&&)>::type in test_b34()
H A Dinvoke.pass.cpp89 typedef Signature TestClass::*ClassFunc; in test_b12() typedef
90 ClassFunc func_ptr = &TestClass::operator(); in test_b12()
102 typedef typename std::result_of<ClassFunc&&(Functor&&, NonCopyable&&)>::type in test_b12()
115 typedef int TestClass::*ClassFunc; in test_b34() typedef
116 ClassFunc func_ptr = &TestClass::data; in test_b34()
125 typedef typename std::result_of<ClassFunc&&(Functor&&)>::type in test_b34()