Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h117 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
129 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
H A DDenseMap.h207 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
214 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
273 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
422 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1227 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1299 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
H A DImmutableMap.h262 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
263 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
H A DSparseMultiSet.h120 using KeyT = typename KeyFunctorT::argument_type; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h173 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
178 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1028 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local
1084 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local