Home
last modified time | relevance | path

Searched refs:is_class (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h80 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 DOptionGroupPythonClassWithDict.cpp17 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 Dis_class.h22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
H A Dis_object.h41 is_class<_Tp>::value > {};
H A Ddatasizeof.h41 template <class _Tp, bool = __libcpp_is_final<_Tp>::value || !is_class<_Tp>::value>
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h76 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 DOptionGroupPythonClassWithDict.h35 OptionGroupPythonClassWithDict(const char *class_use, bool is_class = true,
/src/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h74 is_class<_Up>::value && !is_base_of<nested_exception, _Up>::value &&
/src/contrib/llvm-project/libcxx/include/
H A Dtype_traits46 template <class T> struct is_class;
269 = is_class<T>::value; // C++17
443 #include <__type_traits/is_class.h>
H A Dmodule.modulemap1940 …ype_traits_is_class [system] { header "__type_traits/is_class.h" }
/src/contrib/llvm-project/libcxx/include/__memory/
H A Dpointer_traits.h213 template <class _Pointer, __enable_if_t< _And<is_class<_Pointer>, _IsFancyPointer<_Pointer> >::valu…
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp858 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 DDXContainer.h37 std::enable_if_t<std::is_class<T>::value, void> swapBytes(T &value) { in swapBytes()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc20 using std::is_class;
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def233 FEATURE(is_class, LangOpts.CPlusPlus)
/src/lib/libc++/
H A DMakefile1252 TTR_HEADERS+= is_class.h
H A Dlibcxx.imp758 { include: [ "<__type_traits/is_class.h>", "private", "<type_traits>", "public" ] },
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h85 template <typename T, bool isClass = std::is_class<T>::value>
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1624 SYMBOL(is_class, std::, <type_traits>)