Searched refs:this_type (Results 1 - 21 of 21) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved_ports.h53 typedef sc_in_resolved this_type; typedef in class:sc_core::sc_in_resolved
96 sc_in_resolved( this_type& parent_ )
100 sc_in_resolved( const char* name_, this_type& parent_ )
123 sc_in_resolved( const this_type& );
124 this_type& operator = ( const this_type& );
143 typedef sc_inout_resolved this_type; typedef in class:sc_core::sc_inout_resolved
179 sc_inout_resolved( this_type& parent_ )
183 sc_inout_resolved( const char* name_, this_type& parent_ )
196 this_type
245 typedef sc_out_resolved this_type; typedef in class:sc_core::sc_out_resolved
[all...]
H A Dsc_signal_rv_ports.h58 typedef sc_in_rv<W> this_type; typedef in class:sc_core::sc_in_rv
101 sc_in_rv( this_type& parent_ )
105 sc_in_rv( const char* name_, this_type& parent_ )
128 sc_in_rv( const this_type& );
129 this_type& operator = ( const this_type& );
168 typedef sc_inout_rv<W> this_type; typedef in class:sc_core::sc_inout_rv
204 sc_inout_rv( this_type& parent_ )
208 sc_inout_rv( const char* name_, this_type& parent_ )
221 this_type
290 typedef sc_out_rv<W> this_type; typedef in class:sc_core::sc_out_rv
[all...]
H A Dsc_buffer.h52 typedef sc_buffer<T,POL> this_type; typedef in class:sc_core::sc_buffer
79 this_type& operator = ( const T& a )
82 this_type& operator = ( const sc_signal_in_if<T>& a )
85 this_type& operator = ( const this_type& a )
98 sc_buffer( const this_type& );
H A Dsc_export.h59 typedef sc_export_base this_type; typedef in class:sc_core::sc_export_base
104 sc_export_base(const this_type&);
105 this_type& operator = (const this_type& );
118 typedef sc_export<IF> this_type; typedef in class:sc_core::sc_export
173 { return *const_cast<this_type*>(this); }
203 sc_export( const this_type& );
204 this_type& operator = ( const this_type& );
H A Dsc_signal_resolved.h56 typedef sc_signal_resolved this_type; typedef in class:sc_core::sc_signal_resolved
91 this_type& operator = ( const data_type& a )
94 this_type& operator = ( const this_type& a )
112 sc_signal_resolved( const this_type& );
H A Dsc_fifo_ports.h56 typedef sc_fifo_in<data_type> this_type; typedef in class:sc_core::sc_fifo_in
89 sc_fifo_in( this_type& parent_ )
93 sc_fifo_in( const char* name_, this_type& parent_ )
147 sc_fifo_in( const this_type& );
148 this_type& operator = ( const this_type& );
172 typedef sc_fifo_out<data_type> this_type; typedef in class:sc_core::sc_fifo_out
205 sc_fifo_out( this_type& parent_ )
209 sc_fifo_out( const char* name_, this_type& parent_ )
260 sc_fifo_out( const this_type
[all...]
H A Dsc_port.h84 typedef sc_port_base this_type; typedef in class:sc_core::sc_port_base
112 void bind( this_type& parent_ );
179 sc_port_base( const this_type& );
180 this_type& operator = ( const this_type& );
262 typedef sc_port_b<IF> this_type; typedef in class:sc_core::sc_port_b
263 typedef this_type port_type;
354 sc_port_b( const this_type& );
355 this_type& operator = ( const this_type
381 typedef sc_port<IF,N,P> this_type; typedef in class:sc_core::sc_port
[all...]
H A Dsc_signal_ports.h88 typedef sc_in<data_type> this_type; typedef in class:sc_core::sc_in
140 sc_in( this_type& parent_ )
145 sc_in( const char* name_, this_type& parent_ )
274 sc_in( const this_type& );
275 this_type& operator = ( const this_type& );
402 typedef sc_in<data_type> this_type; typedef in class:sc_core::sc_in
454 sc_in( this_type& parent_ )
460 sc_in( const this_type& parent_ )
466 sc_in( const char* name_, this_type
676 typedef sc_in<data_type> this_type; typedef in class:sc_core::sc_in
940 typedef sc_inout<data_type> this_type; typedef in class:sc_core::sc_inout
1232 typedef sc_inout<data_type> this_type; typedef in class:sc_core::sc_inout
1468 typedef sc_inout<data_type> this_type; typedef in class:sc_core::sc_inout
1705 typedef sc_out<data_type> this_type; typedef in class:sc_core::sc_out
[all...]
H A Dsc_signal_rv.h102 typedef sc_signal_rv<W> this_type; typedef in class:sc_core::sc_signal_rv
135 this_type& operator = ( const data_type& a )
138 this_type& operator = ( const this_type& a )
156 sc_signal_rv( const this_type& );
H A Dsc_signal.h81 typedef sc_signal<T,POL> this_type; typedef in class:sc_core::sc_signal
154 this_type& operator = ( const T& a )
157 this_type& operator = ( const sc_signal_in_if<T>& a )
160 this_type& operator = ( const this_type& a )
200 sc_signal( const this_type& );
291 typedef sc_signal<bool,POL> this_type; typedef in class:sc_core::sc_signal
383 this_type& operator = ( const bool& a )
386 this_type& operator = ( const sc_signal_in_if<bool>& a )
389 this_type
454 typedef sc_signal<sc_dt::sc_logic,POL> this_type; typedef in class:sc_core::sc_signal
[all...]
H A Dsc_port.cpp292 sc_port_base::bind( this_type& parent_ )
413 this_type* parent = vec[i]->parent;
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dphase.hh89 typedef SC_CONCAT_HELPER_(tlm_phase_, name_arg) this_type; \
96 static const this_type &get_phase() \
99 static this_type this_; \
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h67 typedef sc_process_handle this_type; typedef in class:sc_core::sc_process_handle
69 friend bool operator == ( const this_type& left, const this_type& right );
70 friend bool operator != ( const this_type& left, const this_type& right );
71 friend bool operator < ( const this_type& left, const this_type& right );
H A Dsc_phase_callback_registry.h57 typedef sc_phase_callback_registry this_type; typedef in class:sc_core::sc_phase_callback_registry
134 sc_phase_callback_registry( const this_type& );
135 this_type& operator=(const this_type&);
H A Dsc_process.h239 typedef sc_throw_it<EXCEPT> this_type; typedef in class:sc_core::sc_throw_it
243 virtual inline this_type* clone() const { return new this_type(m_value); }
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h248 typedef sc_vector_iter this_type; typedef in class:sc_core::sc_vector_iter
290 this_type& operator++(){ ++it_; return *this; }
291 this_type& operator--(){ --it_; return *this; }
292 this_type operator++(int){ this_type old(*this); ++it_; return old; }
293 this_type operator--(int){ this_type old(*this); --it_; return old; }
296 this_type operator+( difference_type n ) const
297 { return this_type( it_ + n, get_policy()); }
298 this_type operato
331 typedef sc_vector<T> this_type; typedef in class:sc_core::sc_vector
[all...]
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h198 typedef sc_signal_in_if<sc_dt::sc_int<W> > this_type; typedef in class:sc_core::sc_signal_in_if
220 sc_signal_in_if( const this_type& );
221 this_type& operator = ( const this_type& );
291 typedef sc_signal<sc_dt::sc_int<W> > this_type; typedef in class:sc_core::sc_signal
334 inline void operator = ( const this_type& new_val );
559 inline void sc_signal<sc_dt::sc_int<W> >::operator = ( const this_type& new_val )
759 typedef sc_in<sc_dt::sc_int<W> > this_type; typedef in class:sc_core::sc_in
841 sc_in( this_type& parent_ )
845 sc_in( const char* name_, this_type
1028 typedef sc_inout<sc_dt::sc_int<W> > this_type; typedef in class:sc_core::sc_inout
1359 typedef sc_out<data_type> this_type; typedef in class:sc_core::sc_out
[all...]
H A Dscx_signal_uint.h230 typedef sc_signal_in_if<sc_dt::sc_uint<W> > this_type; typedef in class:sc_core::sc_signal_in_if
252 sc_signal_in_if( const this_type& );
253 this_type& operator = ( const this_type& );
323 typedef sc_signal<sc_dt::sc_uint<W> > this_type; typedef in class:sc_core::sc_signal
366 inline void operator = ( const this_type& new_val );
590 const this_type& new_val )
815 typedef sc_in<sc_dt::sc_uint<W> > this_type; typedef in class:sc_core::sc_in
897 sc_in( this_type& parent_ )
901 sc_in( const char* name_, this_type
1086 typedef sc_inout<sc_dt::sc_uint<W> > this_type; typedef in class:sc_core::sc_inout
1415 typedef sc_out<data_type> this_type; typedef in class:sc_core::sc_out
[all...]
H A Dscx_signal_signed.h248 typedef sc_signal_in_if<sc_dt::sc_bigint<W> > this_type; typedef in class:sc_core::sc_signal_in_if
270 sc_signal_in_if( const this_type& );
271 this_type& operator = ( const this_type& );
341 typedef sc_signal<sc_dt::sc_bigint<W> > this_type; typedef in class:sc_core::sc_signal
391 inline void operator = ( const this_type& new_val );
698 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( const this_type& new_val )
941 typedef sc_in<sc_dt::sc_bigint<W> > this_type; typedef in class:sc_core::sc_in
1023 sc_in( this_type& parent_ )
1027 sc_in( const char* name_, this_type
1210 typedef sc_inout<sc_dt::sc_bigint<W> > this_type; typedef in class:sc_core::sc_inout
1540 typedef sc_out<data_type> this_type; typedef in class:sc_core::sc_out
[all...]
H A Dscx_signal_unsigned.h238 typedef sc_signal_in_if<sc_dt::sc_biguint<W> > this_type; typedef in class:sc_core::sc_signal_in_if
260 sc_signal_in_if( const this_type& );
261 this_type& operator = ( const this_type& );
331 typedef sc_signal<sc_dt::sc_biguint<W> > this_type; typedef in class:sc_core::sc_signal
381 inline void operator = ( const this_type& new_val );
688 inline void sc_signal<sc_dt::sc_biguint<W> >::operator = ( const this_type& new_val )
937 typedef sc_in<sc_dt::sc_biguint<W> > this_type; typedef in class:sc_core::sc_in
1019 sc_in( this_type& parent_ )
1023 sc_in( const char* name_, this_type
1206 typedef sc_inout<sc_dt::sc_biguint<W> > this_type; typedef in class:sc_core::sc_inout
1537 typedef sc_out<data_type> this_type; typedef in class:sc_core::sc_out
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2024 inline function get_type_overload(const void *this_ptr, const detail::type_info *this_type, const char *name) { argument
2025 handle self = detail::get_object_handle(this_ptr, this_type);

Completed in 63 milliseconds