Home
last modified time | relevance | path

Searched defs:KeyT (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DValueMap.h149 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/
DBlotMapVector.h61 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/external/llvm/include/llvm/ADT/
DDenseMap.h169 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()
DImmutableMap.h279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
280 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
DMapVector.h91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
DSparseMultiSet.h113 typedef typename KeyFunctorT::argument_type KeyT; typedef
/external/clang/lib/Sema/
DSemaExprObjC.cpp949 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local
1005 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local