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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Daddressmap_unittest.cc62 typedef pair<int, size_t> ValueT; typedef
70 size_t SizeFunc(const ValueT& v) { return v.second; }
72 static void SetCheckCallback(const void* ptr, ValueT* val,
95 AddressMap<ValueT> map(malloc, free);
96 const ValueT* result;
119 ValueT removed;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Daddressmap_unittest.cc62 typedef pair<int, size_t> ValueT; typedef
70 size_t SizeFunc(const ValueT& v) { return v.second; }
72 static void SetCheckCallback(const void* ptr, ValueT* val,
95 AddressMap<ValueT> map(malloc, free);
96 const ValueT* result;
119 ValueT removed;
/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp39 typedef typename std::remove_pointer<PtrT>::type ValueT; typedef in class:__anon26463::TinyPtrVectorTest
44 ValueT TestValues[1024];
/external/llvm/include/llvm/IR/
H A DValueMap.h37 template<typename KeyT, typename ValueT, typename Config>
76 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> >
78 friend class ValueMapCallbackVH<KeyT, ValueT, Config>;
79 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH;
80 typedef DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH> > MapT;
88 typedef ValueT mapped_type;
89 typedef std::pair<KeyT, ValueT> value_type;
128 ValueT lookup(const KeyT &Val) const {
130 return I != Map.end() ? I->second : ValueT();
136 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT>
285 typedef typename DenseMapT::mapped_type ValueT; typedef in class:llvm::ValueMapIterator
334 typedef typename DenseMapT::mapped_type ValueT; typedef in class:llvm::ValueMapConstIterator
[all...]
/external/llvm/include/llvm/Support/
H A DYAMLParser.h273 /// BaseT must have a ValueT* member named CurrentEntry and a member function
275 template <class BaseT, class ValueT>
277 : public std::iterator<std::forward_iterator_tag, ValueT> {
282 ValueT *operator->() const {
287 ValueT &operator*() const {
293 operator ValueT *() const {
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp819 QualType ValueT = Method->parameters()[0]->getType();
820 const PointerType *PtrValue = ValueT->getAs<PointerType>();
827 << 0 << ValueT
884 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); local
900 = CheckObjCCollectionLiteralElement(*this, Elements[I].Value, ValueT);

Completed in 621 milliseconds