Home
last modified time | relevance | path

Searched refs:yes_type (Results 1 – 2 of 2) 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));
/external/skia/include/private/
DSkTLogic.h71 using yes_type = uint8_t;
77 static decltype(param_convertable_to<To>(std::declval<From>()), yes_type()) convertible(int);
81 static const/*expr*/ bool value = sizeof(convertible<S, D>(0)) == sizeof(yes_type);