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

/gem5/src/systemc/utils/
H A Dfunctions.cc41 const bool sc_is_prerelease = SC_IS_PRERELEASE;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/version_macros/
H A Dversion_macros.cpp53 sc_assert( SC_IS_PRERELEASE == sc_is_prerelease );
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_ver.h63 #define SC_IS_PRERELEASE 0 macro
76 #if ( SC_IS_PRERELEASE == 1 )
H A Dsc_ver.cpp54 const bool sc_is_prerelease = SC_IS_PRERELEASE;
/gem5/src/systemc/ext/utils/
H A Dfunctions.hh76 #define SC_IS_PRERELEASE true macro

Completed in 7 milliseconds