HomeSort by relevance Sort by last modified time
    Searched refs:yes_type (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 7 typedef char yes_type; typedef
16 template<typename U> static yes_type check(unsigned_c<sizeof(U(t))> * = 0);
20 static const bool value = (sizeof(check<T>(0)) == sizeof(yes_type));
  /external/llvm/test/FrontendC++/
2010-03-22-empty-baseclass.cpp 13 typedef char yes_type; typedef in namespace:boost::type_traits
50 template <class U> ::boost::type_traits::yes_type is_class_tester(void(U::*)(void));
54 == sizeof(::boost::type_traits::yes_type),

Completed in 143 milliseconds