Searched defs:is_class (Results 1 – 8 of 8) sorted by relevance
10 template<typename T> struct is_class { struct11 static const bool value = sizeof(__is_class_check<T>(0)) == 1; argument
23 template <class T> struct is_class : decltype(detail::test<T>(nullptr)) {}; global() struct
22 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
17 const char *class_use, bool is_class, int class_option, int key_option, in OptionGroupPythonClassWithDict() argument
116 template <typename T> struct is_class { struct117 enum { value = 0 };
312 void is_class() in is_class() function
324 TEST(LlvmLibcTypeTraitsTest,is_class) TEST() argument
858 bool is_class = false; GetArgInfo() local