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

/gem5/src/base/
H A Dcprintf_formats.hh78 _format_char(std::ostream &out, const T &data, Format &fmt) function in namespace:cp
257 { _format_char(out, data, fmt); }
261 { _format_char(out, data, fmt); }
265 { _format_char(out, data, fmt); }
269 { _format_char(out, (char)data, fmt); }
273 { _format_char(out, (char)data, fmt); }
277 { _format_char(out, (char)data, fmt); }
281 { _format_char(out, (char)data, fmt); }
285 { _format_char(out, (char)data, fmt); }
289 { _format_char(ou
[all...]

Completed in 5 milliseconds