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

/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxdefs.hh236 #define SC_ERROR_IF_IMPL_(cnd, id, msg) \ macro
246 SC_ERROR_IF_IMPL_(!(cnd), sc_core::SC_ID_INTERNAL_ERROR_, msg)
251 #define SC_ERROR_IF_(cnd,id) SC_ERROR_IF_IMPL_(cnd, id, 0)

Completed in 3 milliseconds