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

  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp 82 typedef char charT;
83 int main(int, const charT**) {}
88 typedef char charT;
89 int main(int, charT* const *) {}
94 typedef char charT;
95 int main(int, const charT* const *) {}
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.cons/
size_char_alloc.pass.cpp 12 // basic_string(size_type n, charT c, const Allocator& a = Allocator());
21 template <class charT>
23 test(unsigned n, charT c)
25 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S;
37 template <class charT>
39 test(unsigned n, charT c, const test_allocator<charT>& a)
41 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S
    [all...]
iter_alloc.pass.cpp 27 typedef typename std::iterator_traits<It>::value_type charT;
28 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S;
45 typedef typename std::iterator_traits<It>::value_type charT;
46 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S;

Completed in 369 milliseconds