Lines Matching defs:sc_dt

37 namespace sc_dt
52 } // namespace sc_dt
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 *,
161 void sc_trace(sc_trace_file *, const sc_dt::int64 &,
162 const std::string &, int width=(8 * sizeof(sc_dt::int64)));
163 void sc_trace(sc_trace_file *, const sc_dt::int64 *,
164 const std::string &, int width=(8 * sizeof(sc_dt::int64)));
165 void sc_trace(sc_trace_file *, const sc_dt::uint64 &,
166 const std::string &, int width=(8 * sizeof(sc_dt::uint64)));
167 void sc_trace(sc_trace_file *, const sc_dt::uint64 *,
168 const std::string &, int width=(8 * sizeof(sc_dt::uint64)));