Home
last modified time | relevance | path

Searched refs:CoarrayAssociation (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-coarray.h19 struct CoarrayAssociation;
43 void CheckNamesAreDistinct(const std::list<parser::CoarrayAssociation> &);
Dcheck-coarray.cpp86 CheckNamesAreDistinct(std::get<std::list<parser::CoarrayAssociation>>(x.t)); in Leave()
152 const std::list<parser::CoarrayAssociation> &list) { in CheckNamesAreDistinct()
Dresolve-names.cpp1025 void Post(const parser::CoarrayAssociation &);
5153 void ConstructVisitor::Post(const parser::CoarrayAssociation &x) { in Post()
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp201 defaulted("," >> nonemptyList(Parser<CoarrayAssociation>{})),
207 construct<CoarrayAssociation>(Parser<CodimensionDecl>{}, "=>" >> selector))
Dunparse.cpp947 Walk(", ", std::get<std::list<CoarrayAssociation>>(x.t), ", "); in Unparse()
951 void Unparse(const CoarrayAssociation &x) { // R1113 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2119 struct CoarrayAssociation { struct
2120 TUPLE_CLASS_BOILERPLATE(CoarrayAssociation);
2129 std::tuple<std::optional<Name>, TeamValue, std::list<CoarrayAssociation>, argument
Ddump-parse-tree.h176 NODE(parser, CoarrayAssociation) in NODE()