Lines Matching defs:LEN
142 [](const DataRef &dataRef) { return dataRef.LEN(); },
257 // LEN()
262 return chExpr->LEN();
296 std::optional<Expr<SubscriptInteger>> BaseObject::LEN() const {
308 std::optional<Expr<SubscriptInteger>> Component::LEN() const {
312 std::optional<Expr<SubscriptInteger>> NamedEntity::LEN() const {
316 std::optional<Expr<SubscriptInteger>> ArrayRef::LEN() const {
317 return base_.LEN();
320 std::optional<Expr<SubscriptInteger>> CoarrayRef::LEN() const {
324 std::optional<Expr<SubscriptInteger>> DataRef::LEN() const {
327 [](const auto &x) { return x.LEN(); },
332 std::optional<Expr<SubscriptInteger>> Substring::LEN() const {
343 std::optional<Expr<SubscriptInteger>> Designator<T>::LEN() const {
347 [](const auto &x) { return x.LEN(); },
351 common::die("Designator<non-char>::LEN() called");
356 std::optional<Expr<SubscriptInteger>> ProcedureDesignator::LEN() const {
362 return c.value().LEN();
367 // ProcedureRef::LEN() before coming here.
650 if (auto len{LEN()}) {