Searched defs:ExtractCoindexedObjectHelper (Results 1 – 1 of 1) sorted by relevance
368 struct ExtractCoindexedObjectHelper { struct369 template <typename A> std::optional<CoarrayRef> operator()(const A &) const { in operator()372 std::optional<CoarrayRef> operator()(const CoarrayRef &x) const { return x; } in operator()374 std::optional<CoarrayRef> operator()(const Expr<A> &expr) const { in operator()377 std::optional<CoarrayRef> operator()(const DataRef &dataRef) const { in operator()380 std::optional<CoarrayRef> operator()(const NamedEntity &named) const { in operator()405 return ExtractCoindexedObjectHelper{}(*dataRef); in ExtractCoarrayRef() argument