Home
last modified time | relevance | path

Searched defs:MinAlignedAllocator (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h346 explicit MinAlignedAllocator(AllocController& R) : P(&R) {} in MinAlignedAllocator() function
348 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) { in MinAlignedAllocator() function
352 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) { in MinAlignedAllocator() function
357 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function
362 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function
425 template <class Tp> friend class MinAlignedAllocator; variable
/external/libcxx/test/support/
Dcontrolled_allocators.hpp339 class MinAlignedAllocator class
347 explicit MinAlignedAllocator(AllocController& R) : P(&R) {} in MinAlignedAllocator() function in MinAlignedAllocator
349 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator
353 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator
358 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator
363 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator