Home
last modified time | relevance | path

Searched defs:is_union (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_union.h22 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_union : public integral_constant<bool, __is_union(_Tp)> {}; struct
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_union.h17 template <class T> struct is_union : bool_constant<__is_union(T)> {}; global() struct
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp332 void is_union() in is_union() function