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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h119 // Define SC_USE_MEMBER_FUNC_PTR if we want to use member function pointers
133 # define SC_USE_MEMBER_FUNC_PTR macro
136 # define SC_USE_MEMBER_FUNC_PTR macro
142 #if defined(SC_USE_MEMBER_FUNC_PTR)
152 #else // !defined(SC_USE_MEMBER_FUNC_PTR)
197 #endif // !defined(SC_USE_MEMBER_FUNC_PTR)
667 # ifndef SC_USE_MEMBER_FUNC_PTR
H A Dsc_process.cpp604 # if !defined(SC_USE_MEMBER_FUNC_PTR) // Remove invocation object.

Completed in 10 milliseconds