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/ |
D | alloc_function.pass.cpp | 55 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()
|
D | alloc_F.pass.cpp | 63 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/ |
D | alloc_F.pass.cpp | 61 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()
|
D | alloc_function.pass.cpp | 53 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()
|