Searched refs:IntLiteralConstant (Results 1 – 7 of 7) sorted by relevance
61 constexpr Parser<IntLiteralConstant> intLiteralConstant; // R708
240 TYPE_PARSER(construct<IntLiteralConstant>(
181 void Unparse(const IntLiteralConstant &x) { // R708 in Unparse()
258 MaybeExpr Analyze(const parser::IntLiteralConstant &, bool negated = false);313 MaybeExpr IntLiteralConstant(const PARSED &, bool negated = false);
416 NODE(parser, IntLiteralConstant) in NODE()816 } else if constexpr (std::is_same_v<T, IntLiteralConstant> || in AsFortran()
766 struct IntLiteralConstant { struct767 TUPLE_CLASS_BOILERPLATE(IntLiteralConstant);860 std::variant<HollerithLiteralConstant, IntLiteralConstant,1441 std::variant<IntLiteralConstant, Scalar<Integer<ConstantSubobject>>> u;
516 MaybeExpr ExpressionAnalyzer::IntLiteralConstant( in IntLiteralConstant() function in Fortran::evaluate::ExpressionAnalyzer539 const parser::IntLiteralConstant &x, bool isNegated) { in Analyze()542 return IntLiteralConstant(x, isNegated); in Analyze()548 return IntLiteralConstant(x); in Analyze()2721 std::get_if<parser::IntLiteralConstant>(&litConst->u)}) { in Analyze()