Home
last modified time | relevance | path

Searched defs:coshape (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Evaluate/
H A Dcharacteristics.h245 std::vector<Expr<SubscriptInteger>> coshape; member
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h365 ArraySpec &coshape() { return coshape_; } in coshape() function
366 const ArraySpec &coshape() const { return coshape_; } in coshape() function
/llvm-project/flang/lib/Semantics/
H A Dsymbol.cpp169 void ObjectEntityDetails::set_coshape(const ArraySpec &coshape) { in set_coshape() argument