Home
last modified time | relevance | path

Searched defs:basic_stringbuf (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcrashes.cpp214 …ename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf { struct
215 typedef _CharT char_type;
216 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
217 __string_type str() const {__string_type((char_type*)0,(char_type*)0);} in str()
220 template class basic_stringbuf<char>; variable
/llvm-project/libcxx/include/__fwd/
H A Dsstream.h23 class _LIBCPP_TEMPLATE_VIS basic_stringbuf; variable
/llvm-project/libcxx/src/
H A Dios.instantiations.cpp35 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_stringbuf<char>; variable