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

/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test01/
H A Dtest01.cpp70 clk.remove_attribute( "a1" );
71 clk.remove_attribute( "a2" );
/gem5/src/systemc/ext/core/
H A Dsc_object.hh69 sc_attr_base *remove_attribute(const std::string &);
/gem5/src/systemc/tests/systemc/kernel/sc_object/test01/
H A Dtest01.cpp82 module.remove_attribute("a1");
/gem5/src/systemc/core/
H A Dsc_object.cc100 sc_object::remove_attribute(const std::string &name) function in class:sc_core::sc_object
102 return _gem5_object->remove_attribute(name);
H A Dobject.hh74 sc_core::sc_attr_base *remove_attribute(const std::string &);
H A Dobject.cc214 Object::remove_attribute(const std::string &attr) function in class:sc_gem5::Object
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.h94 sc_attr_base* remove_attribute( const std::string& name_ );
H A Dsc_object.cpp395 sc_object::remove_attribute( const std::string& name_ ) function in class:sc_core::sc_object

Completed in 12 milliseconds