Searched defs:other (Results 1 - 25 of 41) sorted by relevance

12

/gem5/src/systemc/core/
H A Dsc_module_name.cc52 sc_module_name::sc_module_name(const sc_module_name &other) : argument
H A Dsc_attr.cc38 sc_attr_base::sc_attr_base(const sc_attr_base &other) : _name(other._name) {} argument
68 sc_attr_cltn::sc_attr_cltn(const sc_attr_cltn &other) : cltn(other.cltn) {} argument
H A Dsc_object.cc145 sc_object::sc_object(const sc_object &other) argument
151 sc_object::operator = (const sc_object &other) argument
/gem5/src/base/
H A Dsat_counter.test.cc174 counter <<= other; local
175 value <<= other; local
182 counter >>= other; local
183 value >>= other; local
[all...]
H A Dmatch.cc47 ObjectMatch::add(const ObjectMatch &other) argument
H A Dsat_counter.hh82 SatCounter(const SatCounter& other) argument
89 SatCounter& operator=(const SatCounter& other) { argument
98 SatCounter(SatCounter&& other) argument
108 operator =(SatCounter&& other) argument
126 swap(SatCounter& other) argument
[all...]
H A Dtime.hh118 operator=(const Time &other) argument
171 operator+=(const Time &other) argument
185 operator-=(const Time &other) argument
[all...]
H A Dbitunion.hh104 operator=(BitfieldTypeImpl<Base> const & other) argument
122 operator=(BitfieldType<Base> const & other) argument
151 operator=(BitfieldWOType<Base> const & other) argument
262 operator =(BitUnionOperators const &other) argument
[all...]
/gem5/ext/pybind11/tests/
H A Dpybind11_tests.h47 IncType(const IncType &other) : IncType(other.value() + 1) { } argument
H A Dtest_copy_move.cpp23 lacking_copy_ctor(const lacking_copy_ctor& other) = delete; member in struct:lacking_copy_ctor
30 lacking_move_ctor(const lacking_move_ctor& other) = delete; member in struct:lacking_move_ctor
31 lacking_move_ctor(lacking_move_ctor&& other) = delete; member in struct:lacking_move_ctor
/gem5/src/systemc/ext/core/
H A Dsc_attr.hh64 sc_attribute(const sc_attribute<T> &other) : argument
/gem5/src/arch/arm/kvm/
H A Dgic.hh75 KvmKernelGicV2(const KvmKernelGicV2 &other) = delete; member in class:KvmKernelGicV2
76 KvmKernelGicV2(const KvmKernelGicV2 &&other) = delete; member in class:KvmKernelGicV2
/gem5/src/base/stats/
H A Dhdf5.hh64 Hdf5(const Hdf5 &other) = delete; member in class:Stats::Hdf5
/gem5/src/base/filters/
H A Dmulti_bloom_filter.cc57 Multi::merge(const Base* other) argument
H A Dperfect_bloom_filter.cc53 Perfect::merge(const Base* other) argument
H A Dbase.hh90 merge(const Base* other) argument
/gem5/src/cpu/minor/
H A Ddecode.hh100 DecodeThreadInfo(const DecodeThreadInfo& other) : argument
H A Dfetch2.hh114 Fetch2ThreadInfo(const Fetch2ThreadInfo& other) : argument
[all...]
H A Dexecute.hh157 ExecuteThreadInfo(const ExecuteThreadInfo& other) : argument
/gem5/ext/pybind11/include/pybind11/
H A Dbuffer_info.h59 buffer_info(buffer_info &&other) { argument
H A Diostream.h121 scoped_ostream_redirect(scoped_ostream_redirect &&other) = default; member in class:scoped_ostream_redirect
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc126 tlm_generic_payload::deep_copy_from(const tlm_generic_payload &other) argument
180 update_original_from( const tlm_generic_payload &other, bool use_byte_enable_on_read) argument
232 update_extensions_from(const tlm_generic_payload &other) argument
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.cpp108 sc_report::sc_report(const sc_report& other) argument
122 operator =(const sc_report& other) argument
[all...]
/gem5/src/mem/ruby/slicc_interface/
H A DMessage.hh52 Message(const Message &other) argument
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_target_socket.h309 tlm::tlm_fw_transport_if<TYPES>* get_last_binder(tlm::tlm_bw_transport_if<TYPES>* other){ argument

Completed in 30 milliseconds

12