Searched defs:KeyT (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
H A D | SparseSet.h | 63 template<typename KeyT, typename ValueT, typename KeyFunctorT> 70 /// SparseSetValFunctor<KeyT, KeyT> - Helper class for the common case of 72 template<typename KeyT, typename KeyFunctorT> 73 struct SparseSetValFunctor<KeyT, KeyT, KeyFunctorT> { 74 unsigned operator()(const KeyT &Key) const { 114 /// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT. 125 typedef typename KeyFunctorT::argument_type KeyT; typedef in class:llvm::SparseSet 132 SparseSetValFunctor<KeyT, Value [all...] |
H A D | SparseMultiSet.h | 72 /// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT. 113 typedef typename KeyFunctorT::argument_type KeyT; typedef in class:llvm::SparseMultiSet 119 SparseSetValFunctor<KeyT, ValueT, KeyFunctorT> ValIndexOf; 371 iterator find(const KeyT &Key) { 375 const_iterator find(const KeyT &Key) const { 382 size_type count(const KeyT &Key) const { 391 bool contains(const KeyT &Key) const { 396 iterator getHead(const KeyT &Key) { return find(Key); } 397 iterator getTail(const KeyT &Key) { 407 RangePair equal_range(const KeyT [all...] |
/external/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 20 // parameters should inherit from ValueMapConfig<KeyT> to get default 40 template<typename KeyT, typename ValueT, typename Config> 43 template<typename DenseMapT, typename KeyT> 45 template<typename DenseMapT, typename KeyT> 51 template<typename KeyT, typename MutexT = sys::Mutex> 66 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {} 68 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {} 79 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> > [all...] |
/external/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 949 QualType KeyT = Method->parameters()[1]->getType(); local 950 const PointerType *PtrKey = KeyT->getAs<PointerType>(); 980 << 1 << KeyT 1005 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); local 1013 KeyT);
|
Completed in 3226 milliseconds