Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h36 class MemFunClass
43 MemFunClass() { in MemFunClass() function
48 MemFunClass(const MemFunClass&) {++count; ((void)data_); } in MemFunClass() argument
50 ~MemFunClass() {--count;} in ~MemFunClass()
58 int MemFunClass::count = 0;
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp82 TargetType target = &MemFunClass::foo; in test_MemFunClass()
112 test_MemFunClass<int(MemFunClass::*)() const, int(MemFunClass&)>(alloc); in test_for_alloc()
113 test_MemFunClass<int(MemFunClass::*)(int) const, int(MemFunClass&, int)>(alloc); in test_for_alloc()
114 test_MemFunClass<int(MemFunClass::*)(int, int) const, int(MemFunClass&, int, int)>(alloc); in test_for_alloc()
H A Dalloc_F.pass.cpp87 TargetType target = &MemFunClass::foo; in test_MemFunClass()
110 test_MemFunClass<int(MemFunClass::*)() const, int(MemFunClass&)>(alloc); in test_for_alloc()
111 test_MemFunClass<int(MemFunClass::*)(int) const, int(MemFunClass&, int)>(alloc); in test_for_alloc()
112 test_MemFunClass<int(MemFunClass::*)(int, int) const, int(MemFunClass&, int, int)>(alloc); in test_for_alloc()