Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Ddb_deallocate.pass.cpp34 NullResource R; in main()
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Ddeallocate.pass.cpp36 NullResource R(42); in main()
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dallocate.pass.cpp52 NullResource R; in testAllocForSizeThrows()
/external/libcxx/test/support/
Dtest_memory_resource.hpp164 using NullResource = TestResourceImp<NullProvider, 0>; typedef