Home
last modified time | relevance | path

Searched refs:TestResource (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/
H A Dequal.pass.cpp51 TestResource d1(1); in main()
52 TestResource d2(1); in main()
68 TestResource d1; in main()
80 TestResource d1(42); in main()
81 TestResource d2(42); in main()
96 TestResource d1(42); in main()
109 TestResource d1(1); in main()
110 TestResource d2(2); in main()
127 TestResource d1; in main()
H A Dnot_equal.pass.cpp51 TestResource d1(1); in main()
52 TestResource d2(2); in main()
68 TestResource d1; in main()
80 TestResource d1(1); in main()
81 TestResource d2(1); in main()
98 TestResource d1; in main()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource/memory.resource.eq/
H A Dequal.pass.cpp38 TestResource r1(1); in main()
39 TestResource r2(1); in main()
53 TestResource r1(1); in main()
65 TestResource r1(1); in main()
66 TestResource r2(2); in main()
H A Dnot_equal.pass.cpp39 TestResource r1(1); in main()
40 TestResource r2(2); in main()
54 TestResource r1(1); in main()
55 TestResource r2(1); in main()
69 TestResource r1(1); in main()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
H A Dallocate.pass.cpp39 TestResource R(42); in main()
77 TestResource R2; in main()
H A Ddtor.pass.cpp51 using TR = TestResource; in main()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_types.pass.cpp41 TestResource R;
105 TestResource R(12435); in test_pmr_uses_alloc()
138 TestResource R(12435); in test_pmr_not_uses_alloc()
H A Ddeallocate.pass.cpp39 TestResource R; in testForSizeAndAlign()
H A Dallocate.pass.cpp40 TestResource R; in testForSizeAndAlign()
H A Dconstruct_pair_const_lvalue_pair.pass.cpp47 TestResource R; in doTest()
H A Dconstruct_pair_rvalue.pass.cpp48 TestResource R; in doTest()
H A Dconstruct_pair_values.pass.cpp47 TestResource R; in doTest()
H A Dconstruct_piecewise_pair.pass.cpp47 TestResource R; in doTest()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/
H A Dmemory_resource_convert.pass.cpp45 TestResource R; in main()
H A Ddefault.pass.cpp45 TestResource R1(42); in main()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource.global/
H A Ddefault_resource.pass.cpp49 TestResource R; in main()
/llvm-project-15.0.7/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_piecewise_pair.pass.cpp59 TestResource R;
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_memory_resource.h165 using TestResource = TestResourceImp<BufferProvider<>, 0>;
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp1226 struct TestResource : public SideEffects::Resource::Base<TestResource> { struct
1227 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestResource) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
1268 resource = TestResource::get(); in getEffects()
H A DTestOps.td2858 def TestResource : Resource<"TestResource">;
2868 let results = (outs Res<AnyMemRef, "", [MemAlloc<TestResource>]>);
2872 [MemoryEffects<[MemWrite<TestResource>]>]>;