| /src/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 80 if (std::is_class<T>::value) { in ~BumpVector() 152 if (std::is_class<T>::value) { in clear() 246 if (std::is_class<T>::value) { in grow()
|
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupPythonClassWithDict.cpp | 17 const char *class_use, bool is_class, int class_option, int key_option, in OptionGroupPythonClassWithDict() argument 19 : m_is_class(is_class), m_required_options(required_options) { in OptionGroupPythonClassWithDict()
|
| /src/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_class.h | 22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
|
| H A D | is_object.h | 41 is_class<_Tp>::value > {};
|
| H A D | datasizeof.h | 41 template <class _Tp, bool = __libcpp_is_final<_Tp>::value || !is_class<_Tp>::value>
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTVector.h | 76 if (std::is_class<T>::value) { in ~ASTVector() 146 if (std::is_class<T>::value) { in clear() 392 if (std::is_class<T>::value) { in grow()
|
| /src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupPythonClassWithDict.h | 35 OptionGroupPythonClassWithDict(const char *class_use, bool is_class = true,
|
| /src/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | nested_exception.h | 74 is_class<_Up>::value && !is_base_of<nested_exception, _Up>::value &&
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 46 template <class T> struct is_class; 269 = is_class<T>::value; // C++17 443 #include <__type_traits/is_class.h>
|
| H A D | module.modulemap | 1940 …ype_traits_is_class [system] { header "__type_traits/is_class.h" }
|
| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 213 template <class _Pointer, __enable_if_t< _And<is_class<_Pointer>, _IsFancyPointer<_Pointer> >::valu…
|
| /src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 858 bool is_class = false; in GetArgInfo() local 865 is_class = true; in GetArgInfo() 902 : (count - (int)is_bound_method) - (int)is_class; in GetArgInfo()
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | DXContainer.h | 37 std::enable_if_t<std::is_class<T>::value, void> swapBytes(T &value) { in swapBytes()
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 20 using std::is_class;
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Features.def | 233 FEATURE(is_class, LangOpts.CPlusPlus)
|
| /src/lib/libc++/ |
| H A D | Makefile | 1252 TTR_HEADERS+= is_class.h
|
| H A D | libcxx.imp | 758 { include: [ "<__type_traits/is_class.h>", "private", "<type_traits>", "public" ] },
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 85 template <typename T, bool isClass = std::is_class<T>::value>
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1624 SYMBOL(is_class, std::, <type_traits>)
|