Home
last modified time | relevance | path

Searched refs:characterTypeSpec (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp77 type_->characterTypeSpec().length().isDeferred(); in GatherAllocationBasicInfo()
312 bool type2LengthIsAssumed{type2.characterTypeSpec().length().isAssumed()}; in HaveSameAssumedTypeParameters()
314 return type1.characterTypeSpec().length().isAssumed() == in HaveSameAssumedTypeParameters()
H A Dtype.cpp539 FoldCharacterLength(foldingContext(), spec.characterTypeSpec()), in InstantiateIntrinsicType()
772 return characterTypeSpec().AsFortran(); in AsFortran()
H A Dmod-file.cpp1192 DoParamValue(type->characterTypeSpec().length()); in DoType()
H A Dtools.cpp701 type->characterTypeSpec().length().isAssumed(); in IsAssumedLengthCharacter()
H A Dcheck-declarations.cpp195 Check(type.characterTypeSpec().length(), canHaveAssumedTypeParameters); in Check()
H A Dresolve-names.cpp3851 if (typeSpec->characterTypeSpec().length().isDeferred()) { in Post()
5644 auto kind{type.characterTypeSpec().kind()}; in SetType()
H A Dexpression.cpp78 typeSpec->characterTypeSpec()}; in AnalyzeTypeSpec()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h365 const CharacterTypeSpec &characterTypeSpec() const { in characterTypeSpec() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtype.cpp377 const auto &charType{type.characterTypeSpec()}; in From()
H A Dtools.cpp1320 type->characterTypeSpec().length().GetExplicit()}) { in IsAutomatic()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBoxAnalyzer.h490 sym.GetType()->characterTypeSpec().length(); in charLenVariable()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp437 typeSpec->characterTypeSpec().length(); in lowerAllocateLengthParameters()
H A DPFTBuilder.cpp1296 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in symbolIsGlobal()
1441 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in analyze()
H A DConvertExpr.cpp2332 type->characterTypeSpec().length().GetExplicit()) { in genStmtFunctionRef()