Lines Matching defs:converted
245 auto converted{
247 CHECK(converted);
248 actual = std::move(*converted);
272 auto converted{
274 CHECK(converted);
275 actual = std::move(*converted);
280 "Actual argument scalar expression of type INTEGER(%d) cannot be implicitly converted to smaller dummy argument type INTEGER(%d)"_err_en_US,
286 "Actual argument scalar expression of type INTEGER(%d) was converted to smaller dummy argument type INTEGER(%d)"_port_en_US,
306 auto converted{
308 CHECK(converted);
309 actual = std::move(*converted);
374 if (auto converted{evaluate::HollerithToBOZ(
381 actual = *converted;
1203 // Allow BOZ literal actual arguments when they can be converted to a known
1209 if (auto converted{evaluate::ConvertToType(type, SomeExpr{*expr})}) {
1210 arg = std::move(*converted);