Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h163 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
177 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
317 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1014 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, false> &I) in DenseMapIterator()
1053 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
H A DMapVector.h86 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
H A DImmutableMap.h298 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
299 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
H A DSparseMultiSet.h113 typedef typename KeyFunctorT::argument_type KeyT; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h151 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp833 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local
886 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp101 insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()