Home
last modified time | relevance | path

Searched refs:test_FreeFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp58 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function
110 test_FreeFunction<int()>(alloc); in test_for_alloc()
111 test_FreeFunction<int(int)>(alloc); in test_for_alloc()
112 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()
113 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()
H A Dalloc_F.pass.cpp67 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function
108 test_FreeFunction<int()>(alloc); in test_for_alloc()
109 test_FreeFunction<int(int)>(alloc); in test_for_alloc()
110 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()
111 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()