/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 141 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() 144 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
|
H A D | DenseMap.h | 220 insert(const std::pair<KeyT,ValueT> & KV) insert() argument 227 insert(std::pair<KeyT,ValueT> && KV) insert() argument 286 insert_as(std::pair<KeyT,ValueT> && KV,const LookupKeyT & Val) insert_as() argument 465 copyFrom(const DenseMapBase<OtherBaseT,KeyT,ValueT,KeyInfoT,BucketT> & other) copyFrom() argument 1274 DenseMapIterator(const DenseMapIterator<KeyT,ValueT,KeyInfoT,Bucket,IsConstSrc> & I) DenseMapIterator() argument 1346 capacity_in_bytes(const DenseMap<KeyT,ValueT,KeyInfoT> & X) capacity_in_bytes() argument [all...] |
H A D | ImmutableMap.h | 226 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() 227 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
|
H A D | SparseMultiSet.h | 120 using KeyT = typename KeyFunctorT::argument_type; variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 172 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()
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 316 copyFrom(const DenseMapBase<OtherBaseT,KeyT,ValueT,KeyInfoT,BucketT> & other) copyFrom() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 734 using KeyT = std::pair<const Expr *, const LocationContext *>; in printIndicesOfElementsToConstructJson() typedef 798 using KeyT = std::pair<const CXXConstructExpr *, const LocationContext *>; in printPendingInitLoopJson() typedef 857 using KeyT = const LocationContext *; in printPendingArrayDestructionsJson() typedef [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1036 QualType KeyT = Method->parameters()[1]->getType(); BuildObjCDictionaryLiteral() local 1089 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); BuildObjCDictionaryLiteral() local
|