Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp227 void DoNotAllowAssumedSizedArray(const parser::AccObjectList &objectList);
678 DoNotAllowAssumedSizedArray(GetAccObjectList(clause)); in Post()
803 void AccAttributeVisitor::DoNotAllowAssumedSizedArray( in DoNotAllowAssumedSizedArray() function in Fortran::semantics::AccAttributeVisitor