Home
last modified time | relevance | path

Searched refs:is_aggregate (Results 1 – 9 of 9) 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
447 #include <__type_traits/is_aggregate.h>
H A Dlibcxx.imp705 { include: [ "<__type_traits/is_aggregate.h>", "private", "<type_traits>", "public" ] },
H A Dmodule.modulemap.in1855 …traits_is_aggregate [system] { header "__type_traits/is_aggregate.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc45 using std::is_aggregate;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp829 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue() local
870 if (is_aggregate && was_plain_var) { in DumpValue()
877 if (is_aggregate && in DumpValue()
/freebsd/lib/libc++/
H A DMakefile1184 TTR_HEADERS+= is_aggregate.h
H A Dmodule.modulemap1855 …traits_is_aggregate [system] { header "__type_traits/is_aggregate.h" }
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1610 SYMBOL(is_aggregate, std::, <type_traits>)