reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/unordered_map.h
   72     class unordered_multimap;

References

include/llvm/Transforms/IPO/GlobalDCE.h
   44   std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  527   std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers;
  568       std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers,
  649     std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) {
  805     std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers,
  956              std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers,
 1447     std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) {
 1468   std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
 1560   std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
tools/lld/include/lld/Core/Resolver.h
   86   std::unordered_multimap<const Atom *, const Atom *> _reverseRef;
usr/include/c++/7.4.0/bits/unordered_map.h
 1234       unordered_multimap(const unordered_multimap&) = default;
 1237       unordered_multimap(unordered_multimap&&) = default;
 1253       unordered_multimap(const unordered_multimap& __ummap,
 1263       unordered_multimap(unordered_multimap&& __ummap,
 1288       : unordered_multimap(__n, hasher(), key_equal(), __a)
 1293       : unordered_multimap(__n, __hf, key_equal(), __a)
 1300 	: unordered_multimap(__first, __last, __n, hasher(), key_equal(), __a)
 1307 	: unordered_multimap(__first, __last, __n, __hf, key_equal(), __a)
 1313       : unordered_multimap(__l, __n, hasher(), key_equal(), __a)
 1319       : unordered_multimap(__l, __n, __hf, key_equal(), __a)
 1323       unordered_multimap&
 1324       operator=(const unordered_multimap&) = default;
 1327       unordered_multimap&
 1328       operator=(unordered_multimap&&) = default;
 1341       unordered_multimap&
 1655       swap(unordered_multimap& __x)
 1882 	operator==(const unordered_multimap<_Key1, _Tp1,
 1884 		   const unordered_multimap<_Key1, _Tp1,
 1897     swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
 1898 	 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
 1916     operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
 1917 	       const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
 1922     operator!=(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
 1923 	       const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)