Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DMapVector.h118 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
130 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
DDenseMap.h191 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
198 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
245 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
388 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1148 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1218 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
DImmutableMap.h285 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
286 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
DSparseMultiSet.h121 using KeyT = typename KeyFunctorT::argument_type; variable
/external/llvm/include/llvm/ADT/
DDenseMap.h171 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
186 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
206 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
348 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1063 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1114 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
DMapVector.h91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
DImmutableMap.h279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
280 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
DSparseMultiSet.h113 typedef typename KeyFunctorT::argument_type KeyT; typedef
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h172 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
179 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
222 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
363 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1066 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1117 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
/external/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h61 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValueMap.h179 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
184 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
/external/llvm/include/llvm/IR/
DValueMap.h168 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
173 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h162 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
505 DenseMapIterator(const DenseMapIterator<KeyT, ValueT, in DenseMapIterator()
546 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT, ValueInfoT> &X) { in capacity_in_bytes()
DValueMap.h135 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h68 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc153 using KeyT = string; typedef in tensorflow::__anondf1f2d8b0111::XlaExecutableClosureStore
/external/clang/lib/Sema/
DSemaExprObjC.cpp947 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local
1003 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp103 insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()