Searched refs:PtrT (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook-inl.h56 template<typename PtrT>
59 COMPILE_ASSERT(sizeof(PtrT) <= sizeof(AtomicWord),
62 PtrT Get() const {
68 return reinterpret_cast<PtrT>(static_cast<AtomicWord>(
75 PtrT Exchange(PtrT new_val);
83 PtrT CompareAndSwap(PtrT old_val, PtrT new_val);
H A Dmalloc_hook.cc161 template<typename PtrT>
162 PtrT AtomicPtr<PtrT>::Exchange(PtrT new_val) {
168 PtrT old_val = reinterpret_cast<PtrT>(static_cast<AtomicWord>(
176 template<typename PtrT>
177 PtrT AtomicPtr<PtrT>::CompareAndSwap(PtrT old_va
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook-inl.h56 template<typename PtrT>
59 COMPILE_ASSERT(sizeof(PtrT) <= sizeof(AtomicWord),
62 PtrT Get() const {
68 return reinterpret_cast<PtrT>(static_cast<AtomicWord>(
75 PtrT Exchange(PtrT new_val);
83 PtrT CompareAndSwap(PtrT old_val, PtrT new_val);
H A Dmalloc_hook.cc161 template<typename PtrT>
162 PtrT AtomicPtr<PtrT>::Exchange(PtrT new_val) {
168 PtrT old_val = reinterpret_cast<PtrT>(static_cast<AtomicWord>(
176 template<typename PtrT>
177 PtrT AtomicPtr<PtrT>::CompareAndSwap(PtrT old_va
[all...]
/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp38 typedef typename VectorT::value_type PtrT; typedef in class:__anon26463::TinyPtrVectorTest
39 typedef typename std::remove_pointer<PtrT>::type ValueT;
45 std::vector<PtrT> TestPtrs;
54 ArrayRef<PtrT> testArray(size_t N) {
58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) {
63 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) {
70 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) {
/external/clang/include/clang/Sema/
H A DOwnership.h65 /// \tparam PtrT Result pointer type. There must be implicit conversion
66 /// from PtrTy to PtrT.
70 template <typename PtrT> PtrT getPtrAs() const {
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp693 const PointerType *PtrT = T->getAs<PointerType>(); local
694 if (!PtrT ||
695 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {

Completed in 259 milliseconds