Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontrolled_allocators.hpp88 TypeID const* last_construct_alloc = nullptr; member
123 last_construct_alloc = &makeTypeID<Alloc>(); in countConstruct()
140 last_construct_alloc = last_construct_args = last_construct_type = nullptr; in resetConstructDestroy()
191 COMPARE_TYPEID(last_construct_alloc, expectAlloc) && in checkConstruct()
/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h87 TypeID const* last_construct_alloc = nullptr; member
122 last_construct_alloc = &makeTypeID<Alloc>(); in countConstruct()
139 last_construct_alloc = last_construct_args = last_construct_type = nullptr; in resetConstructDestroy()
190 COMPARE_TYPEID(last_construct_alloc, expectAlloc) && in checkConstruct()