Searched defs:RealTypeVisitor (Results 1 – 1 of 1) sorted by relevance
566 struct RealTypeVisitor { struct567 using Result = std::optional<Expr<SomeReal>>;568 using Types = RealTypes;570 RealTypeVisitor(int k, parser::CharBlock lit, FoldingContext &ctx) in RealTypeVisitor() function573 template <typename T> Result Test() { in Test()580 int kind;581 parser::CharBlock literal;582 FoldingContext &context;