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

/gem5/src/systemc/tests/systemc/kernel/sc_module/test05/
H A Dtest05.cpp108 print_child_objects( const ::std::vector<sc_object*>& child_objects_ ) function
135 print_child_objects( sc_get_top_level_objects() );
136 print_child_objects( a.get_child_objects() );
137 print_child_objects( b.get_child_objects() );
138 print_child_objects( c.get_child_objects() );
139 print_child_objects( c.a.get_child_objects() );
140 print_child_objects( c.b.get_child_objects() );

Completed in 4 milliseconds