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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_ver.cpp124 static bool SC_CONCAT_UNDERSCORE_( Name, config_seen ) = false; \
125 static Type SC_CONCAT_UNDERSCORE_( Name, config ); \
126 if( ! SC_CONCAT_UNDERSCORE_( Name, config_seen ) ) { \
127 SC_CONCAT_UNDERSCORE_( Name, config_seen ) = true; \
128 SC_CONCAT_UNDERSCORE_( Name, config ) = Name; \
129 } else if( SC_CONCAT_UNDERSCORE_( Name, config ) != Name ) { \
H A Dsc_ver.h33 #include "sysc/kernel/sc_macros.h" // SC_CONCAT_UNDERSCORE_
98 SC_CONCAT_UNDERSCORE_( sc_api_version, \
99 SC_CONCAT_UNDERSCORE_( SC_VERSION_MAJOR, \
100 SC_CONCAT_UNDERSCORE_( SC_VERSION_MINOR, \
H A Dsc_macros.h94 #define SC_CONCAT_UNDERSCORE_( a, b ) \ macro

Completed in 6 milliseconds