Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dassert.deallocate.pass.cpp32 NullResource R; in main()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
H A Ddeallocate.pass.cpp40 NullResource R(42); in main()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dallocate.pass.cpp58 NullResource R; in testAllocForSizeThrows()
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_memory_resource.h163 using NullResource = TestResourceImp<NullProvider, 0>;
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h251 class NullResource : public RCResource {
253 NullResource() : RCResource(0) {} in NullResource() function
H A Dllvm-rc.cpp655 ExitOnErr(NullResource().visit(Visitor.get())); in doRc()