Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp29 template<char...> struct char_values { struct
30 static const unsigned value = 0;
34 struct char_values<C1, 12, C3> { struct
35 static const unsigned value = 1;