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

/gem5/util/tlm/examples/common/
H A DSConscript39 objs = []
40 objs += env.Object('cli_parser.cc')
41 objs += env.Object('report_handler.cc')
43 Return('objs')
/gem5/src/systemc/utils/
H A Dsc_vector.cc60 sc_vector_base::size_type sc_vector_base::size() const { return objs.size(); }
66 for (auto ptr: objs) {
/gem5/src/sim/
H A Dsim_object.cc154 SimObject::debugObjectBreak(const string &objs) argument
159 ObjectMatch match(objs);
167 debugObjectBreak(const char *objs) argument
169 SimObject::debugObjectBreak(string(objs));
H A Dsim_object.hh225 static void debugObjectBreak(const std::string &objs);
252 void debugObjectBreak(const char *objs);
H A Dinit.cc190 static std::map<std::string, EmbeddedPyBind *> objs; local
191 return objs;
/gem5/src/systemc/tests/systemc/kernel/process_control/test07/
H A Dtest07.cpp44 std::vector< sc_object* > const & objs = sc_get_top_level_objects()
52 std::vector<sc_object*>::const_iterator it = objs.begin();
53 for( ; it != objs.end(); it++ )
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh177 std::vector<void *> objs; member in class:sc_core::sc_vector_base
484 objs.push_back(p);
494 T &operator [] (size_type index) { return *static_cast<T *>(objs[index]); }
498 return *static_cast<const T *>(objs[index]);
505 return *static_cast<T *>(objs[index]);
511 return *static_cast<const T *>(objs[index]);
514 iterator begin() { return objs.begin(); }
515 iterator end() { return objs.end(); }
516 const_iterator begin() const { return objs.begin(); }
517 const_iterator end() const { return objs
[all...]
/gem5/util/minorview/
H A Dview.py483 objs = event.find_ided_objects(self.model, picChar, True)
484 for obj in objs:
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4684 Uncopyable objs[2]; local
4685 objs[0].set_value(-3);
4686 objs[1].set_value(1);
4687 EXPECT_THAT(objs, ElementsAre(UncopyableIs(-3), Truly(ValueIsPositive)));
4799 Uncopyable objs[2]; local
4800 objs[0].set_value(-3);
4801 objs[1].set_value(1);
4802 EXPECT_THAT(objs,

Completed in 37 milliseconds