OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:charT
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp
84
typedef char
charT
;
85
int main(int, const
charT
**) {}
90
typedef char
charT
;
91
int main(int,
charT
* const *) {}
96
typedef char
charT
;
97
int main(int, const
charT
* const *) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
size_char_alloc.pass.cpp
12
// 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
>, A> S
[
all
...]
iter_alloc.pass.cpp
28
typedef typename std::iterator_traits<It>::value_type
charT
;
29
typedef std::basic_string<
charT
, std::char_traits<
charT
>, test_allocator<
charT
> > S;
46
typedef typename std::iterator_traits<It>::value_type
charT
;
47
typedef std::basic_string<
charT
, std::char_traits<
charT
>, A> S;
Completed in 54 milliseconds