Home
last modified time | relevance | path

Searched defs:multiset (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dset.nodiscard.verify.cpp21 std::multiset<int> multiset; in multiset_test() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/portability/
H A Dstd-allocator-const.cpp25 class multiset {}; class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h209 multiset() {} in multiset() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-algorithm.cpp44 template <typename K, typename Cmp = less<K>> struct multiset : set<K, Cmp> {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp153 class multiset { class
939 std::multiset<Foo> multiset; in testAllSTLEmplacyFunctions() local