HomeSort by relevance Sort by last modified time
    Searched defs:KeyT (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
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.
121 typedef typename KeyFunctorT::argument_type KeyT;
127 SparseSetValFunctor<KeyT, ValueT, KeyFunctorT> ValIndexOf
    [all...]
SparseMultiSet.h 72 /// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT.
109 typedef typename KeyFunctorT::argument_type KeyT;
115 SparseSetValFunctor<KeyT, ValueT, KeyFunctorT> ValIndexOf;
379 iterator find(const KeyT &Key) {
383 const_iterator find(const KeyT &Key) const {
390 unsigned count(const KeyT &Key) const {
399 bool contains(const KeyT &Key) const {
404 iterator getHead(const KeyT &Key) { return find(Key); }
405 iterator getTail(const KeyT &Key) {
415 RangePair equal_range(const KeyT &K)
    [all...]
ValueMap.h 20 // 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>
61 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {}
63 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {}
74 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> >
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 111 milliseconds