Searched refs:SC_HIERARCHY_CHAR (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp56 const char SC_HIERARCHY_CHAR = '.'; member in namespace:sc_core
87 size_t pos; // position of last SC_HIERARCHY_CHAR.
88 pos = m_name.rfind( (char)SC_HIERARCHY_CHAR );
224 return (ch == SC_HIERARCHY_CHAR) || isspace(ch);
H A Dsc_object.h166 extern const char SC_HIERARCHY_CHAR;
H A Dsc_object_manager.cpp114 result_string += SC_HIERARCHY_CHAR;
141 result_string += SC_HIERARCHY_CHAR;
H A Dsc_event.cpp52 const char* p = strrchr( m_name.c_str(), SC_HIERARCHY_CHAR );

Completed in 10 milliseconds