Searched defs:KeyT (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 163 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 D | MapVector.h | 86 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
|
H A D | ImmutableMap.h | 298 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() 299 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
|
H A D | SparseMultiSet.h | 113 typedef typename KeyFunctorT::argument_type KeyT; typedef
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 151 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 833 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 D | ObjCARCOpts.cpp | 101 insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|