Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dfstream.tcc841 const __codecvt_type* _M_codecvt_tmp = 0; in imbue() local
843 _M_codecvt_tmp = &use_facet<__codecvt_type>(__loc); in imbue()
857 if (_M_codecvt_tmp in imbue()
858 && !__check_facet(_M_codecvt_tmp).always_noconv()) in imbue()
884 _M_codecvt = _M_codecvt_tmp; in imbue()