Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h143 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
146 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
H A DDenseMap.h241 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
248 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
307 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
484 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1278 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1352 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.h120 using KeyT = typename KeyFunctorT::argument_type; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h177 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
182 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h66 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DSeedCollector.h179 using KeyT = std::tuple<Value *, Type *, Instruction::Opcode>; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h299 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp735 using KeyT = std::pair<const Expr *, const LocationContext *>; in printIndicesOfElementsToConstructJson() typedef
799 using KeyT = std::pair<const CXXConstructExpr *, const LocationContext *>; in printPendingInitLoopJson() typedef
858 using KeyT = const LocationContext *; in printPendingArrayDestructionsJson() typedef
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1031 QualType KeyT = Method->parameters()[1]->getType(); in BuildObjCDictionaryLiteral() local
1084 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local