Lines Matching defs:typeCode
233 auto typeCode{values->type().GetCategoryAndKind()};
236 typeCode &&
237 typeCode->first == Fortran::common::TypeCategory::Integer);
240 int kind{typeCode->second};
390 auto typeCode{values->type().GetCategoryAndKind()};
393 typeCode &&
394 typeCode->first == Fortran::common::TypeCategory::Integer);
397 int kind{typeCode->second};
490 auto typeCode{values->type().GetCategoryAndKind()};
493 values->rank() == 1 && typeCode &&
494 typeCode->first == Fortran::common::TypeCategory::Real);
496 int kind{typeCode->second};
510 auto typeCode{time->type().GetCategoryAndKind()};
513 time->rank() == 0 && typeCode &&
514 typeCode->first == Fortran::common::TypeCategory::Real);
516 int kind{typeCode->second};