Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DDenseMap.h154 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()
DMapVector.h91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
DImmutableMap.h298 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
299 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
DSparseMultiSet.h113 typedef typename KeyFunctorT::argument_type KeyT; typedef
/external/llvm/include/llvm/IR/
DValueMap.h136 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
/external/clang/lib/Sema/
DSemaExprObjC.cpp833 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local
886 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp101 insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()