/gem5/ext/googletest/googletest/samples/ |
H A D | sample2.cc | 43 char* const clone = new char[ len + 1 ]; local 44 memcpy(clone, a_c_string, len + 1); 46 return clone;
|
/gem5/src/arch/x86/linux/ |
H A D | process.hh | 57 void clone(ThreadContext *old_tc, ThreadContext *new_tc, Process *process, 66 void clone(ThreadContext *old_tc, ThreadContext *new_tc, Process *process,
|
/gem5/ext/dsent/model/electrical/ |
H A D | BarrelShifter.h | 44 virtual BarrelShifter* clone() const;
|
H A D | DFFRAM.h | 43 virtual DFFRAM* clone() const;
|
H A D | Decoder.h | 43 virtual Decoder* clone() const;
|
H A D | DemuxTreeDeserializer.h | 43 virtual DemuxTreeDeserializer* clone() const;
|
H A D | MatrixArbiter.h | 43 virtual MatrixArbiter* clone() const;
|
H A D | Multiplexer.h | 44 virtual Multiplexer* clone() const;
|
H A D | MuxTreeSerializer.h | 43 virtual MuxTreeSerializer* clone() const;
|
H A D | OR.h | 46 virtual OR* clone() const;
|
H A D | SeparableAllocator.h | 43 virtual SeparableAllocator* clone() const;
|
H A D | TestModel.h | 41 virtual TestModel* clone() const;
|
H A D | MultiplexerCrossbar.h | 44 virtual MultiplexerCrossbar* clone() const;
|
/gem5/ext/dsent/model/electrical/router/ |
H A D | RouterInputPort.h | 43 virtual RouterInputPort* clone() const;
|
H A D | RouterSwitchAllocator.h | 43 virtual RouterSwitchAllocator* clone() const;
|
H A D | Router.h | 47 virtual Router* clone() const;
|
/gem5/ext/dsent/model/network/ |
H A D | ElectricalClos.h | 46 virtual ElectricalClos* clone() const;
|
H A D | ElectricalMesh.h | 46 virtual ElectricalMesh* clone() const;
|
H A D | PhotonicClos.h | 46 virtual PhotonicClos* clone() const;
|
/gem5/src/systemc/ext/dt/bit/ |
H A D | sc_bit_proxies.hh | 113 sc_bitref_r<T> *clone() const { return new sc_bitref_r<T>(*this); } function in class:sc_dt::sc_bitref_r 397 sc_bitref<X> *clone() const { return new sc_bitref<X>(*this); } function in class:sc_dt::sc_bitref 625 sc_subref_r<X> *clone() const { return new sc_subref_r<X>(*this); } function in class:sc_dt::sc_subref_r 874 sc_subref<X> *clone() const { return new sc_subref<X>(*this); } function in class:sc_dt::sc_subref 1055 sc_concref_r<X, Y> *clone() const { return new sc_concref_r<X, Y>(*this); } function in class:sc_dt::sc_concref_r 1309 sc_concref<X, Y> *clone() const { return new sc_concref<X, Y>(*this); } function in class:sc_dt::sc_concref 1774 *a.clone(), *b.clone(), 3); 1782 *a.clone(), *b.clone(), [all...] |
H A D | sc_lv_base.hh | 752 *a.clone(), *new sc_lv_base(b), 3); 760 *new sc_lv_base(a), *b.clone(), 3); 768 *a.clone(), *new sc_lv_base(b, 1), 3); 776 *new sc_lv_base(a, 1), *b.clone(), 3); 784 *a.clone(), *new sc_bv_base(b, 1), 3); 792 *new sc_bv_base(a, 1), *b.clone(), 3); 800 *a.clone(), *new sc_lv_base(b), 3); 808 *new sc_lv_base(a), *b.clone(), 3); 816 *a.clone(), *new sc_lv_base(b, 1), 3); 824 *new sc_lv_base(a, 1), *b.clone(), [all...] |
/gem5/util/tlm/src/ |
H A D | sc_ext.hh | 56 virtual tlm_extension_base* clone() const;
|
/gem5/src/systemc/tlm_bridge/ |
H A D | sc_ext.hh | 52 virtual tlm_extension_base *clone() const;
|
/gem5/ext/systemc/src/sysc/datatypes/bit/ |
H A D | sc_lv_base.h | 865 *a.clone(), *new sc_lv_base( b ), 3 ); 874 *new sc_lv_base( a ), *b.clone(), 3 ); 883 *a.clone(), *new sc_lv_base( b, 1 ), 3 ); 892 *new sc_lv_base( a, 1 ), *b.clone(), 3 ); 901 ( *a.clone(), *new sc_bv_base( b, 1 ), 3 ); 910 ( *new sc_bv_base( a, 1 ), *b.clone(), 3 ); 920 *a.clone(), *new sc_lv_base( b ), 3 ); 929 *new sc_lv_base( a ), *b.clone(), 3 ); 938 *a.clone(), *new sc_lv_base( b, 1 ), 3 ); 947 *new sc_lv_base( a, 1 ), *b.clone(), [all...] |
H A D | sc_bit_proxies.h | 83 sc_bitref_r<T>* clone() const function in class:sc_dt::sc_bitref_r 469 sc_bitref<X>* clone() const function in class:sc_dt::sc_bitref 655 sc_subref_r<X>* clone() const function in class:sc_dt::sc_subref_r 985 sc_subref<X>* clone() const function in class:sc_dt::sc_subref 1134 sc_concref_r<X,Y>* clone() const function in class:sc_dt::sc_concref_r 1462 sc_concref<X,Y>* clone() const function in class:sc_dt::sc_concref 1993 *a.clone(), *b.clone(), 3 ); 2002 *a.clone(), *b.clone(), [all...] |