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