Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDMapVector.h30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
35 MapType Map;
77 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
87 typename MapType::const_iterator Pos = Map.find(Key); in lookup()
93 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
104 typename MapType::const_iterator Pos = Map.find(Key); in count()
109 typename MapType::const_iterator Pos = Map.find(Key); in find()
115 typename MapType::const_iterator Pos = Map.find(Key); in find()
122 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back()
168 template <typename KeyT, typename ValueT, typename MapType, typename VectorType>
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormattersContainer.h97 typedef std::map<KeyType, ValueSP> MapType; typedef
98 typedef typename MapType::iterator MapIterator;
212 MapType m_map;
216 MapType&
240 typedef typename BackEndType::MapType MapType; typedef
241 typedef typename MapType::iterator MapIterator;
242 typedef typename MapType::key_type MapKeyType;
243 typedef typename MapType::mapped_type MapValueType;
HDTypeCategoryMap.h35 typedef std::map<KeyType, ValueSP> MapType; typedef
36 typedef MapType::iterator MapIterator;
139 MapType m_map;
142 MapType& map () in map()
HDTypeCategory.h33 typedef typename ExactMatchContainer::MapType ExactMatchMap;
34 typedef typename RegexMatchContainer::MapType RegexMatchMap;
HDFormatManager.h40 typedef TypeCategoryMap::MapType::iterator CategoryMapIterator;
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCXXInheritance.h276 typedef llvm::MapVector<unsigned, ValuesT> MapType; typedef
277 MapType Overrides;
281 typedef MapType::iterator iterator;
282 typedef MapType::const_iterator const_iterator;
/NextBSD/contrib/llvm/include/llvm/
HDPassRegistry.h45 typedef DenseMap<const void *, const PassInfo *> MapType; typedef
46 MapType PassInfoMap;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDModule.cpp68 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; in dumpLocalRemap() typedef
70 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
HDASTReader.cpp6727 typedef ContinuousRangeMap<Key, ModuleFile *, InitialCapacity> MapType; in dumpModuleIDMap() typedef
6729 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpModuleIDMap()
/NextBSD/contrib/llvm/lib/IR/
HDPassRegistry.cpp43 MapType::const_iterator I = PassInfoMap.find(TI); in getPassInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp458 typedef llvm::DenseMap<const Stmt *, PropagationInfo> MapType; typedef in clang::consumed::ConsumedStmtVisitor
460 typedef MapType::iterator InfoEntry;
461 typedef MapType::const_iterator ConstInfoEntry;
466 MapType PropagationMap;
929 MapType::iterator VIT = findInfo(Var->getInit()->IgnoreImplicit()); in VisitVarDecl()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeCategoryMap.cpp125 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp1587 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
1588 typedef typename MapType::value_type PairType; in ImportOffsetMap()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp9264 typedef llvm::DenseMap<const Type *, InheritingConstructorsForType> MapType; typedef in __anonce4ea9d90f11::InheritingConstructorInfo
9265 MapType Map;