Searched refs:TypeKindVisitor (Results 1 – 2 of 2) sorted by relevance
801 struct TypeKindVisitor { struct805 TypeKindVisitor(int k, VALUE &&x) : kind{k}, value{std::move(x)} {} in TypeKindVisitor() function806 TypeKindVisitor(int k, const VALUE &x) : kind{k}, value{x} {} in TypeKindVisitor() function827 TypeKindVisitor<CATEGORY, WRAPPER, WRAPPED>{kind, std::move(x)}); in WrapperHelper() argument
723 TypeKindVisitor<TypeCategory::Logical, Constant, bool>{ in Analyze()