Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDis_aggregate.h24 struct _LIBCPP_TEMPLATE_VIS is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {}; struct
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDtype_traits107 template <class T> struct is_aggregate; // C++17
315 = is_aggregate<T>::value; // C++17
503 # include <__type_traits/is_aggregate.h>
HDmodule.modulemap1921 …traits_is_aggregate [system] { header "__type_traits/is_aggregate.h" }
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc45 using std::is_aggregate;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDFormatEntity.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-14-stable/lib/libc++/
DMakefile1243 TTR_HEADERS+= is_aggregate.h
Dlibcxx.imp748 { include: [ "<__type_traits/is_aggregate.h>", "private", "<type_traits>", "public" ] },
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1610 SYMBOL(is_aggregate, std::, <type_traits>)