Searched refs:get_attribute (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/ext/core/
H A Dsc_object.hh68 sc_attr_base *get_attribute(const std::string &);
/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test01/
H A Dtest01.cpp53 sc_attr_base* p = clk.get_attribute( "a1" );
/gem5/src/systemc/core/
H A Dsc_object.cc94 sc_object::get_attribute(const std::string &name) function in class:sc_core::sc_object
96 return _gem5_object->get_attribute(name);
H A Dobject.hh73 sc_core::sc_attr_base *get_attribute(const std::string &);
H A Dobject.cc208 Object::get_attribute(const std::string &attr) function in class:sc_gem5::Object
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.h90 sc_attr_base* get_attribute( const std::string& name_ );
91 const sc_attr_base* get_attribute( const std::string& name_ ) const;
H A Dsc_object.cpp378 sc_object::get_attribute( const std::string& name_ ) function in class:sc_core::sc_object
385 sc_object::get_attribute( const std::string& name_ ) const function in class:sc_core::sc_object
/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test02/
H A Dtest02.cpp60 sc_attr_base* p = clk.get_attribute("a1");

Completed in 11 milliseconds