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

/freebsd-10.2-release/contrib/libstdc++/include/debug/
H A Dformatter.h165 const type_info* _M_type; member in struct:__gnu_debug::_Error_formatter::_Parameter::__anon1816::__anon1817
177 const type_info* _M_type; member in struct:__gnu_debug::_Error_formatter::_Parameter::__anon1816::__anon1818
218 _M_variant._M_iterator._M_type = &typeid(__it);
247 _M_variant._M_iterator._M_type = &typeid(__it);
260 _M_variant._M_iterator._M_type = &typeid(__it);
273 _M_variant._M_iterator._M_type = &typeid(__it);
289 _M_variant._M_sequence._M_type = &typeid(_Sequence);
298 _M_variant._M_sequence._M_type = &typeid(_Sequence);
/freebsd-10.2-release/contrib/libstdc++/src/
H A Ddebug.cc299 assert(_M_variant._M_iterator._M_type);
301 __formatter->_M_print_word(_M_variant._M_iterator._M_type->name());
358 assert(_M_variant._M_sequence._M_type);
359 __formatter->_M_print_word(_M_variant._M_sequence._M_type->name());
410 if (_M_variant._M_iterator._M_type)
461 if (_M_variant._M_sequence._M_type)

Completed in 31 milliseconds