Searched refs:toInt64 (Results 1 – 2 of 2) sorted by relevance
177 toInt64(std::move(extentExpr))) in translateShape()184 std::optional<std::int64_t> toInt64(A &&expr) { in toInt64() function232 int kind = toInt64(Fortran::common::Clone(tySpec->kind())).value(); in genSymbolType()358 if (auto len = toInt64(std::move(designator.LEN()))) in getCharacterLengthHelper()380 toInt64(Fortran::common::Clone(type->AsIntrinsic()->kind())).value(); in getCharacterLength()399 if (auto constantLen = toInt64(charExpr.LEN())) in getCharacterLength()
801 toInt64(dynamicType.GetCharLength())) in translateDynamicType()972 if (std::optional<std::int64_t> i = toInt64(extent)) in getBounds()979 toInt64(std::optional< in toInt64() function in Fortran::lower::CallInterfaceImpl