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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc441 struct messages_shim : std::messages<_CharT>, __shim struct in namespace:__facet_shims::__anon1644
447 messages_shim(const facet* f) : __shim(f) { } function in struct:__facet_shims::__anon1644::messages_shim
478 template class messages_shim<char>;
486 template class messages_shim<wchar_t>;
822 return new messages_shim<char>{this};
839 return new messages_shim<wchar_t>{this};
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc441 struct messages_shim : std::messages<_CharT>, __shim struct in namespace:__facet_shims::__anon1940
447 messages_shim(const facet* f) : __shim(f) { } function in struct:__facet_shims::__anon1940::messages_shim
478 template struct messages_shim<char>;
486 template struct messages_shim<wchar_t>;
822 return new messages_shim<char>{this};
839 return new messages_shim<wchar_t>{this};

Completed in 84 milliseconds