Home
last modified time | relevance | path

Searched defs:RealTypeVisitor (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp566 struct RealTypeVisitor { struct
567 using Result = std::optional<Expr<SomeReal>>;
568 using Types = RealTypes;
570 RealTypeVisitor(int k, parser::CharBlock lit, FoldingContext &ctx) in RealTypeVisitor() function
573 template <typename T> Result Test() { in Test()
580 int kind;
581 parser::CharBlock literal;
582 FoldingContext &context;