Searched defs:RealTypeVisitor (Results 1 – 1 of 1) sorted by relevance
468 struct RealTypeVisitor { struct469 using Result = std::optional<Expr<SomeReal>>;470 using Types = RealTypes;472 RealTypeVisitor(int k, parser::CharBlock lit, FoldingContext &ctx) in RealTypeVisitor() argument475 template <typename T> Result Test() { in Test()482 int kind;483 parser::CharBlock literal;484 FoldingContext &context;