Searched refs:class (Results 151 - 175 of 404) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_analysis/
H A Dtlm_analysis_fifo.h30 class tlm_analysis_fifo :
/gem5/ext/drampower/src/
H A DMemPowerSpec.h41 class MemPowerSpec : public virtual Parametrisable {
H A DTraceParser.h49 class TraceParser {
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h47 class GTEST_API_ TestPartResult {
126 class GTEST_API_ TestPartResultArray {
146 class TestPartResultReporterInterface {
155 // This helper class is used by {ASSERT|EXPECT}_NO_FATAL_FAILURE to check if a
161 class GTEST_API_ HasNewFatalFailureHelper
/gem5/ext/googletest/googletest/test/
H A Dgtest-typed-test_test.h47 class ContainerTest : public Test {
/gem5/ext/mcpat/
H A Dbasic_components.h114 class statsComponents {
142 class statsDef {
169 class McPATOutput {
196 * compute and print output. This is a base class from which all components
200 class McPATComponent : public Component {
264 class CoreParameters {
372 class CoreStatistics {
425 class MCParameters {
454 class MCStatistics {
462 class NIUParameter
[all...]
H A Dcacheunit.h44 class CacheParameters {
103 class CacheStatistics {
143 class CacheUnit : public McPATComponent {
H A Dinterconnect.h46 class InterconnectParameters {
51 class InterconnectStatistics {
57 class Interconnect : public McPATComponent {
H A Dlogic.h51 class selection_logic : public McPATComponent {
75 class dep_resource_conflict_check : public McPATComponent {
100 class InstructionDecoder: public McPATComponent {
131 class DFFCell : public Component {
157 class Pipeline : public McPATComponent {
190 class FunctionalUnit : public McPATComponent {
213 class UndiffCore : public McPATComponent {
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_writer_policy.h43 class sc_object;
44 class sc_port_base;
66 class sc_signal;
H A Dsc_clock.h45 class sc_clock
51 friend class sc_clock_posedge_callback;
52 friend class sc_clock_negedge_callback;
199 class sc_clock_posedge_callback {
207 class sc_clock_negedge_callback {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_fiber.h47 class sc_cor_pkg_fiber;
57 // Coroutine class implemented with QuickThreads.
60 class sc_cor_fiber
100 // Coroutine package class implemented with QuickThreads.
103 class sc_cor_pkg_fiber
H A Dsc_cor_qt.h41 class sc_cor_pkg_qt;
47 // Coroutine class implemented with QuickThreads.
50 class sc_cor_qt
86 // Coroutine package class implemented with QuickThreads.
89 class sc_cor_pkg_qt
H A Dsc_join.h49 // This class provides a way of waiting for a set of threads to complete their
53 class sc_join : public sc_process_monitor {
54 friend class sc_process_b;
55 friend class sc_process_handle;
H A Dsc_macros.h36 template <class T>
44 template <class T>
52 template <class T>
H A Dsc_process_handle.h48 class sc_process_handle;
61 // This class provides access to an sc_process_b object instance in a
65 class sc_simcontext;
66 class sc_process_handle {
72 friend class sc_object;
73 friend class sc_join;
74 friend class sc_module;
75 friend class sc_reset;
76 friend class sc_sensitive;
77 friend class sc_sensitive_po
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_nonblocking_port.h29 class tlm_nonblocking_get_port :
49 class tlm_nonblocking_peek_port :
70 class tlm_nonblocking_put_port :
/gem5/ext/googletest/googletest/samples/
H A Dprime_tables.h43 class PrimeTable {
56 class OnTheFlyPrimeTable : public PrimeTable {
80 class PreCalculatedPrimeTable : public PrimeTable {
/gem5/src/systemc/ext/tlm_utils/
H A Dinstance_specific_extensions.h57 class instance_specific_extension : public ispex_base
70 // This is the class that actually sits in the extension array
75 class instance_specific_extension_carrier :
78 friend class instance_specific_extension_accessor;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h58 template <class ParamType>
70 template <class ParamType>
81 // fixture class for the same test case. This may happen when
87 template <typename> class ParamGeneratorInterface;
88 template <typename> class ParamGenerator;
93 class ParamIteratorInterface {
123 class ParamIterator {
158 friend class ParamGenerator<T>;
166 class ParamGeneratorInterface {
179 // This class implement
[all...]
/gem5/ext/mcpat/cacti/
H A Ddecoder.h46 class Decoder : public Component {
83 class PredecBlk : public Component {
135 class PredecBlkDrv : public Component {
195 class Predec : public Component {
221 class Driver : public Component {
H A Dparameter.h44 class TechnologyParameter {
46 class DeviceType {
102 class InterconnectType {
128 class MemoryType {
149 class ScalingFactor {
278 class DynamicParameter {
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_bigint.h22 sc_bigint.h -- Template version of sc_signed. This class enables
65 template <int W> class sc_bigint;
67 // forward class declarations
68 class sc_bv_base;
69 class sc_lv_base;
70 class sc_fxval;
71 class sc_fxval_fast;
72 class sc_fxnum;
73 class sc_fxnum_fast;
87 class sc_bigin
[all...]
H A Dsc_biguint.h22 sc_biguint.h -- Template version of sc_unsigned. This class
65 template <int W> class sc_biguint;
67 // forward class declarations
68 class sc_bv_base;
69 class sc_lv_base;
70 class sc_fxval;
71 class sc_fxval_fast;
72 class sc_fxnum;
73 class sc_fxnum_fast;
87 class sc_biguin
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h56 // 1. a class FooAction that implements the ActionInterface interface, and
67 class ActionAdaptor;
97 class BuiltInDefaultValue {
126 class BuiltInDefaultValue<const T> {
135 class BuiltInDefaultValue<T*> {
145 class BuiltInDefaultValue<type> { \
192 // The DefaultValue<T> class allows a user to specify the
200 class DefaultValue {
242 class ValueProducer {
248 class FixedValueProduce
[all...]

Completed in 35 milliseconds

1234567891011>>