| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | MapVector.h | 35 typename MapType = DenseMap<KeyT, unsigned>, 38 MapType Map; 42 std::is_integral<typename MapType::mapped_type>::value, 101 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); 114 typename MapType::const_iterator Pos = Map.find(Key); in lookup() 120 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert() 133 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert() 144 typename MapType::const_iterator Pos = Map.find(Key); in count() 149 typename MapType::const_iterator Pos = Map.find(Key); in find() 155 typename MapType::const_iterator Pos = Map.find(Key); in find() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
| H A D | swap_noexcept.pass.cpp | 124 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef 132 std::equal_to<MoveOnly>, test_allocator<MapType>> C; in main() 137 std::equal_to<MoveOnly>, other_allocator<MapType>> C; in main() 153 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main() 157 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main() 161 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main() 165 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main() 169 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main() 173 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main() 177 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main() [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | InfoByHwMode.h | 59 typedef std::map<unsigned,InfoT> MapType; typedef 60 typedef typename MapType::value_type PairType; 61 typedef typename MapType::iterator iterator; 62 typedef typename MapType::const_iterator const_iterator; 65 InfoByHwMode(const MapType &M) : Map(M) {} in InfoByHwMode() 115 MapType Map;
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategoryMap.h | 33 typedef std::map<KeyType, ValueSP> MapType; typedef 34 typedef MapType::iterator MapIterator; 98 MapType m_map; 101 MapType &map() { return m_map; } in map()
|
| H A D | FormattersContainer.h | 110 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef 230 MapType m_map;
|
| H A D | FormatManager.h | 38 typedef TypeCategoryMap::MapType::iterator CategoryMapIterator;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable 273 MapType Overrides; 277 using iterator = MapType::iterator; 278 using const_iterator = MapType::const_iterator;
|
| H A D | OpenMPClause.h | 5746 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable 5781 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument 5787 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause() 5832 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType() 5886 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() 5942 if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_tofrom) in used_children()
|
| /llvm-project-15.0.7/llvm/include/llvm/ |
| H A D | PassRegistry.h | 42 using MapType = DenseMap<const void *, const PassInfo *>; variable 43 MapType PassInfoMap;
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ModuleFile.cpp | 38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef 41 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RDFRegisters.h | 205 using MapType = std::map<RegisterId, LaneBitmask>; member 208 MapType Masks; 209 MapType::iterator Pos;
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 26 template <typename MapType, typename EndianType> 29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs() 36 template <typename MapType, typename EndianType> 38 MapType Default) { in mapOptionalAs() 39 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapOptionalAs()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 362 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef 363 MapType module_name_to_filtered_index; in GetFilteredModuleList() 375 MapType::iterator iter; in GetFilteredModuleList()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor 462 using InfoEntry = MapType::iterator; 463 using ConstInfoEntry = MapType::const_iterator; 467 MapType PropagationMap; 919 MapType::iterator VIT = findInfo(Var->getInit()->IgnoreImplicit()); in VisitVarDecl()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFLAndersAliasAnalysis.cpp | 227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anon132152530111::AliasAttrMap 229 MapType AttrMap; 232 using const_iterator = MapType::const_iterator;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 409 using MapType = IntervalMap<uint32_t, uint64_t>; in verifyIndex() typedef 410 MapType::Allocator Alloc; in verifyIndex() 411 std::vector<std::unique_ptr<MapType>> Sections(Index.getColumnKinds().size()); in verifyIndex() 425 Sections[Col] = std::make_unique<MapType>(Alloc); in verifyIndex()
|
| /llvm-project-15.0.7/clang/include/clang/Format/ |
| H A D | Format.h | 4005 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef 4020 std::shared_ptr<MapType> Styles;
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 97 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7345 OpenMPMapClauseKind MapType, in MapInfo() 7351 : Components(Components), MapType(MapType), MapModifiers(MapModifiers), in MapInfo() 7479 switch (MapType) { in getMapTypeBits() 9101 MapType = std::get<1>(LHS); in generateInfoForCapture() 9118 OpenMPMapClauseKind MapType; in generateInfoForCapture() local 9236 OpenMPMapClauseKind MapType; in generateInfoForCapture() local 9254 OpenMPMapClauseKind MapType; in generateInfoForCapture() local 10019 MapType, in emitUserDefinedMapper() 10132 MapType, in emitUDMapperArrayInitOrDel() 10141 MapType, in emitUDMapperArrayInitOrDel() [all …]
|
| H A D | CGOpenMPRuntime.h | 848 llvm::Value *MapType, llvm::Value *MapName,
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 104 using MapType = std::map<Node, ColorKind>; typedef 113 const MapType &colors() const { in colors() 127 MapType Colors; 476 const Coloring::MapType &M = G.colors(); in route() 543 const Coloring::MapType &M = G.colors(); in route()
|
| H A D | HexagonConstPropagation.cpp | 224 MapType::const_iterator F = Map.find(R); in has() 231 MapType::const_iterator F = Map.find(R); in get() 243 using MapType = std::map<Register, LatticeCell>; typedef in __anona14c30040111::MachineConstPropagator::CellMap 245 MapType Map; 252 using const_iterator = MapType::const_iterator;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 1428 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef 1429 typedef typename MapType::value_type PairType; in ImportOffsetMap()
|
| /llvm-project-15.0.7/clang/unittests/Introspection/ |
| H A D | IntrospectionTest.cpp | 29 template <typename T, typename MapType> 31 FormatExpected(const MapType &Accessors) { in FormatExpected()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 21408 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() argument 21612 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_alloc)) { in checkMappableExpressionList() 21615 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList() 21625 !(MapType == OMPC_MAP_from || MapType == OMPC_MAP_release || in checkMappableExpressionList() 21626 MapType == OMPC_MAP_delete)) { in checkMappableExpressionList() 21629 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList() 21655 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_from || in checkMappableExpressionList() 21656 MapType == OMPC_MAP_tofrom || MapType == OMPC_MAP_alloc)) { in checkMappableExpressionList() 21659 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList() 21746 MapType, Modifiers, IsMapTypeImplicit, in ActOnOpenMPMapClause() [all …]
|