Searched refs:class (Results 326 - 350 of 404) sorted by relevance

<<11121314151617

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h40 class loader_life_support {
99 // Ignore Python2 old-style class super type:
138 * be just 1 pybind type for the Python type of a pybind-registered class, or for any Python-side
139 * derived class that uses single inheritance. Will contain as many types as required for a Python
140 * class that uses multiple inheritance to inherit (directly or indirectly) from multiple
483 class type_caster_generic {
660 // Case 2: We have a derived class
665 // Case 2a: the python type is a Python-inherited derived class that inherits from just
666 // one simple (no MI) pybind11 class, or is an exact match, so the C++ instance is of
793 // to by `src` actually is an instance of some class derive
[all...]
H A Dembed.h180 class scoped_interpreter {
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h70 class vcd_sc_fxnum_trace;
71 class vcd_sc_fxnum_fast_trace;
72 class wif_sc_fxnum_trace;
73 class wif_sc_fxnum_fast_trace;
81 class sc_fxnum_bitref;
82 class sc_fxnum_fast_bitref;
83 class sc_fxnum_subref;
84 class sc_fxnum_fast_subref;
85 class sc_fxnum;
86 class sc_fxnum_fas
[all...]
H A Dsc_fxtype_params.h61 class sc_fxtype_params;
67 // Fixed-point type parameters class.
70 class sc_fxtype_params
H A Dsc_fixed.h61 template <int W, int I, sc_q_mode Q, sc_o_mode O, int N> class sc_fixed;
62 template <int W, int I, sc_q_mode Q, sc_o_mode O, int N> class sc_fixed_fast;
68 // "Constrained" signed fixed-point class; arbitrary precision.
74 class sc_fixed : public sc_fix
189 // "Constrained" signed fixed-point class; limited precision.
195 class sc_fixed_fast : public sc_fix_fast
315 // "Constrained" signed fixed-point class; arbitrary precision.
487 // "Constrained" signed fixed-point class; limited precision.
H A Dsc_ufixed.h61 template <int W, int I, sc_q_mode Q, sc_o_mode O, int N> class sc_ufixed;
62 template <int W, int I, sc_q_mode Q, sc_o_mode O, int N> class sc_ufixed_fast;
68 // "Constrained" unsigned fixed-point class; arbitrary precision.
74 class sc_ufixed : public sc_ufix
189 // "Constrained" unsigned fixed-point class; limited precision.
195 class sc_ufixed_fast : public sc_ufix_fast
315 // "Constrained" unsigned fixed-point class; arbitrary precision.
487 // "Constrained" unsigned fixed-point class; limited precision.
/gem5/ext/systemc/src/tlm_utils/
H A Dpassthrough_target_socket.h31 class passthrough_target_socket :
89 class process : public tlm::tlm_fw_transport_if<TYPES>
242 class passthrough_target_socket_tagged :
312 class process : public tlm::tlm_fw_transport_if<TYPES>
/gem5/src/systemc/tests/include/
H A DCoreDecouplingLTInitiator.h42 class CoreDecouplingLTInitiator : public sc_core::sc_module
H A DExplicitLTTarget.h31 class ExplicitLTTarget : public sc_core::sc_module
H A DSimpleLTInitiator1.h38 class SimpleLTInitiator1 :
H A DSimpleLTInitiator2.h41 class SimpleLTInitiator2 : public sc_core::sc_module
H A DSimpleLTInitiator3.h41 class SimpleLTInitiator3 : public sc_core::sc_module
H A DSimpleLTTarget2.h28 class SimpleLTTarget2 : public sc_core::sc_module
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-message.h34 // This header file defines the Message class.
59 // The Message class works like an ostream repeater.
83 // class hides this difference by treating a NULL char pointer as
85 class GTEST_API_ Message {
122 // namespace which Google Test's Message class is in.
203 // decide between class template specializations for T and T*, so a
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_logic.h78 class sc_logic;
101 class sc_logic
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_bitref.inc22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed bit selection (r-value only).
68 // Proxy class for sc_signed bit selection (r-value and l-value).
H A Dsc_unsigned_bitref.inc22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned bit selection (r-value only).
68 // Proxy class for sc_unsigned bit selection (r-value and l-value).
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h22 sc_time.h -- The time class.
40 class sc_simcontext;
72 // The time class.
75 class sc_time
/gem5/src/systemc/dt/int/
H A Dsc_signed_bitref.inc22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed bit selection (r-value only).
68 // Proxy class for sc_signed bit selection (r-value and l-value).
H A Dsc_unsigned_bitref.inc22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned bit selection (r-value only).
68 // Proxy class for sc_unsigned bit selection (r-value and l-value).
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h28 This class implements a trivial multi initiator socket.
41 class multi_passthrough_initiator_socket :
274 // Implementation of base class interface.
316 class multi_passthrough_initiator_socket_optional :
H A Dmulti_passthrough_target_socket.h30 This class implements a trivial multi target socket.
43 class multi_passthrough_target_socket :
312 // Implementation of base class interface.
368 class multi_passthrough_target_socket_optional :
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h147 class sc_int_sigref;
152 // This class provides generic access to part selections for signals whose
153 // data type is sc_dt::sc_int<W>. This class serves as the base class for the
154 // sc_dt::sc_int<W> specialization of the sc_signal_in_if<T> class. The methods
155 // in this class may be over-ridden individually, those that are not overridden
157 // sc_int_sigref class.
160 // (1) Descriptions of the methods and operators in this class appear with
163 class sc_int_part_if : virtual public sc_interface {
186 // This is the class specialization
[all...]
H A Dscx_signal_uint.h179 class sc_uint_sigref;
184 // This class provides generic access to part selections for signals whose
185 // data type is sc_dt::sc_uint<W>. This class serves as the base class for the
186 // sc_dt::sc_uint<W> specialization of the sc_signal_in_if<T> class. The methods
187 // in this class may be over-ridden individually, those that are not overridden
189 // sc_uint_sigref class.
192 // (1) Descriptions of the methods and operators in this class appear with
195 class sc_uint_part_if : virtual public sc_interface {
218 // This is the class specialization
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo.h45 class tlm_fifo :

Completed in 44 milliseconds

<<11121314151617