Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h172 ArraySpec &coshape() { return coshape_; } in coshape()
173 const ArraySpec &coshape() const { return coshape_; } in coshape()
181 bool IsCoarray() const { return !coshape_.empty(); } in IsCoarray()
192 ArraySpec coshape_; variable
/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp135 CHECK(coshape_.empty()); in set_coshape()
137 coshape_.push_back(shapeSpec); in set_coshape()