Home
last modified time | relevance | path

Searched refs:test_FreeFunction (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 Dalloc_function.pass.cpp55 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function
107 test_FreeFunction<int()>(alloc); in test_for_alloc()
108 test_FreeFunction<int(int)>(alloc); in test_for_alloc()
109 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()
110 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()
H A Dalloc_F.pass.cpp64 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function
105 test_FreeFunction<int()>(alloc); in test_for_alloc()
106 test_FreeFunction<int(int)>(alloc); in test_for_alloc()
107 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()
108 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()