Home
last modified time | relevance | path

Searched refs:no_type (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp15 struct no_type {}; struct
19 typedef no_type type;
39 no_type nt1 = first_arg(); in test_simple_deduction()
52 no_type nt1 = first_arg_ref(); in test_simple_ref_deduction()
71 no_type nt1 = first_arg_pair(); in test_pair_deduction()
72 no_type nt2 = second_arg_pair(); in test_pair_deduction()
73 no_type nt3 = second_arg_pair(make_pair(ip, 17)); in test_pair_deduction()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp9 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/
Dp9-0x.cpp16 struct no_type {}; struct
20 typedef no_type type;