Searched defs:charT (Results 1 - 3 of 3) sorted by path

/external/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2.cpp86 typedef char charT; typedef
87 int main(int, const charT**) {} argument
92 typedef char charT; typedef
93 int main(int, charT* const *) {}
98 typedef char charT; typedef
99 int main(int, const charT* const *) {}
/external/libcxx/test/strings/basic.string/string.cons/
H A Diter_alloc.pass.cpp28 typedef typename std::iterator_traits<It>::value_type charT; typedef
29 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S;
46 typedef typename std::iterator_traits<It>::value_type charT; typedef
47 typedef std::basic_string<charT, std::char_traits<charT>, A> S;
H A Dsize_char_alloc.pass.cpp12 // basic_string(size_type n, charT c, const Allocator& a = Allocator());
22 template <class charT>
24 test(unsigned n, charT c)
26 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S;
38 template <class charT, class A>
40 test(unsigned n, charT c, const A& a)
42 typedef std::basic_string<charT, std::char_traits<charT>,
57 typedef char charT; typedef
74 typedef char charT; typedef
[all...]

Completed in 339 milliseconds