|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
usr/include/c++/7.4.0/bits/stl_map.h 71 class multimap;
References
include/llvm/IR/ModuleSummaryIndex.h 889 std::multimap<GlobalValue::GUID, std::pair<std::string, TypeIdSummary>>;
include/llvm/Transforms/IPO/DeadArgumentElimination.h 91 using UseMap = std::multimap<RetOrArg, RetOrArg>;
lib/CodeGen/AggressiveAntiDepBreaker.cpp 86 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs)
307 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
357 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
446 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
556 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
761 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
lib/CodeGen/AggressiveAntiDepBreaker.h 69 std::multimap<unsigned, RegisterReference> RegRefs;
89 std::multimap<unsigned, RegisterReference>& GetRegRefs() { return RegRefs; }
100 std::multimap<unsigned,
lib/CodeGen/CriticalAntiDepBreaker.cpp 641 std::pair<std::multimap<unsigned, MachineOperand *>::iterator,
642 std::multimap<unsigned, MachineOperand *>::iterator>
655 for (std::multimap<unsigned, MachineOperand *>::iterator
lib/CodeGen/CriticalAntiDepBreaker.h 56 std::multimap<unsigned, MachineOperand *> RegRefs;
59 std::multimap<unsigned, MachineOperand *>::const_iterator;
lib/Target/ARM/AsmParser/ARMAsmParser.cpp11554 std::multimap<unsigned, unsigned> OperandMissesSeen;
tools/clang/include/clang/Driver/Compilation.h 60 std::multimap<Action::OffloadKind, const ToolChain *>
143 const std::multimap<Action::OffloadKind,
tools/clang/lib/AST/ASTContext.cpp 7150 std::multimap<uint64_t, NamedDecl *> FieldOrBaseOffsets;
7197 std::multimap<uint64_t, NamedDecl *>::iterator
tools/clang/lib/AST/VTableBuilder.cpp 1892 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex;
tools/clang/lib/Serialization/GlobalModuleIndex.cpp 423 typedef std::multimap<const FileEntry *, ImportedModuleFileInfo>
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp 573 std::multimap<StringRef, const CmdLineOption &> OptionMap;
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp 30 isMPITypeMatching(const std::multimap<BuiltinType::Kind, std::string> &MultiMap,
98 static std::multimap<BuiltinType::Kind, std::string> BuiltinMatches = {
151 static std::multimap<BuiltinType::Kind, std::string> ComplexCMatches = {
182 static std::multimap<BuiltinType::Kind, std::string> ComplexCXXMatches = {
tools/clang/utils/TableGen/ClangASTNodesEmitter.cpp 31 typedef std::multimap<Record*, Record*> ChildMap;
tools/lldb/include/lldb/Symbol/TypeMap.h 43 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
tools/lldb/include/lldb/Target/Memory.h 134 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
tools/lldb/include/lldb/Utility/Listener.h 110 typedef std::multimap<Broadcaster::BroadcasterImplWP, BroadcasterInfo,
tools/lldb/source/Interpreter/Options.cpp 549 std::multimap<int, uint32_t> options_seen;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp 1327 std::multimap<CompilerType, const FuncDeclInfo *> matches;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h 383 typedef std::multimap<uint32_t, ObjCISA> HashToISAMap;
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h 111 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 2480 typedef std::multimap<uint64_t, uint32_t> ValueToSymbolIndexMap;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h 79 typedef std::multimap<const clang::DeclContext *, const DWARFDIE>
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h 27 typedef std::multimap<const char *, dw_offset_t, CStringCompareFunctionObject>
tools/lldb/source/Symbol/ClangASTContext.cpp 9978 std::multimap<DeclContext *, DeclContext *> search_queue;
10075 std::multimap<DeclContext *, DeclContext *> search_queue;
tools/lldb/source/Symbol/Symtab.cpp 109 typedef std::multimap<const char *, const Symbol *,
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp 1829 std::multimap<int64_t, decltype(it->getAbbreviationDeclarationPtr())> DIEs;
usr/include/c++/7.4.0/bits/stl_multimap.h 196 multimap(const multimap&) = default;
205 multimap(multimap&&) = default;
229 multimap(const multimap& __m, const allocator_type& __a)
233 multimap(multimap&& __m, const allocator_type& __a)
305 multimap&
306 operator=(const multimap&) = default;
309 multimap&
310 operator=(multimap&&) = default;
323 multimap&
789 swap(multimap& __x)
1038 operator==(const multimap<_K1, _T1, _C1, _A1>&,
1039 const multimap<_K1, _T1, _C1, _A1>&);
1043 operator<(const multimap<_K1, _T1, _C1, _A1>&,
1044 const multimap<_K1, _T1, _C1, _A1>&);
1059 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
1060 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
1076 operator<(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
1077 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
1083 operator!=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
1084 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
1090 operator>(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
1091 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
1097 operator<=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
1098 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
1104 operator>=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
1105 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
1111 swap(multimap<_Key, _Tp, _Compare, _Alloc>& __x,
1112 multimap<_Key, _Tp, _Compare, _Alloc>& __y)
utils/TableGen/FastISelEmitter.cpp 378 typedef std::multimap<int, InstructionMemo> PredMap;
388 typedef std::multimap<std::string, bool> PredCheckMap;