Searched defs:SomeKind (Results 1 – 1 of 1) sorted by relevance
338 template <TypeCategory CATEGORY> struct SomeKind { struct361 constexpr SomeKind() {} // CLASS(*) in SomeKind() function362 constexpr explicit SomeKind(const semantics::DerivedTypeSpec &dts) in SomeKind() function364 constexpr explicit SomeKind(const DynamicType &dt) in SomeKind() function366 CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS(SomeKind) in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS() argument