Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontrolled_allocators.hpp339 class MinAlignedAllocator class
345 MinAlignedAllocator() = delete;
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
426 template <class Tp> friend class MinAlignedAllocator;
432 inline bool operator==(MinAlignedAllocator<T> const& x, in operator ==()
433 MinAlignedAllocator<U> const& y) { in operator ==()
[all …]
/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h338 class MinAlignedAllocator
344 MinAlignedAllocator() = delete;
346 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
431 inline bool operator==(MinAlignedAllocator<T> const& x,
432 MinAlignedAllocator<U> const& y) {
[all …]
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
Ddo_allocate_and_deallocate.pass.cpp111 check_allocate_deallocate<MinAlignedAllocator<char>>(); in main()
/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
Ddo_allocate_and_deallocate.pass.cpp113 check_allocate_deallocate<MinAlignedAllocator<char>>(); in main()