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

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dphase.hh27 #define SC_CONCAT_HELPER_(a, b) SC_CONCAT_HELPER_DEFERRED_(a, b) macro
86 static class SC_CONCAT_HELPER_(tlm_phase_, name_arg) : \
89 typedef SC_CONCAT_HELPER_(tlm_phase_, name_arg) this_type; \
91 SC_CONCAT_HELPER_(tlm_phase_, name_arg)() : \
109 #undef SC_CONCAT_HELPER_ macro
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_macros.h88 #define SC_CONCAT_HELPER_( a, b ) \ macro
95 SC_CONCAT_HELPER_( a, SC_CONCAT_HELPER_( _, b ) )

Completed in 5 milliseconds