Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dunordered_map.nodiscard.verify.cpp23 std::unordered_multimap<int, int> unordered_multimap; in unordered_multimap_test() local
/llvm-project/clang/test/SemaCXX/
H A Dattr-gsl-owner-pointer-std.cpp110 class unordered_multimap { global() class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h248 unordered_multimap() {} in unordered_multimap() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-algorithm.cpp42 template <typename K, typename V> struct unordered_multimap : map<K, V> {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp228 class unordered_multimap { class
944 std::unordered_multimap<int, Foo> unordered_multimap; in testAllSTLEmplacyFunctions() local