Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp84 typedef Signature TestClass::*ClassFunc; in test_b12() typedef
85 ClassFunc func_ptr = &TestClass::operator(); in test_b12()
97 typedef typename std::result_of<ClassFunc&&(Functor&&, NonCopyable&&)>::type in test_b12()
110 typedef int TestClass::*ClassFunc; in test_b34() typedef
111 ClassFunc func_ptr = &TestClass::data; in test_b34()
120 typedef typename std::result_of<ClassFunc&&(Functor&&)>::type in test_b34()