Home
last modified time | relevance | path

Searched defs:StdSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.aliases/
H A Dheader_unordered_set_synop.pass.cpp44 using StdSet = std::unordered_set<V, DH, DP, std::pmr::polymorphic_allocator<V>>; in main() typedef
49 using StdSet = std::unordered_set<V, MH, DP, std::pmr::polymorphic_allocator<V>>; in main() typedef
54 using StdSet = std::unordered_set<V, MH, MP, std::pmr::polymorphic_allocator<V>>; in main() typedef
63 using StdSet = std::unordered_multiset<V, DH, DP, std::pmr::polymorphic_allocator<V>>; in main() typedef
68 using StdSet = std::unordered_multiset<V, MH, DP, std::pmr::polymorphic_allocator<V>>; in main() typedef
73 using StdSet = std::unordered_multiset<V, MH, MP, std::pmr::polymorphic_allocator<V>>; in main() typedef
H A Dheader_set_synop.pass.cpp36 using StdSet = std::set<V, DC, std::pmr::polymorphic_allocator<V>>; in main() typedef
41 using StdSet = std::set<V, OC, std::pmr::polymorphic_allocator<V>>; in main() typedef
50 using StdSet = std::multiset<V, DC, std::pmr::polymorphic_allocator<V>>; in main() typedef
55 using StdSet = std::multiset<V, OC, std::pmr::polymorphic_allocator<V>>; in main() typedef