Searched defs:is_aggregate (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/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 in inherits:integral_constant
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp829 bool is_aggregate = target->GetCompilerType().IsAggregateType(); local

Completed in 119 milliseconds