Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dcodecvt_specializations.h76 int _M_int_bom; in _GLIBCXX_VISIBILITY() local
86 : _M_in_desc(0), _M_out_desc(0), _M_ext_bom(0), _M_int_bom(0), _M_bytes(0) in _GLIBCXX_VISIBILITY()
93 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes) in _GLIBCXX_VISIBILITY()
137 { return _M_int_bom; } in _GLIBCXX_VISIBILITY()
184 _M_int_bom = __obj._M_int_bom; in _GLIBCXX_VISIBILITY()