Searched defs:is_union (Results 1 – 4 of 4) sorted by relevance
20 template <class T> struct is_union : public integral_constant<bool, BOOST_IS_UNION(T)> {}; struct25 template <class T> struct is_union<T const> : public is_union<T>{}; struct26 template <class T> struct is_union<T volatile const> : public is_union<T>{}; struct27 template <class T> struct is_union<T volatile> : public is_union<T>{}; struct
587 bool const is_union = target_operation == operation_union; in select_turn_from_cluster() local
603 struct is_union struct
2825 bool is_union = BTF_INFO_KIND(t->info) == BTF_KIND_UNION; in btf_struct_check_meta() local