Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_class.h23 template <class T> struct is_class : decltype(detail::test<T>(nullptr)) {}; global() struct
/llvm-project/libcxx/include/__type_traits/
H A Dis_class.h22 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp17 const char *class_use, bool is_class, int class_option, int key_option, in OptionGroupPythonClassWithDict() argument
/llvm-project/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp116 template <typename T> struct is_class { struct
117 enum { value = 0 };
H A Dtype-traits.cpp312 void is_class() in is_class() function
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp324 TEST(LlvmLibcTypeTraitsTest,is_class) TEST() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp858 bool is_class = false; GetArgInfo() local