Home
last modified time | relevance | path

Searched refs:get_child_objects (Results 1 – 12 of 12) sorted by relevance

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_method_process.cpp153 const std::vector<sc_object*>& children = get_child_objects(); in disable_process()
212 const std::vector<sc_object*>& children = get_child_objects(); in enable_process()
257 const std::vector<sc_object*> children = get_child_objects(); in kill_process()
397 const std::vector<sc_object*>& children = get_child_objects(); in suspend_process()
460 const std::vector<sc_object*>& children = get_child_objects(); in resume_process()
590 const std::vector<sc_object*> children = get_child_objects(); in throw_user()
H A Dsc_thread_process.cpp178 const std::vector<sc_object*>& children = get_child_objects(); in disable_process()
237 const std::vector<sc_object*>& children = get_child_objects(); in enable_process()
283 const std::vector<sc_object*> children = get_child_objects(); in kill_process()
357 const std::vector<sc_object*>& children = get_child_objects(); in resume_process()
521 const std::vector<sc_object*>& children = get_child_objects(); in suspend_process()
651 const std::vector<sc_object*> children = get_child_objects(); in throw_user()
H A Dsc_process_handle.h104 inline const std::vector<sc_object*>& get_child_objects() const;
322 const std::vector<sc_object*>& sc_process_handle::get_child_objects() const in get_child_objects() function
324 return m_target_p ? m_target_p->get_child_objects() : empty_object_vector; in get_child_objects()
H A Dsc_object.cpp288 ::std::<sc_object*> children_p = &get_child_objects(); in detach()
329 std::vector< sc_object* > const & children = get_child_objects(); in orphan_child_objects()
H A Dsc_process.h355 const ::std::vector<sc_object*>& get_child_objects() const;
491 sc_process_b::get_child_objects() const in get_child_objects() function
H A Dsc_object.h113 virtual const std::vector<sc_object*>& get_child_objects() const in get_child_objects() function
H A Dsc_process.cpp488 const std::vector<sc_object*> children = get_child_objects(); in reset_process()
H A Dsc_module.cpp284 sc_module::get_child_objects() const in get_child_objects() function in sc_core::sc_module
H A Dsc_module.h149 const ::std::vector<sc_object*>& get_child_objects() const;
H A Dsc_simcontext.h288 const ::std::vector<sc_object*>& get_child_objects() const;
H A Dsc_simcontext.cpp1279 sc_simcontext::get_child_objects() const in get_child_objects() function in sc_core::sc_simcontext
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_sc_names.cpp13 std::vector<sc_object*> ch = tb->get_child_objects(); in sc_main()