Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_test_types.h204 bool isInAllocatorConstruct() const { in isInAllocatorConstruct() function
266 m_old = m_cc->isInAllocatorConstruct(); in InAllocatorConstructGuard()
355 if (getConstructController()->isInAllocatorConstruct()) { in CopyInsertable()
363 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
369 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
376 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
393 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()