Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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,
99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0);
100 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
113 typename MapType::const_iterator Pos = Map.find(Key); in lookup()
118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
119 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
132 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
[all …]
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/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.h5507 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5542 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
5548 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
5593 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType()
5647 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
5703 if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_tofrom) in used_children()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
43 MapType PassInfoMap;
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDefaultMap2D.h41 DefaultMap2D (typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type);
50 typename Map2D<Key1_t, Key2_t, Value_t>::MapType type;
65 typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type) in DefaultMap2D()
H A DMap2D.h29 enum MapType enum
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDefaultMap2D.h41 DefaultMap2D (typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type);
50 typename Map2D<Key1_t, Key2_t, Value_t>::MapType type;
65 typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type) in DefaultMap2D()
H A DMap2D.h29 enum MapType enum
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h205 using MapType = std::map<RegisterId, LaneBitmask>; member
208 MapType Masks;
209 MapType::iterator Pos;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anon22c3f20e0111::AliasAttrMap
229 MapType AttrMap;
232 using const_iterator = MapType::const_iterator;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3398 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
3413 std::shared_ptr<MapType> Styles;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7209 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
7221 OpenMPMapClauseKind MapType, in MapInfo()
7227 : Components(Components), MapType(MapType), MapModifiers(MapModifiers), in MapInfo()
7347 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits() argument
7352 switch (MapType) { in getMapTypeBits()
7440 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList() argument
7873 getMapTypeBits(MapType, MapModifiers, MotionModifiers, IsImplicit, in generateInfoForComponentList()
7931 (Next == CE && MapType != OMPC_MAP_unknown)) { in generateInfoForComponentList()
7949 MapType, MapModifiers, MotionModifiers, IsImplicit, in generateInfoForComponentList()
8337 OpenMPMapClauseKind MapType, in generateAllInfoForClauses()
[all …]
H A DCGOpenMPRuntime.h826 llvm::Value *MapType, llvm::Value *MapName,
/netbsd-src/external/apache2/llvm/dist/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 __anonfdfc6f5f0111::MachineConstPropagator::CellMap
245 MapType Map;
252 using const_iterator = MapType::const_iterator;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d223 private template MapType(R, functions...) in MapType() function
228 alias MapType = in MapType() local
1662 is(MapType!(Args[0], functions) : ElementType!(Args[$ - 1])) in amap()
1683 auto buf = uninitializedArray!(MapType!(Args[0], functions)[])(len); in amap()
1862 alias E = MapType!(S, functions); in map()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d207 private template MapType(R, functions...) in MapType() function
212 alias MapType = in MapType() local
1759 is(MapType!(Args[0], functions) : ElementType!(Args[$ - 1])) in amap()
1780 auto buf = uninitializedArray!(MapType!(Args[0], functions)[])(len); in amap()
1960 alias E = MapType!(S, functions); in map()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d1303 alias MapType = Unqual!(typeof(mapFun(CommonElement.init))); variable
1304 MapType extremeElementMapped = mapFun(extremeElement);
1311 MapType mapElement = mapFun(r[i]);
1323 MapType mapElement = mapFun(r.front);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d1381 alias MapType = Unqual!(typeof(mapFun(CommonElement.init))); variable
1382 MapType extremeElementMapped = mapFun(extremeElement);
1389 MapType mapElement = mapFun(r[i]);
1401 MapType mapElement = mapFun(r.front);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp18940 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() argument
19138 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_alloc)) { in checkMappableExpressionList()
19141 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
19151 !(MapType == OMPC_MAP_from || MapType == OMPC_MAP_release || in checkMappableExpressionList()
19152 MapType == OMPC_MAP_delete)) { in checkMappableExpressionList()
19155 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
19166 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_from || in checkMappableExpressionList()
19167 MapType == OMPC_MAP_tofrom || MapType == OMPC_MAP_alloc)) { in checkMappableExpressionList()
19170 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
19229 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3588 OpenMPMapClauseKind MapType = in isMapType() local
3591 return MapType; in isMapType()

12