Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A 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()
H A DDenseMap.h209 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
216 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
275 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
424 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1234 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1306 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
H A DImmutableMap.h226 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
227 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
H A DSparseMultiSet.h121 using KeyT = typename KeyFunctorT::argument_type; variable
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h316 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp692 using KeyT = std::pair<const Expr *, const LocationContext *>; in printIndicesOfElementsToConstructJson() typedef