Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcrashes.cpp216 …ename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf { struct
217 typedef _CharT char_type;
218 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
219 __string_type str() const {__string_type((char_type*)0,(char_type*)0);} in str()
222 template class basic_stringbuf<char>; variable
/external/llvm-project/clang/test/SemaCXX/
Dcrashes.cpp216 …ename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf { struct
217 typedef _CharT char_type;
218 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
219 __string_type str() const {__string_type((char_type*)0,(char_type*)0);} in str()
222 template class basic_stringbuf<char>; variable
/external/llvm-project/libcxx/src/
Dios.instantiations.cpp33 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_stringbuf<char>; variable