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

/gem5/src/mem/slicc/ast/
H A DExprAST.py37 def inline(self, get_type=False):
40 if get_type:
H A DLocalVariableAST.py47 def inline(self, get_type=False):
50 if get_type:
/gem5/src/mem/ruby/network/garnet2.0/
H A DInputUnit.cc94 if ((t_flit->get_type() == HEAD_) ||
95 (t_flit->get_type() == HEAD_TAIL_)) {
H A DNetworkInterface.cc158 if (t_flit->get_type() == TAIL_ || t_flit->get_type() == HEAD_TAIL_) {
218 if (t_flit->get_type() == TAIL_ || t_flit->get_type() == HEAD_TAIL_) {
480 if (t_flit->get_type() == TAIL_ ||
481 t_flit->get_type() == HEAD_TAIL_) {
H A Dflit.hh61 flit_type get_type() { return m_type; } function in class:flit
H A DSwitchAllocator.cc229 if ((t_flit->get_type() == TAIL_) ||
230 t_flit->get_type() == HEAD_TAIL_) {
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1405 handle type = arg.get_type();
1419 dict entries = arg.get_type().attr("__entries");
1458 if (!a.get_type().is(b.get_type())) \
2028 handle type = self.get_type();
H A Dcast.h618 const auto pytype = src.get_type();
1094 auto &bases = all_type_info((PyTypeObject *) h.get_type().ptr());
1645 (std::string) str(handle.get_type()) + " to C++ type '" + type_id<T>() + "'");
1693 throw cast_error("Unable to move from Python " + (std::string) str(obj.get_type()) +
H A Dpytypes.h155 handle get_type() const;
1431 handle object_api<D>::get_type() const { return (PyObject *) Py_TYPE(derived().ptr()); } function in class:object_api
H A Deigen.h556 if (!obj.get_type().is(matrix_type)) {
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h419 void get_type( int&, int&, sc_enc& ) const;
1498 sc_fxval::get_type( int& wl, int& iwl, sc_enc& enc ) const function in class:sc_dt::sc_fxval
1500 m_rep->get_type( wl, iwl, enc );
H A Dscfx_rep.h235 void get_type( int&, int&, sc_enc& ) const;
H A Dscfx_rep.cpp2822 // METHOD : get_type
2826 scfx_rep::get_type( int& wl, int& iwl, sc_enc& enc ) const
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh358 void get_type(int &, int &, sc_enc &) const;
1269 sc_fxval::get_type(int &wl, int &iwl, sc_enc &enc) const function in class:sc_dt::sc_fxval
1271 m_rep->get_type(wl, iwl, enc);
H A Dscfx_rep.hh217 void get_type(int &, int &, sc_enc &) const;
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc2566 // METHOD : get_type
2570 scfx_rep::get_type(int &wl, int &iwl, sc_enc &enc) const

Completed in 67 milliseconds