Searched defs:KeyT (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/include/llvm/ADT/ |
| D | DenseMap.h | 154 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() 168 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() 307 void copyFrom(const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT>& other) { in copyFrom() argument 999 DenseMapIterator(const DenseMapIterator<KeyT, ValueT, in DenseMapIterator() 1040 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
|
| D | MapVector.h | 91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
|
| D | ImmutableMap.h | 298 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() 299 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
|
| D | SparseMultiSet.h | 113 typedef typename KeyFunctorT::argument_type KeyT; typedef
|
| /external/llvm/include/llvm/IR/ |
| D | ValueMap.h | 136 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
|
| /external/clang/lib/Sema/ |
| D | SemaExprObjC.cpp | 833 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local 886 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCOpts.cpp | 101 insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|