Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
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()
Dalloc_F.pass.cpp63 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function
104 test_FreeFunction<int()>(alloc); in test_for_alloc()
105 test_FreeFunction<int(int)>(alloc); in test_for_alloc()
106 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()
107 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_F.pass.cpp61 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function
100 test_FreeFunction<int()>(alloc); in test_for_alloc()
101 test_FreeFunction<int(int)>(alloc); in test_for_alloc()
102 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()
103 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()
Dalloc_function.pass.cpp53 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()