Home
last modified time | relevance | path

Searched refs:is_object (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_object.h28 struct _LIBCPP_TEMPLATE_VIS is_object : _BoolConstant<__is_object(_Tp)> {}; struct
38 struct _LIBCPP_TEMPLATE_VIS is_object
45 inline constexpr bool is_object_v = is_object<_Tp>::value;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h64 bool is_object() const { return V != unknown; } in is_object() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits56 template <class T> struct is_object;
281 = is_object<T>::value; // C++17
489 #include <__type_traits/is_object.h>
H A Doptional210 #include <__type_traits/is_object.h>
H A Dlibcxx.imp752 { include: [ "<__type_traits/is_object.h>", "private", "<type_traits>", "public" ] },
H A Dmodule.modulemap.in1933 header "__type_traits/is_object.h"
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc39 using std::is_object;
/freebsd-14.2/lib/libc++/
H A DMakefile1231 TTR_HEADERS+= is_object.h
H A Dmodule.modulemap1933 header "__type_traits/is_object.h"
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1719 SYMBOL(is_object, std::, <type_traits>)