Home
last modified time | relevance | path

Searched refs:test_FunctionObject (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.cpp31 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function
102 test_FunctionObject<int()>(alloc); in test_for_alloc()
103 test_FunctionObject<int(int)>(alloc); in test_for_alloc()
104 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc()
105 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()
H A Dalloc_F.pass.cpp44 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function
100 test_FunctionObject<int()>(alloc); in test_for_alloc()
101 test_FunctionObject<int(int)>(alloc); in test_for_alloc()
102 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc()
103 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()