Home
last modified time | relevance | path

Searched refs:is_aggregate (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_aggregate.h24 struct _LIBCPP_TEMPLATE_VIS is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits107 template <class T> struct is_aggregate; // C++17
315 = is_aggregate<T>::value; // C++17
503 # include <__type_traits/is_aggregate.h>
H A Dmodule.modulemap1921 …traits_is_aggregate [system] { header "__type_traits/is_aggregate.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp861 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue() local
902 if (is_aggregate && was_plain_var) { in DumpValue()
909 if (is_aggregate && in DumpValue()
/freebsd/lib/libc++/
H A DMakefile1242 TTR_HEADERS+= is_aggregate.h
H A Dlibcxx.imp748 { include: [ "<__type_traits/is_aggregate.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1610 SYMBOL(is_aggregate, std::, <type_traits>)