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

/freebsd-10.3-release/contrib/libstdc++/include/debug/
H A Dformatter.h169 const type_info* _M_seq_type; member in struct:__gnu_debug::_Error_formatter::_Parameter::__anon1812::__anon1813
224 _M_variant._M_iterator._M_seq_type = &typeid(_Sequence);
251 _M_variant._M_iterator._M_seq_type = 0;
264 _M_variant._M_iterator._M_seq_type = 0;
278 _M_variant._M_iterator._M_seq_type = 0;
/freebsd-10.3-release/contrib/libstdc++/src/
H A Ddebug.cc335 assert(_M_variant._M_iterator._M_seq_type);
336 __formatter->_M_print_word(_M_variant._M_iterator._M_seq_type->name());
434 if (_M_variant._M_iterator._M_seq_type)

Completed in 55 milliseconds