Searched refs:test_MemFunClass (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_F.pass.cpp | 78 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() function 105 test_MemFunClass<int(MemFunClass::*)() const, int(MemFunClass&)>(alloc); in test_for_alloc() 106 test_MemFunClass<int(MemFunClass::*)(int) const, int(MemFunClass&, int)>(alloc); in test_for_alloc() 107 test_MemFunClass<int(MemFunClass::*)(int, int) const, int(MemFunClass&, int, int)>(alloc); in test_for_alloc()
|
D | alloc_function.pass.cpp | 75 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()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
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()
|
D | alloc_F.pass.cpp | 82 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() function 109 test_MemFunClass<int(MemFunClass::*)() const, int(MemFunClass&)>(alloc); in test_for_alloc() 110 test_MemFunClass<int(MemFunClass::*)(int) const, int(MemFunClass&, int)>(alloc); in test_for_alloc() 111 test_MemFunClass<int(MemFunClass::*)(int, int) const, int(MemFunClass&, int, int)>(alloc); in test_for_alloc()
|