Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp488 bool isDeferredCoshape{details.coshape().CanBeDeferredShape()}; in CheckObjectEntity() local
490 if (!isDeferredCoshape) { // C827 in CheckObjectEntity()
497 isDeferredCoshape ? "" : " and have a deferred coshape"}; in CheckObjectEntity()