OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateCtor
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CXX/special/class.copy/
p12-0x.cpp
44
struct
TemplateCtor
{
45
template<typename T>
TemplateCtor
(T &);
47
using _ = trivially_copyable<
TemplateCtor
>;
49
TemplateCtor
tc;
55
mutable
TemplateCtor
mtc;
62
mutable
TemplateCtor
mtc;
p25-0x.cpp
47
struct
TemplateCtor
{
48
template<typename T>
TemplateCtor
operator=(T &);
50
using _ = trivially_assignable<
TemplateCtor
>;
52
TemplateCtor
tc;
56
mutable
TemplateCtor
mtc;
/external/clang/test/SemaCXX/
cxx0x-nontrivial-union.cpp
36
struct
TemplateCtor
{ template<typename T>
TemplateCtor
(T); };
37
union TemplateCtorMember {
TemplateCtor
s; };
Completed in 28 milliseconds