Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp24 std::optional<evaluate::DynamicType> sourceExprType; member
192 info.sourceExprType = expr->GetType(); in CheckAllocateOptions()
193 if (!info.sourceExprType) { in CheckAllocateOptions()
201 derived{evaluate::GetDerivedTypeSpec(info.sourceExprType)}) { in CheckAllocateOptions()
209 info.sourceExprType.value().AsFortran(), in CheckAllocateOptions()
225 info.sourceExprType.value().AsFortran(), in CheckAllocateOptions()
470 if (!IsTypeCompatible(*type_, allocateInfo_.sourceExprType.value())) { in RunChecks()
477 *type_, allocateInfo_.sourceExprType.value())) { in RunChecks()
566 allocateInfo_.sourceExprType.value()}; in RunCoarrayRelatedChecks()