| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | MapVector.h | 30 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/ |
| HD | FormattersContainer.h | 97 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;
|
| HD | TypeCategoryMap.h | 35 typedef std::map<KeyType, ValueSP> MapType; typedef 36 typedef MapType::iterator MapIterator; 139 MapType m_map; 142 MapType& map () in map()
|
| HD | TypeCategory.h | 33 typedef typename ExactMatchContainer::MapType ExactMatchMap; 34 typedef typename RegexMatchContainer::MapType RegexMatchMap;
|
| HD | FormatManager.h | 40 typedef TypeCategoryMap::MapType::iterator CategoryMapIterator;
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CXXInheritance.h | 276 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/ |
| HD | PassRegistry.h | 45 typedef DenseMap<const void *, const PassInfo *> MapType; typedef 46 MapType PassInfoMap;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | Module.cpp | 68 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; in dumpLocalRemap() typedef 70 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
|
| HD | ASTReader.cpp | 6727 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/ |
| HD | PassRegistry.cpp | 43 MapType::const_iterator I = PassInfoMap.find(TI); in getPassInfo()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | Consumed.cpp | 458 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/ |
| HD | TypeCategoryMap.cpp | 125 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangASTSource.cpp | 1587 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/ |
| HD | SemaDeclCXX.cpp | 9264 typedef llvm::DenseMap<const Type *, InheritingConstructorsForType> MapType; typedef in __anonce4ea9d90f11::InheritingConstructorInfo 9265 MapType Map;
|