Home
last modified time | relevance | path

Searched defs:multimap (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-noexcept-function-type.cpp58 template<class B> struct multimap { struct
59 typedef B b;
60 multimap() noexcept(T<b>::value) {} in multimap() function
/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dmap.nodiscard.verify.cpp21 std::multimap<int, int> multimap; in multimap_test() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h224 multimap() {} in multimap() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-algorithm.cpp38 template <typename K, typename V> struct multimap : map<K, V> {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp27 struct multimap { global() struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp168 class multimap { class
940 std::multimap<int, Foo> multimap; in testAllSTLEmplacyFunctions() local