Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DDenseMap.h151 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
290 void copyFrom(const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT>& other) { in copyFrom() argument
991 DenseMapIterator(const DenseMapIterator<KeyT, ValueT, in DenseMapIterator()
1032 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
DValueMap.h134 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
/external/clang/lib/Sema/
DSemaExprObjC.cpp818 QualType KeyT = Method->param_begin()[1]->getType(); in BuildObjCDictionaryLiteral() local
871 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local
/external/llvm/lib/Transforms/Scalar/
DObjCARC.cpp94 insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()