Searched refs:class (Results 176 - 200 of 404) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h91 class sc_object;
92 class sc_time;
94 class sc_report;
95 class sc_report_handler;
104 class sc_report : public std::exception
106 friend class sc_report_handler;
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h32 class tlm_base_initiator_socket_b
48 typename BW_IF> class tlm_base_target_socket_b;
57 > class tlm_base_target_socket;
67 class tlm_base_initiator_socket : public tlm_base_initiator_socket_b<BUSWIDTH, FW_IF, BW_IF>,
98 friend class tlm_base_target_socket;
174 // Implementation of pure virtual functions of base class
209 class tlm_initiator_socket :
H A Dtlm_target_socket.h32 class tlm_base_target_socket_b
44 typename BW_IF> class tlm_base_initiator_socket_b;
53 > class tlm_base_initiator_socket;
63 class tlm_base_target_socket : public tlm_base_target_socket_b<BUSWIDTH, FW_IF, BW_IF>,
90 friend class tlm_base_initiator_socket;
172 // Forward to 'size()' of port class
180 // Forward to 'operator->()' of port class
188 // Forward to 'operator[]()' of port class
195 // Implementation of pure virtual functions of base class
232 class tlm_target_socke
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_uint_base.h89 class sc_concatref;
92 class sc_uint_bitref_r;
93 class sc_uint_bitref;
94 class sc_uint_subref_r;
95 class sc_uint_subref;
96 class sc_uint_base;
98 // forward class declarations
99 class sc_bv_base;
100 class sc_lv_base;
101 class sc_int_subref_
[all...]
H A Dsc_int_base.h27 the class library is compiled with -D_32BIT_. Unlike arbitrary
89 class sc_concatref;
92 class sc_int_bitref_r;
93 class sc_int_bitref;
94 class sc_int_subref_r;
95 class sc_int_subref;
96 class sc_int_base;
97 class sc_signed_subref_r;
98 class sc_unsigned_subref_r;
100 // forward class declaration
[all...]
/gem5/ext/dsent/util/
H A DResult.h38 class Result
41 class SubResult
64 }; // class SubResult
100 }; // class Result
102 class AtomicResult : public Result
122 }; // class AtomicResult
/gem5/ext/dsent/libutil/
H A DLog.h39 class Log
/gem5/ext/dsent/model/optical/
H A DRingDetector.h31 class RingDetector : public OpticalModel, public OpticalReceiver
71 }; // class RingDetector
H A DRingModulator.h31 class RingModulator : public OpticalModel, public OpticalTransmitter
71 }; // class RingModulator
/gem5/ext/dsent/model/optical_graph/
H A DOpticalFilter.h30 class OpticalFilter : public OpticalNode
/gem5/ext/dsent/model/std_cells/
H A DStdCell.h30 class StdCell : public ElectricalModel
70 }; // class StdCell
/gem5/ext/mcpat/cacti/
H A Darbiter.h46 class Arbiter : public Component
/gem5/ext/drampower/src/
H A DCmdScheduler.h50 class cmdScheduler {
60 class trans {
70 class physicalAddr {
79 class commandItem {
H A DMemBankWiseParams.h46 class MemBankWiseParams {
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_semaphore.h22 sc_semaphore.h -- The sc_semaphore primitive channel class.
42 // The sc_semaphore primitive channel class.
45 class sc_semaphore
110 // sc_prim_channel as the parent class.
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable.h44 class sc_runnable
H A Dsc_wait.h38 class sc_event;
39 class sc_event_and_list;
40 class sc_event_or_list;
41 class sc_simcontext;
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_quantum/
H A Dtlm_global_quantum.h28 // tlm_global_quantum class
41 class tlm_global_quantum
/gem5/src/systemc/tests/tlm/p2p/HierarchicalSocket/
H A DSimpleInitiatorWrapper.h26 class SimpleInitiatorWrapper : public sc_core::sc_module
H A DSimpleTargetWrapper.h26 class SimpleTargetWrapper : public sc_core::sc_module
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dmy_extension.h26 class my_extension :
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A Dmy_extension.h26 class my_extension :
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A Dmy_extension.h26 class my_extension :
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-spi.h42 // This helper class can be used to mock out Google Test failure reporting
45 // An object of this class appends a TestPartResult object to the
51 class GTEST_API_ ScopedFakeTestPartResultReporter
91 // A helper class for implementing EXPECT_FATAL_FAILURE() and
96 class GTEST_API_ SingleFailureChecker {
140 class GTestExpectFatalFailureHelper {\
157 class GTestExpectFatalFailureHelper {\
/gem5/ext/googletest/googletest/samples/
H A Dsample2.h40 // A simple string class.
41 class MyString {
69 // D'tor. MyString is intended to be a final class, so the d'tor

Completed in 29 milliseconds

1234567891011>>