Searched defs:enum_iteration_traits (Results 1 – 4 of 4) sorted by relevance
234 template <> struct enum_iteration_traits<UntypedEnum> { struct235 static constexpr bool is_iterable = true;238 template <> struct enum_iteration_traits<TypedEnum> { struct239 static constexpr bool is_iterable = true;242 template <> struct enum_iteration_traits<X::ScopedEnum> { struct243 static constexpr bool is_iterable = true;246 template <> struct enum_iteration_traits<S::NestedEnum> { struct247 static constexpr bool is_iterable = true;250 template <> struct enum_iteration_traits<S::NestedEnum3> { struct251 static constexpr bool is_iterable = true;
127 template <> struct enum_iteration_traits<exegesis::RegRandomizationStrategy> { struct 128 is_iterablellvm::enum_iteration_traits global() argument
99 template <typename EnumT> struct enum_iteration_traits { struct100 static constexpr bool is_iterable = false;
76 template <> struct enum_iteration_traits<InstCounterType> { struct 77 is_iterablellvm::enum_iteration_traits global() argument