Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.public/
H A Dis_equal.pass.cpp43 TestResource1 R1(1); in main()
60 TestResource1 R1(1); in main()
64 TestResource1 R2(2); in main()
77 TestResource1 R1(1); in main()
81 TestResource1 R2(1); in main()
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.eq/
H A Dnot_equal.pass.cpp91 TestResource1 d2; in main()
H A Dequal.pass.cpp117 TestResource1 d2; in main()
/llvm-project/libcxx/test/support/
H A Dtest_std_memory_resource.h167 using TestResource1 = TestResourceImp<BufferProvider<>, 1>; variable