Searched refs:first_object (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/ext/core/
H A Dsc_simcontext.hh45 sc_object *first_object();
/gem5/src/systemc/core/
H A Dsc_simcontext.cc61 sc_simcontext::first_object() function in class:sc_core::sc_simcontext
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object_manager.h74 sc_object* first_object();
H A Dsc_object_manager.cpp195 // |"sc_object_manager::first_object"
202 sc_object_manager::first_object() function in class:sc_core::sc_object_manager
H A Dsc_simcontext.h197 sc_object* first_object();
H A Dsc_simcontext.cpp1098 sc_simcontext::first_object() function in class:sc_core::sc_simcontext
1100 return m_object_manager->first_object();
/gem5/src/systemc/tests/systemc/kernel/sc_object_manager/test01/
H A Dtest01.cpp48 for (obj_p = c_p->first_object(); obj_p; obj_p=c_p->next_object())

Completed in 17 milliseconds