Searched defs:KeyT (Results 1 - 4 of 4) sorted by path

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp833 QualType KeyT = Method->parameters()[1]->getType(); local
834 const PointerType *PtrKey = KeyT->getAs<PointerType>();
861 << 1 << KeyT
886 QualType KeyT = KeysT->castAs<PointerType>()->getPointeeType(); local
894 KeyT);
/external/llvm/include/llvm/ADT/
H A DSparseMultiSet.h72 /// @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...]
H A DSparseSet.h63 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...]
/external/llvm/include/llvm/IR/
H A DValueMap.h20 // parameters should inherit from ValueMapConfig<KeyT> to get default
37 template<typename KeyT, typename ValueT, typename Config>
40 template<typename DenseMapT, typename KeyT>
42 template<typename DenseMapT, typename KeyT>
48 template<typename KeyT, typename MutexT = sys::Mutex>
63 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {}
65 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {}
76 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> >
[all...]

Completed in 288 milliseconds