Home
last modified time | relevance | path

Searched defs:basic_streambuf (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/src/
H A Dios.instantiations.cpp21 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<char>; variable
28 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<wchar_t>; variable
/llvm-project/libcxx/include/__fwd/
H A Dstreambuf.h22 class _LIBCPP_TEMPLATE_VIS basic_streambuf; variable
/llvm-project/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp97 struct basic_streambuf{friend bob<>()}; // expected-error{{no template named 'bob'}} \ struct
99 template struct basic_streambuf<int>; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp39 struct basic_streambuf { global() struct
65 struct basic_streambuf { global() struct