Lines Matching refs:traces
87 // Base class for VCD traces.
1692 , traces()
1748 for (int i = 0; i < (int)traces.size(); i++) {
1749 vcd_trace* t = traces[i];
1774 for (int i = 0; i < (int)traces.size(); i++) {
1775 traces[i]->write(fp);
1789 traces.push_back( new vcd_ ## tp ## _trace( object_, \
1804 traces.push_back( new vcd_ ## tp ## _trace( object_, \
1832 traces.push_back( new vcd_signed_ ## tp ## _trace( object_, \
1845 traces.push_back( new vcd_unsigned_ ## tp ## _trace( object_, \
1871 traces.push_back( new vcd_ ## tp ## _trace( object_, \
1888 traces.push_back( new vcd_enum_trace( object_,
2010 vcd_trace* const* const l_traces = &traces[0];
2011 for (int i = 0; i < (int)traces.size(); i++) {
2088 for( int i = 0; i < (int)traces.size(); i++ ) {
2089 vcd_trace* t = traces[i];