Home
last modified time | relevance | path

Searched refs:MapType (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h35 typename MapType = DenseMap<KeyT, unsigned>,
38 MapType Map;
42 std::is_integral<typename MapType::mapped_type>::value,
100 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
113 typename MapType::const_iterator Pos = Map.find(Key); in lookup()
119 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
132 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
143 typename MapType::const_iterator Pos = Map.find(Key); in count()
148 typename MapType::const_iterator Pos = Map.find(Key); in find()
154 typename MapType::const_iterator Pos = Map.find(Key); in find()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h61 typedef std::map<unsigned,InfoT> MapType; typedef
62 typedef typename MapType::value_type PairType;
63 typedef typename MapType::iterator iterator;
64 typedef typename MapType::const_iterator const_iterator;
67 InfoByHwMode(const MapType &M) : Map(M) {} in InfoByHwMode()
117 MapType Map;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h33 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 DFormattersContainer.h110 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
230 MapType m_map;
H A DFormatManager.h38 typedef TypeCategoryMap::MapType::iterator CategoryMapIterator;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
273 MapType Overrides;
277 using iterator = MapType::iterator;
278 using const_iterator = MapType::const_iterator;
H A DOpenMPClause.h5615 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5650 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
5656 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
5701 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType()
5755 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
5811 if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_tofrom) in used_children()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
43 MapType PassInfoMap;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
41 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
H A DASTReaderDecl.cpp4726 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); in UpdateDecl() local
4730 Reader.getContext(), MapType, DevType, Level, readSourceRange(), in UpdateDecl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h205 using MapType = std::map<RegisterId, LaneBitmask>; member
208 MapType Masks;
209 MapType::iterator Pos;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp26 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp366 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
367 MapType module_name_to_filtered_index; in GetFilteredModuleList()
379 MapType::iterator iter; in GetFilteredModuleList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp460 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anon1e69ac570111::AliasAttrMap
229 MapType AttrMap;
232 using const_iterator = MapType::const_iterator;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3535 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
3550 std::shared_ptr<MapType> Styles;
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp97 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7404 OpenMPMapClauseKind MapType, in MapInfo()
7410 : Components(Components), MapType(MapType), MapModifiers(MapModifiers), in MapInfo()
7535 switch (MapType) { in getMapTypeBits()
9122 MapType = std::get<1>(LHS); in generateInfoForCapture()
9142 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9260 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9278 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
10008 MapType, in emitUserDefinedMapper()
10122 MapType, in emitUDMapperArrayInitOrDel()
10132 MapType, in emitUDMapperArrayInitOrDel()
[all …]
H A DCGOpenMPRuntime.h855 llvm::Value *MapType, llvm::Value *MapName,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp104 using MapType = std::map<Node, ColorKind>; typedef
113 const MapType &colors() const { in colors()
127 MapType Colors;
478 const Coloring::MapType &M = G.colors(); in route()
545 const Coloring::MapType &M = G.colors(); in route()
H A DHexagonConstPropagation.cpp224 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 __anon01729d880111::MachineConstPropagator::CellMap
245 MapType Map;
252 using const_iterator = MapType::const_iterator;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1419 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
1420 typedef typename MapType::value_type PairType; in ImportOffsetMap()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19323 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() argument
19521 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_alloc)) { in checkMappableExpressionList()
19524 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
19534 !(MapType == OMPC_MAP_from || MapType == OMPC_MAP_release || in checkMappableExpressionList()
19535 MapType == OMPC_MAP_delete)) { in checkMappableExpressionList()
19538 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
19549 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_from || in checkMappableExpressionList()
19550 MapType == OMPC_MAP_tofrom || MapType == OMPC_MAP_alloc)) { in checkMappableExpressionList()
19553 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
19638 MapType, IsMapTypeImplicit); in ActOnOpenMPMapClause()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3597 OpenMPMapClauseKind MapType = in isMapType() local
3600 return MapType; in isMapType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3233 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon5386100c0c11::PhiNodeSet
3243 MapType NodeMap;

12