HomeSort by relevance Sort by last modified time
    Searched refs:_CharT (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/clang/test/Modules/Inputs/PR24954/
B.h 3 template <class _CharT>
9 template <class _CharT> basic_ostream<_CharT>&
13 template <class _CharT> friend void
14 operator<<(basic_ostream<_CharT>& __os, const S1& __x);
19 template <class _CharT> class S2;
21 template <class _CharT> void
22 operator<<(basic_ostream<_CharT>& __os, const S2<_CharT>& __x);
24 template <class _CharT>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 66 template<typename _CharT>
68 isspace(_CharT, const locale&);
70 template<typename _CharT>
72 isprint(_CharT, const locale&);
74 template<typename _CharT>
76 iscntrl(_CharT, const locale&);
78 template<typename _CharT>
80 isupper(_CharT, const locale&);
82 template<typename _CharT>
84 islower(_CharT, const locale&)
    [all...]
streambuf_iterator.h 49 template<typename _CharT, typename _Traits>
51 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
52 _CharT*,
55 _CharT>
57 _CharT&>
64 typedef _CharT char_type;
67 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
68 typedef basic_istream<_CharT, _Traits> istream_type;
202 template<typename _CharT, typename _Traits>
204 operator==(const istreambuf_iterator<_CharT, _Traits>& __a
    [all...]
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
48 typename _Traits = char_traits<_CharT>, typename _Dist = ptrdiff_t>
53 typedef _CharT char_type;
55 typedef basic_istream<_CharT, _Traits> istream_type;
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
135 template <class _Tp, class _CharT, class _Traits, class _Dist>
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
stringfwd.h 52 template<class _CharT>
55 template<typename _CharT, typename _Traits = char_traits<_CharT>,
56 typename _Alloc = allocator<_CharT> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
localefwd.h 66 template<typename _CharT>
68 isspace(_CharT, const locale&);
70 template<typename _CharT>
72 isprint(_CharT, const locale&);
74 template<typename _CharT>
76 iscntrl(_CharT, const locale&);
78 template<typename _CharT>
80 isupper(_CharT, const locale&);
82 template<typename _CharT>
84 islower(_CharT, const locale&)
    [all...]
streambuf_iterator.h 49 template<typename _CharT, typename _Traits>
51 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
52 _CharT*,
55 _CharT>
57 _CharT&>
64 typedef _CharT char_type;
67 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
68 typedef basic_istream<_CharT, _Traits> istream_type;
202 template<typename _CharT, typename _Traits>
204 operator==(const istreambuf_iterator<_CharT, _Traits>& __a
    [all...]
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
48 typename _Traits = char_traits<_CharT>, typename _Dist = ptrdiff_t>
53 typedef _CharT char_type;
55 typedef basic_istream<_CharT, _Traits> istream_type;
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
135 template <class _Tp, class _CharT, class _Traits, class _Dist>
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
stringfwd.h 52 template<class _CharT>
55 template<typename _CharT, typename _Traits = char_traits<_CharT>,
56 typename _Alloc = allocator<_CharT> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
messages_members.h 41 template<typename _CharT>
42 messages<_CharT>::messages(size_t __refs)
46 template<typename _CharT>
47 messages<_CharT>::messages(__c_locale, const char*, size_t __refs)
51 template<typename _CharT>
52 typename messages<_CharT>::catalog
53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
58 template<typename _CharT>
59 messages<_CharT>::~messages()
62 template<typename _CharT>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
messages_members.h 41 template<typename _CharT>
42 messages<_CharT>::messages(size_t __refs)
46 template<typename _CharT>
47 messages<_CharT>::messages(__c_locale, const char*, size_t __refs)
51 template<typename _CharT>
52 typename messages<_CharT>::catalog
53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
58 template<typename _CharT>
59 messages<_CharT>::~messages()
62 template<typename _CharT>
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template-quals.cpp 3 template<typename _CharT>
7 assign(const _CharT* __s, const basic_string<_CharT> &x)
virtual-base-destructor-call.cpp 5 template<typename _CharT> struct basic_istream : virtual public basic_ios {
9 template<typename _CharT> struct basic_iostream : public basic_istream<_CharT>
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 28 template<typename _CharT, typename _Traits = char_traits<_CharT> >
29 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
33 typedef _CharT char_type;
41 basic_ostream(basic_streambuf<_CharT, _Traits>* __sb);
48 basic_ostream<_CharT, _Traits>&
49 operator<<(basic_ostream<_CharT, _Traits>& (*__pf)(basic_ostream<_CharT, _Traits>&));
52 basic_ostream<_CharT, _Traits>&
53 operator<<(basic_ios<_CharT, _Traits>& (*__pf)(basic_ios<_CharT, _Traits>&))
    [all...]
std_sstream.i 30 template<typename _CharT, typename _Traits = char_traits<_CharT>,
31 typename _Alloc = allocator<_CharT> >
32 class basic_stringbuf : public basic_streambuf<_CharT, _Traits>
36 typedef _CharT char_type;
50 basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __str,
54 basic_string<_CharT, _Traits, _Alloc>
58 str(const basic_string<_CharT, _Traits, _Alloc>& __s);
64 template<typename _CharT, typename _Traits = char_traits<_CharT>,
    [all...]
  /external/clang/test/Parser/
cxx-member-crash.cpp 8 template<class _CharT> struct char_traits;
9 template<typename _CharT, typename _Traits = char_traits<_CharT> > class basic_ios;
10 template<typename _CharT, typename _Traits = char_traits<_CharT> > class ostreambuf_iterator;
11 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > class num_get;
12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_CharT, _Traits> {
13 template<typename _CharT, typename _InIter> _InIter num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, (…)
    [all...]
  /external/clang/test/SemaCXX/
wchar_t.cpp 17 template<typename _CharT>
21 template<typename _CharT>
22 basic_string<_CharT> operator+ (const basic_string<_CharT>&, _CharT);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
enc_filebuf.h 41 template<typename _CharT>
43 : public std::basic_filebuf<_CharT, encoding_char_traits<_CharT> >
46 typedef encoding_char_traits<_CharT> traits_type;
51 : std::basic_filebuf<_CharT, encoding_char_traits<_CharT> >()
vstring_util.h 50 template<typename _CharT, typename _Traits, typename _Alloc>
53 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
65 __versa_string<_CharT, _Traits, _Alloc,
70 __versa_string<_CharT, _Traits, _Alloc,
77 __versa_string<_CharT, _Traits, _Alloc,
82 __versa_string<_CharT, _Traits, _Alloc,
92 _Alloc_hider(_CharT* __ptr)
95 _Alloc_hider(const _Alloc1& __a, _CharT* __ptr)
98 _CharT* _M_p; // The actual data.
104 _S_copy(_CharT* __d, const _CharT* __s, size_type __n
    [all...]
string_conversions.h 51 template<typename _TRet, typename _Ret = _TRet, typename _CharT,
54 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
55 const char* __name, const _CharT* __str, std::size_t* __idx,
60 _CharT* __endptr;
81 template<typename _String, typename _CharT = typename _String::value_type>
83 __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*,
85 const _CharT* __fmt, ...)
89 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
enc_filebuf.h 41 template<typename _CharT>
43 : public std::basic_filebuf<_CharT, encoding_char_traits<_CharT> >
46 typedef encoding_char_traits<_CharT> traits_type;
51 : std::basic_filebuf<_CharT, encoding_char_traits<_CharT> >()
vstring_util.h 50 template<typename _CharT, typename _Traits, typename _Alloc>
53 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
65 __versa_string<_CharT, _Traits, _Alloc,
70 __versa_string<_CharT, _Traits, _Alloc,
77 __versa_string<_CharT, _Traits, _Alloc,
82 __versa_string<_CharT, _Traits, _Alloc,
92 _Alloc_hider(_CharT* __ptr)
95 _Alloc_hider(const _Alloc1& __a, _CharT* __ptr)
98 _CharT* _M_p; // The actual data.
104 _S_copy(_CharT* __d, const _CharT* __s, size_type __n
    [all...]
string_conversions.h 51 template<typename _TRet, typename _Ret = _TRet, typename _CharT,
54 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
55 const char* __name, const _CharT* __str, std::size_t* __idx,
60 _CharT* __endptr;
81 template<typename _String, typename _CharT = typename _String::value_type>
83 __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*,
85 const _CharT* __fmt, ...)
89 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
messages_members.h 43 template<typename _CharT>
44 messages<_CharT>::messages(size_t __refs)
49 template<typename _CharT>
50 messages<_CharT>::messages(__c_locale __cloc, const char* __s,
68 template<typename _CharT>
69 typename messages<_CharT>::catalog
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
78 template<typename _CharT>
79 messages<_CharT>::~messages()
86 template<typename _CharT>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
messages_members.h 43 template<typename _CharT>
44 messages<_CharT>::messages(size_t __refs)
49 template<typename _CharT>
50 messages<_CharT>::messages(__c_locale __cloc, const char* __s,
68 template<typename _CharT>
69 typename messages<_CharT>::catalog
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
78 template<typename _CharT>
79 messages<_CharT>::~messages()
86 template<typename _CharT>
    [all...]

Completed in 747 milliseconds

1 2 3 4