Searched refs:is_enum_v (Results 1 – 12 of 12) sorted by relevance
29 concept __class_or_enum = is_class_v<_Tp> || is_union_v<_Tp> || is_enum_v<_Tp>;
26 inline constexpr bool is_enum_v = __is_enum(_Tp); variable
37 template <class _Tp, bool = is_enum_v<_Tp> >
56 inline std::enable_if_t<std::is_enum_v<T>, T> getSwappedBytes(T C) { in getSwappedBytes()
38 (std::is_enum_v<UnderlyingT> ||
294 if constexpr (std::is_enum_v<T>) in GetValueAs()332 template <typename T, std::enable_if_t<std::is_enum_v<T>, bool> = true>
307 struct DenseMapInfo<Enum, std::enable_if_t<std::is_enum_v<Enum>>> {
32 std::enable_if_t<std::is_integral_v<T> || std::is_enum_v<T>> operator()(T V) { in operator ()()
209 using std::is_enum_v;
161 std::enable_if_t<std::is_enum_v<llvm::remove_cvref_t<U>>, void>321 std::enable_if_t<std::is_enum_v<llvm::remove_cvref_t<U>>, void>
264 template <class T> inline constexpr bool is_enum_v
1647 SYMBOL(is_enum_v, std::, <type_traits>)