Searched refs:class (Results 351 - 375 of 404) sorted by relevance

<<11121314151617

/gem5/ext/drampower/src/
H A DCommandAnalysis.h58 class CommandAnalysis {
/gem5/src/systemc/tests/include/
H A DExplicitATTarget.h31 class ExplicitATTarget : public sc_core::sc_module
H A DSimpleATTarget1.h31 class SimpleATTarget1 : public sc_core::sc_module
H A DSimpleATTarget2.h31 class SimpleATTarget2 : public sc_core::sc_module
H A DSimpleBusLT.h30 class SimpleBusLT : public sc_core::sc_module
H A DSimpleLTTarget1.h27 class SimpleLTTarget1 :
H A DSimpleLTInitiator1_DMI.h41 class SimpleLTInitiator1_dmi :
H A DSimpleLTInitiator2_DMI.h43 class SimpleLTInitiator2_dmi : public sc_core::sc_module
H A DSimpleLTInitiator3_DMI.h42 class SimpleLTInitiator3_dmi : public sc_core::sc_module
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTTarget_ext.h32 class SimpleLTTarget_ext : public sc_core::sc_module
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h32 class SimpleLTTarget_ext : public sc_core::sc_module
/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h35 // a. A header file defining a mock class can be included in multiple
110 // NON-ANONYMOUS namespace in this file. The test fixture class LinkTest
191 class Interface {
205 class Mock: public Interface {
223 class InvokeHelper {
233 class FieldHelper {
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h40 class array; // Forward declaration
333 * Proxy class providing unsafe, unchecked const access to array data. This is constructed through
338 class unchecked_reference {
348 friend class pybind11::array;
411 class unchecked_mutable_reference : public unchecked_reference<T, Dims> {
412 friend class pybind11::array;
444 class dtype : public object {
538 class array : public buffer {
831 template <typename T, int ExtraFlags = array::forcecast> class array_t : public array {
1267 template <class
[all...]
H A Dpybind11.h46 #include "detail/class.h"
56 class cpp_function : public function {
75 /// Construct a cpp_function from a class method (non-const)
82 /// Construct a cpp_function from a class method (const)
216 ("pybind11-bound class '" + class_name + "' is using an old-style "
261 // Rewrite it to the proper class type.
298 /* Never append a method to an overload chain of a parent class;
789 class module : public object {
887 class generic_type : public object {
888 template <typename...> friend class class
[all...]
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h193 class sc_signed_sigref;
198 // This class provides generic access to part selections for signals whose
199 // data type is sc_dt::sc_bigint<W>. This class serves as the base class for the
200 // sc_dt::sc_bigint<W> specialization of the sc_signal_in_if<T> class. The methods
201 // in this class may be over-ridden individually, those that are not overridden
203 // sc_bigint_sigref class.
206 // (1) Descriptions of the methods and operators in this class appear with
209 class sc_signed_part_if : virtual public sc_interface {
236 // This is the class specialization
[all...]
H A Dscx_signal_unsigned.h183 class sc_unsigned_sigref;
188 // This class provides generic access to part selections for signals whose
189 // data type is sc_dt::sc_biguint<W>. This class serves as the base class for the
190 // sc_dt::sc_biguint<W> specialization of the sc_signal_in_if<T> class. The methods
191 // in this class may be over-ridden individually, those that are not overridden
193 // sc_unsigned_sigref class.
196 // (1) Descriptions of the methods and operators in this class appear with
199 class sc_unsigned_part_if : virtual public sc_interface {
226 // This is the class specialization
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.h611 template< class Type >
641 template< class Type >
700 template< class Type >
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h37 Creation of sc_concatref class by merging the capabilities of
40 sc_unsigned_concref, and sc_unsigned_concref. The resultant class allows
100 // Proxy class for sized bit concatenation.
103 class sc_concatref : public sc_generic_base<sc_concatref>, public sc_value_base
106 friend class sc_core::sc_vpool<sc_concatref>;
605 // Proxy class for read-only boolean values in concatenations.
608 class sc_concat_bool : public sc_value_base
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h81 class sc_fxval;
82 class sc_fxval_fast;
84 // forward class declarations
85 class sc_fxnum;
86 class sc_fxnum_fast;
95 class sc_fxval
98 friend class sc_fxnum;
439 class sc_fxval_fast
442 friend class sc_fxnum_fast;
/gem5/src/systemc/dt/int/
H A Dsc_nbcommon.inc29 of the class that they interface to.
2272 // defined in class CLASS_TYPE). If alloc is set, delete d.
/gem5/util/
H A Dqdo90 # The Shell class wraps pexpect.spawn with some handy functions that
92 class Shell(pexpect.spawn):
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dcircular_buffer.h21 // To the LRM writer : this class is purely an artifact of the implementation.
32 class circular_buffer
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h27 This class implements a trivial multi initiator socket.
45 class multi_passthrough_initiator_socket: public multi_init_base< BUSWIDTH,
274 //implementation of base class interface
H A Dmulti_passthrough_target_socket.h28 This class implements a trivial multi target socket.
46 class multi_passthrough_target_socket: public multi_target_base< BUSWIDTH,
305 //implementation of base class interface
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A DSimpleLTInitiator_ext.h33 class SimpleLTInitiator_ext : public sc_core::sc_module

Completed in 63 milliseconds

<<11121314151617