Searched defs:KeyT (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ValueMap.h | 149 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() 154 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | BlotMapVector.h | 61 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 169 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() 184 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() 315 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument 1017 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() 1068 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
|
D | ImmutableMap.h | 279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() 280 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
|
D | MapVector.h | 91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
|
D | SparseMultiSet.h | 113 typedef typename KeyFunctorT::argument_type KeyT; typedef
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 949 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local 1005 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local
|