Lines Matching defs:sc_trace

78 void sc_trace(sc_trace_file *, const bool &, const std::string &);
79 void sc_trace(sc_trace_file *, const bool *, const std::string &);
80 void sc_trace(sc_trace_file *, const float &, const std::string &);
81 void sc_trace(sc_trace_file *, const float *, const std::string &);
82 void sc_trace(sc_trace_file *, const double &, const std::string &);
83 void sc_trace(sc_trace_file *, const double *, const std::string &);
84 void sc_trace(sc_trace_file *, const sc_dt::sc_logic &, const std::string &);
85 void sc_trace(sc_trace_file *, const sc_dt::sc_logic *, const std::string &);
86 void sc_trace(sc_trace_file *, const sc_dt::sc_int_base &,
88 void sc_trace(sc_trace_file *, const sc_dt::sc_int_base *,
90 void sc_trace(sc_trace_file *, const sc_dt::sc_uint_base &,
92 void sc_trace(sc_trace_file *, const sc_dt::sc_uint_base *,
94 void sc_trace(sc_trace_file *, const sc_dt::sc_signed &, const std::string &);
95 void sc_trace(sc_trace_file *, const sc_dt::sc_signed *, const std::string &);
96 void sc_trace(sc_trace_file *, const sc_dt::sc_unsigned &,
98 void sc_trace(sc_trace_file *, const sc_dt::sc_unsigned *,
100 void sc_trace(sc_trace_file *, const sc_dt::sc_bv_base &, const std::string &);
101 void sc_trace(sc_trace_file *, const sc_dt::sc_bv_base *, const std::string &);
102 void sc_trace(sc_trace_file *, const sc_dt::sc_lv_base &, const std::string &);
103 void sc_trace(sc_trace_file *, const sc_dt::sc_lv_base *, const std::string &);
104 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval &, const std::string &);
105 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval *, const std::string &);
106 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval_fast &,
108 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval_fast *,
110 void sc_trace(sc_trace_file *, const sc_dt::sc_fxnum &, const std::string &);
111 void sc_trace(sc_trace_file *, const sc_dt::sc_fxnum *, const std::string &);
112 void sc_trace(sc_trace_file *, const sc_dt::sc_fxnum_fast &,
114 void sc_trace(sc_trace_file *, const sc_dt::sc_fxnum_fast *,
119 // sc_trace overloads for sc_event and sc_time.
120 void sc_trace(sc_trace_file *, const sc_event &, const std::string &);
121 void sc_trace(sc_trace_file *, const sc_event *, const std::string &);
122 void sc_trace(sc_trace_file *, const sc_time &, const std::string &);
123 void sc_trace(sc_trace_file *, const sc_time *, const std::string &);
128 void sc_trace(sc_trace_file *, const unsigned char &,
130 void sc_trace(sc_trace_file *, const unsigned char *,
132 void sc_trace(sc_trace_file *, const unsigned short &,
134 void sc_trace(sc_trace_file *, const unsigned short *,
136 void sc_trace(sc_trace_file *, const unsigned int &,
138 void sc_trace(sc_trace_file *, const unsigned int *,
140 void sc_trace(sc_trace_file *, const unsigned long &,
142 void sc_trace(sc_trace_file *, const unsigned long *,
145 void sc_trace(sc_trace_file *, const char &,
147 void sc_trace(sc_trace_file *, const char *,
149 void sc_trace(sc_trace_file *, const short &,
151 void sc_trace(sc_trace_file *, const short *,
153 void sc_trace(sc_trace_file *, const int &,
155 void sc_trace(sc_trace_file *, const int *,
157 void sc_trace(sc_trace_file *, const long &,
159 void sc_trace(sc_trace_file *, const long *,
161 void sc_trace(sc_trace_file *, const sc_dt::int64 &,
163 void sc_trace(sc_trace_file *, const sc_dt::int64 *,
165 void sc_trace(sc_trace_file *, const sc_dt::uint64 &,
167 void sc_trace(sc_trace_file *, const sc_dt::uint64 *,
171 void sc_trace(sc_trace_file *, const unsigned int &,
179 sc_trace(sc_trace_file *tf, const sc_signal_in_if<T> &iface,
182 sc_trace(tf, iface.read(), name);
185 void sc_trace(sc_trace_file *, const sc_signal_in_if<char> &,
188 void sc_trace(sc_trace_file *, const sc_signal_in_if<short> &,
191 void sc_trace(sc_trace_file *, const sc_signal_in_if<int> &,
194 void sc_trace(sc_trace_file *, const sc_signal_in_if<long> &,