Home
last modified time | relevance | path

Searched refs:NullResource (Results 1 – 6 of 6) 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
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
Dllvm-rc.cpp182 ExitOnErr(NullResource().visit(Visitor.get())); in main()
DResourceScriptStmt.h198 class NullResource : public RCResource {
200 NullResource() : RCResource(0) {} in NullResource() function