Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_types.pass.cpp83 bool doTestUsesAllocV1(EAlloc const& ealloc, Args&&... args) in doTestUsesAllocV1() argument
87 TH.construct(std::allocator_arg, ealloc, std::forward<Args>(args)...); in doTestUsesAllocV1()
88 return checkConstruct<Args&&...>(*TH.ptr, UA_AllocArg, ealloc); in doTestUsesAllocV1()
93 bool doTestUsesAllocV2(EAlloc const& ealloc, Args&&... args) in doTestUsesAllocV2() argument
97 TH.construct(std::forward<Args>(args)..., ealloc); in doTestUsesAllocV2()
98 return checkConstruct<Args&&...>(*TH.ptr, UA_AllocLast, ealloc); in doTestUsesAllocV2()