Searched refs:characterTypeSpec (Results 1 – 13 of 13) sorted by relevance
77 type_->characterTypeSpec().length().isDeferred(); in GatherAllocationBasicInfo()312 bool type2LengthIsAssumed{type2.characterTypeSpec().length().isAssumed()}; in HaveSameAssumedTypeParameters()314 return type1.characterTypeSpec().length().isAssumed() == in HaveSameAssumedTypeParameters()
401 ParamValue{spec.characterTypeSpec().length()}, KindExpr{kind}); in InstantiateIntrinsicType()633 return characterTypeSpec().AsFortran(); in AsFortran()
607 type->characterTypeSpec().length().GetExplicit()}) { in IsAutomatic()684 ParamValue length{type->characterTypeSpec().length()}; in IsAutomaticObject()710 type->characterTypeSpec().length().isAssumed(); in IsAssumedLengthCharacter()
354 ParamValue length{type->characterTypeSpec().length()}; in GetElementSize()
931 DoParamValue(type->characterTypeSpec().length()); in DoType()
159 Check(type.characterTypeSpec().length(), canHaveAssumedTypeParameters); in Check()
3173 if (typeSpec->characterTypeSpec().length().isDeferred()) { in Post()4730 auto kind{type.characterTypeSpec().kind()}; in SetType()
80 typeSpec->characterTypeSpec()}; in AnalyzeTypeSpec()
343 const auto &charType{type.characterTypeSpec()}; in From()
191 length = ToInt64(type->characterTypeSpec().length().GetExplicit()); in Fold()
342 const CharacterTypeSpec &characterTypeSpec() const { in characterTypeSpec() function
388 const auto &lenParam = symbol.GetType()->characterTypeSpec().length(); in genSymbolHelper()
1001 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in analyze()