Searched refs:test_MemFunClass (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| H A D | alloc_function.pass.cpp | 77 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() function 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 D | alloc_F.pass.cpp | 83 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() function 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()
|