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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.cpp62 static inline char * empty_dup(const char * p) function in namespace:sc_core
80 msg(empty_dup(0)),
81 file(empty_dup(0)),
86 m_what(empty_dup(0))
98 msg(empty_dup(msg_)),
99 file(empty_dup(file_)),
104 m_what( empty_dup( sc_report_compose_message(*this).c_str() ) )
112 msg(empty_dup(other.msg)),
113 file(empty_dup(other.file)),
118 m_what(empty_dup(othe
[all...]

Completed in 4 milliseconds