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

/gem5/src/systemc/ext/dt/fx/
H A Dmessages.hh37 extern const char SC_ID_INVALID_N_BITS_[];
H A D_using.hh77 using sc_core::SC_ID_INVALID_N_BITS_;
H A Dsc_fxdefs.hh256 SC_ERROR_IF_((n_bits) < 0, sc_core::SC_ID_INVALID_N_BITS_)
/gem5/src/systemc/dt/fx/
H A Dmessages.cc37 const char SC_ID_INVALID_N_BITS_[] = "number of bits < 0 is not valid"; member in namespace:sc_core
55 {301, SC_ID_INVALID_N_BITS_},
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fx_ids.h71 SC_DEFINE_MESSAGE( SC_ID_INVALID_N_BITS_, 301,
H A Dsc_fxdefs.h270 SC_ERROR_IF_( (n_bits) < 0, sc_core::SC_ID_INVALID_N_BITS_ )

Completed in 8 milliseconds