Searched refs:_S_eos (Results 1 – 2 of 2) sorted by relevance
1052 __buffer[__prefix->_M_size] = _S_eos((_CharT*)0); in _S_dump()1446 _S_empty_c_str[0] = _S_eos((_CharT*)0); // Possibly redundant, in c_str()1455 __result[__s] = _S_eos((_CharT*)0); in c_str()1474 _S_empty_c_str[0] = _S_eos((_CharT*)0); in replace_with_c_str()1484 __result[__s] = _S_eos((_CharT*)0); in replace_with_c_str()
48 inline _CharT _S_eos(_CharT*) { return _CharT(); } in _S_eos() function1327 static bool _S_is0(_CharT __c) { return __c == _S_eos((_CharT*)0); }