Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp8 typedef char yes_type; typedef
17 template<typename U> static yes_type check(unsigned_c<sizeof(U(t))> * = 0);
21 static const bool value = (sizeof(check<T>(0)) == sizeof(yes_type));