Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h61 explicit TypeAndShape(DynamicType t) : type_{t} { AcquireLEN(); } in TypeAndShape() function
62 TypeAndShape(DynamicType t, int rank) : type_{t}, shape_(rank) { in TypeAndShape() function
65 TypeAndShape(DynamicType t, Shape &&s) : type_{t}, shape_{std::move(s)} { in TypeAndShape() function
68 TypeAndShape(DynamicType t, std::optional<Shape> &&s) : type_{t} { in TypeAndShape() function