Searched defs:KeyT (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 151 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()
|
D | ValueMap.h | 134 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 818 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/ |
D | ObjCARC.cpp | 94 insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|