HomeSort by relevance Sort by last modified time
    Searched defs:basic_streambuf (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 38 struct basic_streambuf { struct in namespace:test0
39 virtual ~basic_streambuf();
42 struct stdio_sync_filebuf : public basic_streambuf {
64 struct basic_streambuf { struct in namespace:test1
65 virtual ~basic_streambuf();
68 struct stdio_sync_filebuf : public basic_streambuf {
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 94 struct basic_streambuf;
97 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \ struct in namespace:PR7622
99 template struct basic_streambuf<int>;
  /external/clang/test/PCH/
cxx-templates.h 98 class basic_streambuf class

Completed in 758 milliseconds