Searched refs:RefCountingPtr (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst_fwd.hh37 typedef RefCountingPtr<StaticInst> StaticInstPtr;
H A Dbase_dyn_inst.hh92 typedef RefCountingPtr<BaseDynInst<Impl> > BaseDynInstPtr;
/gem5/src/base/
H A Drefcnt.hh57 * should use RefCountingPtr<T> instead of regular pointers.
108 * typedef RefCountingPtr<Foo> FooPtr;
114 * typedef RefCountingPtr<const Foo> ConstFooPtr;
120 class RefCountingPtr class
130 RefCountingPtr<T>,
131 RefCountingPtr<typename std::add_const<T>::type>>::type;
134 RefCountingPtr<typename std::remove_const<T>::type>,
135 RefCountingPtr<T>>::type;
185 RefCountingPtr() : data(0) {} function in class:RefCountingPtr
189 RefCountingPtr( function in class:RefCountingPtr
193 RefCountingPtr(const RefCountingPtr &r) { copy(r.data); } function in class:RefCountingPtr
198 RefCountingPtr(RefCountingPtr&& r) function in class:RefCountingPtr
205 RefCountingPtr(const NonConstT &r) { copy(r.data); } function in class:RefCountingPtr
[all...]
/gem5/src/cpu/o3/
H A Dimpl.hh67 typedef RefCountingPtr<DynInst> DynInstPtr;
68 typedef RefCountingPtr<const DynInst> DynInstConstPtr;
/gem5/src/unittest/
H A Drefcnttest.cc97 typedef RefCountingPtr<TestRC> Ptr;
/gem5/src/cpu/minor/
H A Ddyn_inst.hh66 typedef RefCountingPtr<MinorDynInst> MinorDynInstPtr;

Completed in 14 milliseconds