Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
H A Dallocate.cxx2a.pass.cpp26 static const bool UsingAlignedNew = false; variable
28 static const bool UsingAlignedNew = true; variable
59 const bool ExpectAligned = IsOverAlignedType && UsingAlignedNew; in test_aligned()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp23 static const bool UsingAlignedNew = false; variable
25 static const bool UsingAlignedNew = true; variable
56 const bool ExpectAligned = IsOverAlignedType && UsingAlignedNew; in test_aligned()
H A Dallocate_at_least.pass.cpp22 static const bool UsingAlignedNew = false; variable
24 static const bool UsingAlignedNew = true; variable
54 const bool ExpectAligned = IsOverAlignedType && UsingAlignedNew; in test_aligned()