Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp10 template<typename T> struct is_class { struct
11 static const bool value = sizeof(__is_class_check<T>(0)) == 1; argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp116 template <typename T> struct is_class { struct
117 enum { value = 0 };
H A Dtype-traits.cpp238 void is_class() in is_class() function