Home
last modified time | relevance | path

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/
Dalloc_F.pass.cpp78 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()
Dalloc_function.pass.cpp75 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/
Dalloc_function.pass.cpp77 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()
Dalloc_F.pass.cpp82 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()