Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h172 ArraySpec &coshape() { return coshape_; } in coshape() function
173 const ArraySpec &coshape() const { return coshape_; } in coshape() function
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h189 std::vector<Expr<SubscriptInteger>> coshape; member
/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp134 void ObjectEntityDetails::set_coshape(const ArraySpec &coshape) { in set_coshape()