OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_type
(Results
1 - 3
of
3
) 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();
71
no_type
nt1 = first_arg_pair();
72
no_type
nt2 = second_arg_pair();
73
no_type
nt3 = second_arg_pair(make_pair(ip, 17));
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp
9
typedef char (&
no_type
)[2];
typedef
18
template<typename U> static
no_type
check(...);
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp
16
struct
no_type
{};
struct
20
typedef
no_type
type;
Completed in 214 milliseconds