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

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.py286 class CT(m.C_Tpl): class in function:test_inherited_virtuals
289 obj = CT()
305 class CCT(CT):
307 return CT.lucky_number(self) * 1000
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp53 SC_CTHREAD(CT, clk.pos());
202 void CT() function
209 sc_assert(strcmp(h2.name(), "top.m.CT") == 0);
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh121 template <typename CT, typename T>
125 is_same<typename remove_const<CT>::type,
127 is_const<CT>::value >= is_const<T>::value;
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp224 SC_CTHREAD(CT, clk.pos());
234 void CT() function in struct:CM
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h50 template< typename CT, typename T >
53 = ( is_same< typename remove_const<CT>::type
56 && ( is_const<CT>::value >= is_const<T>::value ) );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp49 SC_CTHREAD(CT, clk_port.value_changed());
340 void CT() function in struct:Top
342 //cout << "CT() called at " << sc_time_stamp() << endl;
361 //cout << "CT() awoke at " << sc_time_stamp() << endl;

Completed in 17 milliseconds