Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h64 bool is_object() const { return V != unknown; } in Impl()
60 bool is_object() const { return V != unknown; } is_object() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits56 template <class T> struct is_object;
281 = is_object<T>::value; // C++17
462 #include <__type_traits/is_object.h>
H A Doptional205 #include <__type_traits/is_object.h>
H A Dmodule.modulemap1997 header "__type_traits/is_object.h"
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/lib/libc++/
H A DMakefile1279 TTR_HEADERS+= is_object.h
H A Dlibcxx.imp785 { include: [ "<__type_traits/is_object.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1719 SYMBOL(is_object, std::, <type_traits>)