Searched refs:class (Results 226 - 250 of 404) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_rv.h22 sc_signal_rv.h -- The resolved vector signal class.
37 class sc_process_b;
50 class sc_lv_resolve
91 // The resolved vector signal class.
95 class sc_signal_rv
H A Dsc_fifo_ports.h41 // The sc_fifo<T> input port class.
44 template <class T>
45 class sc_fifo_in
157 // The sc_fifo<T> output port class.
160 template <class T>
161 class sc_fifo_out
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h57 class sc_report;
59 class sc_report_handler
158 friend class sc_report;
H A Dsc_string.h22 sc_string.h -- Implementation of a simple string class.
42 class sc_string_old;
54 // forward class declarations
55 class sc_string_rep;
64 // String class (yet another).
67 class sc_string_old
157 template<class T> sc_string_old& fmt(const T& t)
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_put_get_imp.h32 class tlm_put_get_imp :
87 class tlm_master_imp :
100 class tlm_slave_imp :
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h62 // 1. a class FooMatcherImpl that implements the
73 // MatchResultListener is an abstract class. Its << operator can be
80 class MatchResultListener {
86 virtual ~MatchResultListener() = 0; // Makes this class abstract.
117 class MatcherDescriberInterface {
143 class MatcherInterface : public MatcherDescriberInterface {
184 class StringMatchResultListener : public MatchResultListener {
228 class DummyMatchResultListener : public MatchResultListener {
239 class StreamMatchResultListener : public MatchResultListener {
248 // An internal class fo
[all...]
H A Dgmock-more-actions.h52 class InvokeAction {
71 template <class Class, typename MethodPtr>
72 class InvokeMethodAction {
122 template <class Class, typename MethodPtr>
/gem5/ext/drampower/src/
H A DParametrisable.h48 * Convenience class for the architectural components that are
50 * this class.
52 class Parametrisable {
H A DMemTimingSpec.h43 class MemTimingSpec : public virtual Parametrisable {
/gem5/ext/dsent/
H A DDSENT.h46 class DSENTCalculator : public Calculator
/gem5/ext/dsent/model/
H A DModel.h33 class TechModel;
34 class Result;
36 // Base class for all the models
37 class Model
40 class SubModel
240 }; // class Model
H A DTransitionInfo.h30 * \brief This class contains the number of transitions and the frequency multiplier information
32 class TransitionInfo
67 }; // class TransitionInfo
/gem5/ext/dsent/model/optical_graph/
H A DOpticalWavelength.h44 class OpticalWavelength
/gem5/ext/mcpat/
H A Darray.h47 class ArrayST : public McPATComponent {
/gem5/ext/mcpat/cacti/
H A Dhtree2.h48 class Htree2 : public Component {
H A Duca.h44 class UCA : public Component {
/gem5/ext/iostream3/
H A Dzfstream.h20 * @brief Gzipped file stream buffer class.
22 * This class implements basic_filebuf for gzipped files. It doesn't yet support
27 class gzfilebuf : public std::streambuf
196 * This makes the class responsible for closing the file
220 * This makes the class responsible for deleting the buffer
229 * @brief Gzipped file input stream class.
231 * This class implements ifstream for gzipped files. Seeking and putback
234 class gzifstream : public std::istream
318 * @brief Gzipped file output stream class.
320 * This class implement
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv.h22 sc_bv.h -- Arbitrary size bit vector class.
58 template <int W> class sc_bv;
64 // Arbitrary size bit vector class.
68 class sc_bv
139 template <class X>
151 template <class X>
H A Dsc_lv.h22 sc_lv.h -- Arbitrary size logic vector class.
58 template <int W> class sc_lv;
64 // Arbitrary size logic vector class.
68 class sc_lv
143 template <class X>
155 template <class X>
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object_int.h39 class sc_object::hierarchy_scope
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.h59 class sc_trace_file_base
116 }; // class sc_trace_file_base
/gem5/ext/pybind11/include/pybind11/
H A Doptions.h16 class options {
/gem5/util/m5/
H A DMakefile.arm90 $(JR) cvf $@ jni/*.class
99 rm -f *.o m5 libgem5OpJni.so gem5OpJni.jar jni/*.class libm5.a \
H A DMakefile.aarch6489 $(JR) cvf $@ jni/*.class
98 rm -f *.o m5 libgem5OpJni.so gem5OpJni.jar jni/*.class libm5.a gem5OpLua.so
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h43 // First, define a fixture class template. It should be parameterized
46 class FooTest : public testing::Test {
68 // Since we are inside a derived class template, C++ requires use to
103 // First, define a fixture class template. It should be parameterized
106 class FooTest : public testing::Test {
171 class GTEST_TEST_CLASS_NAME_(CaseName, TestName) \
227 class TestName : public CaseName<gtest_TypeParam_> { \

Completed in 35 milliseconds

1234567891011>>