Searched defs:char_values (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp29 template<char...> struct char_values { struct in namespace:DeductionWithConversion
34 struct char_values<C1, 12, C3> { struct in namespace:DeductionWithConversion
38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1];

Completed in 66 milliseconds