Home
last modified time | relevance | path

Searched refs:__formatter (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/libstdc++/src/
Ddebug.cc278 _M_print_field(const _Error_formatter* __formatter, const char* __name) const in _M_print_field() argument
289 __formatter->_M_print_word(_M_variant._M_iterator._M_name); in _M_print_field()
293 __formatter->_M_format_word(__buf, __bufsize, "%p", in _M_print_field()
295 __formatter->_M_print_word(__buf); in _M_print_field()
301 __formatter->_M_print_word(_M_variant._M_iterator._M_type->name()); in _M_print_field()
311 __formatter->_M_print_word(__constness_names[_M_variant._M_iterator._M_constness]); in _M_print_field()
323 __formatter->_M_print_word(__state_names[_M_variant._M_iterator._M_state]); in _M_print_field()
328 __formatter->_M_format_word(__buf, __bufsize, "%p", in _M_print_field()
330 __formatter->_M_print_word(__buf); in _M_print_field()
336 __formatter->_M_print_word(_M_variant._M_iterator._M_seq_type->name()); in _M_print_field()
[all …]
/NextBSD/contrib/libstdc++/include/debug/
Dformatter.h302 _M_print_field(const _Error_formatter* __formatter,
306 _M_print_description(const _Error_formatter* __formatter) const;