Searched defs:ValueT (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DValueMap.h38 template<typename KeyT, typename ValueT, typename Config>
75 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> >
77 friend class ValueMapCallbackVH<KeyT, ValueT, Config>;
78 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH;
79 typedef DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH> > MapT;
87 typedef ValueT mapped_type;
88 typedef std::pair<KeyT, ValueT> value_type;
126 ValueT lookup(const KeyT &Val) const {
133 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) {
158 ValueT
271 typedef typename DenseMapT::mapped_type ValueT; typedef in class:llvm::ValueMapIterator
320 typedef typename DenseMapT::mapped_type ValueT; typedef in class:llvm::ValueMapConstIterator
[all...]
H A DHashing.h416 typedef typename std::iterator_traits<InputIteratorT>::value_type ValueT; typedef
458 template <typename ValueT>
459 typename enable_if<is_hashable_data<ValueT>, hash_code>::type
460 hash_combine_range_impl(ValueT *first, ValueT *last) {
/external/llvm/include/llvm/Support/
H A DYAMLParser.h262 /// BaseT must have a ValueT* member named CurrentEntry and a member function
264 template <class BaseT, class ValueT>
266 : public std::iterator<std::forward_iterator_tag, ValueT> {
271 ValueT *operator ->() const {
276 ValueT &operator *() const {
282 operator ValueT*() const {
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp786 QualType ValueT = DictionaryWithObjectsMethod->param_begin()[0]->getType(); local
787 const PointerType *PtrValue = ValueT->getAs<PointerType>();
794 << 0 << ValueT
798 ValueT = PtrValue->getPointeeType();
861 = CheckObjCCollectionLiteralElement(*this, Elements[I].Value, ValueT);

Completed in 92 milliseconds