OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_type
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp
15
struct
no_type
{};
struct
19
typedef
no_type
type;
39
no_type
nt1 = first_arg();
52
no_type
nt1 = first_arg_ref();
70
no_type
nt1 = first_arg_pair();
71
no_type
nt2 = second_arg_pair();
72
no_type
nt3 = second_arg_pair(make_pair(ip, 17));
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp
8
typedef char (&
no_type
)[2];
typedef
17
template<typename U> static
no_type
check(...);
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp
15
struct
no_type
{};
struct
19
typedef
no_type
type;
/external/llvm/test/FrontendC++/
2010-03-22-empty-baseclass.cpp
14
struct
no_type
{char padding[8];};
struct in namespace:boost::type_traits
51
template <class U> ::boost::type_traits::
no_type
is_class_tester(...);
Completed in 598 milliseconds