Home
last modified time | relevance | path

Searched defs:CoarraySpec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dunparse.cpp283 [&](const CoarraySpec &) { Word("CODIMENSION["); }, in Before()
291 [&](const CoarraySpec &) { Put(']'); }, in Post()
470 [&](const CoarraySpec &) { Word("CODIMENSION["); }, in Before()
478 [&](const CoarraySpec &) { Put(']'); }, in Post()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h947 struct CoarraySpec { struct
972 std::variant<AccessSpec, Allocatable, CoarraySpec, Contiguous, argument