Searched refs:Genre (Results 1 – 2 of 2) sorted by relevance
77 enum class Genre : std::uint8_t { enum82 Genre genre{Genre::Explicit};89 enum class Genre : std::uint8_t { Data, Pointer, Allocatable, Automatic }; enum91 Genre genre{Genre::Data};
64 if (value.genre == typeInfo::Value::Genre::LenParameter) { in GetValue()86 if (comp.genre == typeInfo::Component::Genre::Allocatable || in Destroy()87 comp.genre == typeInfo::Component::Genre::Automatic) { in Destroy()92 } else if (comp.genre == typeInfo::Component::Genre::Data && in Destroy()