/gem5/ext/googletest/googletest/xcode/Samples/FrameworkSample/ |
H A D | widget.h | 58 std::string name_; member in class:Widget
|
/gem5/ext/systemc/src/sysc/communication/ |
H A D | sc_semaphore.cpp | 69 sc_semaphore::sc_semaphore( const char* name_, int init_value_ ) argument
|
H A D | sc_buffer.h | 67 sc_buffer( const char* name_, const T& initial_value_ ) argument
|
H A D | sc_signal_resolved.h | 73 sc_signal_resolved( const char* name_, const data_type & initial_value_ ) argument
|
H A D | sc_signal_resolved_ports.h | 76 sc_in_resolved( const char* name_, const in_if_type& interface_ ) argument 84 sc_in_resolved( const char* name_, in_port_type& parent_ ) argument 92 sc_in_resolved( const char* name_, inout_port_type& parent_ ) argument 100 sc_in_resolved( const char* name_, this_type& parent_ ) argument 167 sc_inout_resolved( const char* name_, inout_if_type& interface_ ) argument 175 sc_inout_resolved( const char* name_, inout_port_type& parent_ ) argument 183 sc_inout_resolved( const char* name_, this_type& parent_ ) argument 271 sc_out_resolved( const char* name_, inout_if_type& interface_ ) argument 279 sc_out_resolved( const char* name_, inout_port_type& parent_ ) argument 287 sc_out_resolved( const char* name_, this_type& parent_ ) argument [all...] |
H A D | sc_export.cpp | 47 sc_export_base::sc_export_base(const char* name_) : sc_object(name_) argument
|
H A D | sc_fifo_ports.h | 77 sc_fifo_in( const char* name_, in_if_type& interface_ ) argument 85 sc_fifo_in( const char* name_, in_port_type& parent_ ) argument 93 sc_fifo_in( const char* name_, this_type& parent_ ) argument 193 sc_fifo_out( const char* name_, out_if_type& interface_ ) argument 201 sc_fifo_out( const char* name_, out_port_type& parent_ ) argument 209 sc_fifo_out( const char* name_, this_type& parent_ ) argument [all...] |
H A D | sc_signal_rv_ports.h | 81 sc_in_rv( const char* name_, const in_if_type& interface_ ) argument 89 sc_in_rv( const char* name_, in_port_type& parent_ ) argument 97 sc_in_rv( const char* name_, inout_port_type& parent_ ) argument 105 sc_in_rv( const char* name_, this_type& parent_ ) argument 192 sc_inout_rv( const char* name_, inout_if_type& interface_ ) argument 200 sc_inout_rv( const char* name_, inout_port_type& parent_ ) argument 208 sc_inout_rv( const char* name_, this_type& parent_ ) argument 316 sc_out_rv( const char* name_, inout_if_type& interface_ ) argument 324 sc_out_rv( const char* name_, inout_port_type& parent_ ) argument 332 sc_out_rv( const char* name_, this_type& parent_ ) argument [all...] |
H A D | sc_clock.cpp | 91 sc_clock::sc_clock( const char* name_, argument 118 sc_clock::sc_clock( const char* name_, argument 139 sc_clock( const char* name_, double period_v_, sc_time_unit period_tu_, double duty_cycle_, double start_time_v_, sc_time_unit start_time_tu_, bool posedge_first_ ) argument 169 sc_clock( const char* name_, double period_, double duty_cycle_, double start_time_, bool posedge_first_ ) argument [all...] |
/gem5/src/systemc/tests/systemc/kernel/sc_module/test09/ |
H A D | test09.cpp | 59 NonModuleDerived(sc_module_name name_) : ModuleBase(name_) argument
|
/gem5/src/mem/ |
H A D | external_master.hh | 77 ExternalPort(const std::string &name_, argument
|
H A D | external_slave.hh | 77 ExternalPort(const std::string &name_, argument
|
/gem5/ext/systemc/src/sysc/kernel/ |
H A D | sc_attribute.h | 155 sc_attribute( const std::string& name_, const T& value_ ) argument
|
/gem5/src/systemc/tests/systemc/misc/synth/circle/ |
H A D | circ48.h | 56 circ48( sc_module_name name_, argument
|
H A D | tb.h | 55 testbench( sc_module_name name_, argument
|
/gem5/src/cpu/minor/ |
H A D | cpu.hh | 107 MinorCPUPort(const std::string& name_, MinorCPU &cpu_) argument
|
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/ |
H A D | extension_adaptors.h | 44 adapt_ext2gp(sc_core::sc_module_name name_) argument 116 adapt_gp2ext(sc_core::sc_module_name name_) argument
|
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/ |
H A D | extension_adaptors.h | 44 adapt_ext2gp(sc_core::sc_module_name name_) argument 116 adapt_gp2ext(sc_core::sc_module_name name_) argument
|
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/ |
H A D | extension_adaptors.h | 44 adapt_ext2gp(sc_core::sc_module_name name_) argument 116 adapt_gp2ext(sc_core::sc_module_name name_) argument
|
/gem5/src/systemc/tlm_bridge/ |
H A D | gem5_to_tlm.hh | 136 BridgeSlavePort(const std::string &name_, argument
|
H A D | tlm_to_gem5.hh | 109 BridgeMasterPort(const std::string &name_, argument
|
/gem5/ext/mcpat/ |
H A D | interconnect.cc | 43 Interconnect::Interconnect(XMLNode* _xml_data, string name_, argument
|
/gem5/src/sim/ |
H A D | cxx_manager.hh | 86 Exception(const std::string &name_, const std::string &message_) : argument
|
H A D | cxx_config.hh | 85 ParamDesc(const std::string &name_, argument 103 PortDesc(const std::string &name_, argument 141 virtual void setName(const std::string &name_) { } argument
|
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/ |
H A D | tlm_fifo.h | 61 explicit tlm_fifo( const char* name_, int size_ = 1 ) argument
|