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

/gem5/ext/systemc/src/tlm_core/tlm_2/
H A Dtlm_version.h40 TLM_IS_PRERELEASE bool (1,0)
72 #define TLM_IS_PRERELEASE 0 ///< pre-release flag ( 1 / 0 ) macro
74 #if TLM_IS_PRERELEASE
110 #if ( TLM_IS_PRERELEASE == 1 )
115 #else /* TLM_IS_PRERELEASE == 1 */
120 #endif /* TLM_IS_PRERELEASE == 1 */
145 const bool tlm_is_prerelease ( TLM_IS_PRERELEASE );
/gem5/src/systemc/ext/tlm_core/2/
H A Dversion.hh36 TLM_IS_PRERELEASE bool (1,0)
67 #define TLM_IS_PRERELEASE 0 ///< pre-release flag (1/0) macro
69 #if TLM_IS_PRERELEASE
105 #if (TLM_IS_PRERELEASE == 1)
110 #else /* TLM_IS_PRERELEASE == 1 */
115 #endif /* TLM_IS_PRERELEASE == 1 */
140 const bool tlm_is_prerelease(TLM_IS_PRERELEASE);

Completed in 5 milliseconds